Forum Discussion
Multiple Text Entry Quiz
Hi All,
I know this is a mega old thread but hoping someone can help out still...
I followed the original video which worked a treat, however I've come across an issue where if someone fills in all of the input boxes correctly, aside from 1, it will throw the error asking me to complete the question before submitting.
My initial thought was to create more triggers factoring in 1 wrong answer across all of the input boxes but then realised this can soon turn into a learner getting 2/3 or however many wrong.
The incorrect trigger is only looking for ALL of the answers being wrong, rather than a single or multiple being wrong.
I've attached my source file along with a screenshot of what the correct answers should be and the error I'm getting when only 1 answer is wrong (same message shows for multiple, but not all, incorrect answers).
Thanks
- WendyFarmer7 years agoSuper Hero
Hi David
change the conditions on your incorrect trigger to OR not AND. For the correct layer to display AND is what you want, but for the incorrect layer to display you want it if xx isn't equal to 17 or yy isn't equal to 8 - any of those will return an incorrect layer. Hope that helps. I've attached your updated story file.
- DavidJones-7bf17 years agoCommunity Member
Woohoo! Thank you Wendy, life saver!
Thanks!
- WendyFarmer7 years agoSuper Hero
My pleasure David - all the best with your project :-)