Forum Discussion
DanielAlbarran
2 years agoCommunity Member
How to retake quizz if you make 3 errors ?
Hi everyone. I have a quizz with 10 questions. I want that if the user makes a third strike, no matter in which moment (could be choosing a wrong option 3 times in the same question; or one error in...
JudyNollet
2 years agoSuper Hero
There's no preset configuration to reset a quiz after a given number of errors. You have to add your own triggers to do that.
I'd use a number variable to track the wrong choices. On the question slides, the Incorrect layers could have a trigger that adds 1 to the variable. And the Continue button could use triggers with conditions.
Trigger with a condition that the variable <3:
- Jump to the next question.
Triggers with a condition that the variable =3:
- Reset the results
- Adjust the variable back to 0.
- Jump to the first question slide.