Forum Discussion
JudyNollet
7 months agoSuper Hero
To limit attempts for retrying the quiz, do this:
- Create a number variable with a default value of 0.
- On the Results slide, do this:
- Put a trigger that adds 1 to the variable when the timeline starts.
- After that, add a trigger that hides or disables the Retry Quiz button when the timeline starts with the condition that the variable = 3 (i.e., the maximum number of attempts).
- I also suggest you use a similar trigger to show a message about reaching the max attempts, as well as what the user should do. For example, contact their manager or the LMS team.
I'm not sure what you want for the feedback. There's no Review Quiz button in the image, so I'm guessing you're referring to the immediate feedback provided on the Incorrect layer of each question. You could use triggers to show different feedback with conditions based on the value of the variable. This post has more info about that approach: TIP: Give Different "Try Again" Feedback After the 2nd Attempt - Articulate Storyline Discussions - E-Learning Heroes