Forum Discussion
HaneenDagher-cf
2 years agoCommunity Member
Multiple Response Question
I'm working on a multiple-response question; the ID wants specific feedback, and the question has 5 choices. The first and the third options are wrong, options 2, 4, and 5 are correct.
The message...
JudyNollet
Super Hero
It's best to avoid conditions that check for a state to equal Normal. That's because every state is a bit Normal.
Instead, switch the condition so it looks for the object to be not equal to Selected. So your sets of triggers for the feedback would look like this:
HaneenDagher-cf
2 years agoCommunity Member
Thank you Judy, I really appreciate it, I found out a solution before you reply here.
I didn't know I could use ≠sign, I will try this surly.
But what worked for me is deleting the second trigger and combining it with the previous using (ELse).