Forum Discussion
RobCaine
3 years agoCommunity Member
Reset questions 5 times
Looking for some help, i'm currently moving all of our Elearning over onto Storyline 360 from another provider. We currently allow colleagues to attempt compliance validation questions a maximum num...
JudyNollet
3 years agoSuper Hero
That is possible.
- Create a number variable with a default value of 1. For example, let's call it Attempts.
- Add a trigger that adds 1 to Attempts when the user clicks the Retry Quiz button.
- On the Results slide, add a trigger that disables the Retry Quiz button when the timeline starts with the condition that Attempts >4. Other suggestions for Results:
- Add a trigger that shows a message explaining that the user doesn't have any more attempts and will have to contact the training team to reset the course. In addition to the condition about the value of Attempts, this should be based on the user not passing. Thus, the message could appear on the Failure layer.
- Add a completion trigger on the Failure layer that indicates Incomplete/Failed when the timeline starts with the condition that Attempts >4. That would look like this:
Caveat: All that work would be in vain if you set the course to "Prompt to resume." That option would let them say "No" (that is, don't resume), which would start the course as if they were taking it for the first time. Then again, if the course has restricted navigation, they would have to step through the entire course again to get the quiz. Still, that would also mean they'd have to start all over even if they just left the course a bit before the quiz to take a break. So there's no perfect option.