Quiz issues on results slide

May 27, 2022

I have a course and at the end of it there is a quiz, I want to allow 2 attempts at the quiz but having thought that I had set it up correctly now when I run the quiz myself when all the questions are correct the results slide still shows Retry quiz. Any ideas? Many thanks, Nick

3 Replies
Ron Price

In Storyline, you can set the number of retries for a question and Storyline will do the work for you.  If you want to limit the number of quiz retries, you would have to control that through triggers.  If you only want 2 attempts total, then you could easily add a change state trigger to the Retry button.  If you want more than 2 you would more than likely want to use a variable to count attempts.

Attached is a pic of the trigger to change the state.  Note that this trigger order is important.  Change state trigger should be first.

 

Judy Nollet

Hi, Nick,

The Retry button doesn't automatically hide when the user answers all the questions correctly. If they haven't used up all the allowed attempts, Retry remains available.

You could add a trigger on the Success layer that hides the Retry button. If the passing score is <100%, you could add a condition to that trigger so it only runs if the score = 100%.