Forum Discussion
BettyErbert
10 months agoCommunity Member
Questions and answers (QUIZ)
I have a questionnaire with multiple answers. If the answer is wrong, the user has to re-read the slide that corresponds to the question and go back to the question.
If so, how could I set it up? ...
GarthYorko-TE
10 months agoCommunity Member
I created quiz questions with Unlimited Attempts. This automatically created a Try Again layer. I repurposed the try again button on the layer to do 2 things:
- Jump to the slide that needs to be reviewed.
- And hide the Try Again layer.
I set the Slide properties for the quiz questions to "Reset to initial state". This erases the learner's previous answer.
For each content slide that needs to be reviewed, I created a True/False variable, initially set to False. I added this trigger to each content slide that needs to be reviewed:
Jump to Next slide when the user clicks the next button IF
- The variable for this page is equal to false.
- Else, jump to the Question associated with the content of this slide.
On the page preceding the quiz, I added a trigger to adjust all the content page variables to True. This forces the navigation from the content slide to jump back to the associated question.
See the attached file.