Forum Discussion

SandyEiselt's avatar
SandyEiselt
Community Member
2 years ago

quiz repeat

If the quiz is not passed, you can set it so that it can be repeated. That's good for now. Now I have set the following (template of the program): If you click on the button "Take the quiz again", it jumps to the first quiz slide. It's good. However, not all quiz questions come one after the other, but the web based training simply runs through again from the slide (i.e. quiz questions and the normal explanatory slides). Do you know how to set it up so that only the quiz questions are repeated?

  • You could use a true/false variable. When users click "Take the quiz again", set that variable to true, and then on each quiz slide decide whether people should move to the next slide or the quiz slide based on that variable. (True --> Next Quiz Slide, False --> Next Slide)