Forum Discussion
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 messages that must appear according to the user's answer are: (You should’ve selected this) (That’s Incorrect!) (That’s Correct!).
I set the triggers so when -for example- numbers 1 and 2 are chosen to give:
- (That’s Incorrect!) for option 1.
- (That’s Correct!) for option 2.
- (You should’ve selected this) for options 4 and 5.
But in my file, it keeps giving me (You should’ve selected this) with (That’s Correct!) for option 2 even though it was selected.
I don't know what I'm missing here.
Please see the attached file and pictures.
- JudyNolletSuper 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-cfCommunity 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).