Greetings,
I have 28 questions in my form activity in detail,
There are 4 categories or section, each section carries 7 questions, in total it contains 28 question. Every questions carries 0 or 1 mark according to the options
selected by the user.
I hope this picture helps to explain what i am trying to say,
i want to display the category name (like anxiety, insomnia, ADHD,Depression) when the user score 2 marks or greater than 2 marks in that specific category.
For instance, if the user scores 0 marks in Anxiety category, 3 marks in insomnia category, 2 marks in ADHD category and 1 marks in Depression category.
then, the message box should pop up saying Insomnia and ADHD
I confused, how to check how many scores are earned by the user in each category?
Is the Category names provided in the Form Design ? For Each Section of the Questions ? Or do you just want to go according to the order as mentioned and determine the Category based on the Question Groups ?
hi @supermanPunch sir,
my bad, i forgot to mention about that part. I mention that category’s name in the form design using the container component in the form activity.
i think, i got confused in the idea itself. Let me make it clear now,
for instance, if the user scores 6 marks or more than 6 marks then the marks earned in each category should be added to find out in which category the user scored greater than 0 marks and display that category’s name .
Like , if the user earn 8 mark => 4 marks in insomnia and 4 marks in ADHD then message box should say Insomnia and ADHD.
I’m really sorry that my mind messed up with this entire thing.