Forum Discussion
Retry on Results Slide in Storyline
Having issues with the results slide. Specifically, when they click "retry" it forces the learner to go through the entire course again. I selected to have them only retry incorrect responses on the reset trigger, but this is not working (I'm assuming because there's a trigger underneath that to jump to the first knowledge check in the course - but if I remove this trigger, then retry doesn't work at all). What would you do to make this work? I have my questions spread throughout multiple scenes and do not want the learner to have to go through all the content in between - only the incorrect questions.
The Review/Retry functions default to returning to the first question that's included in the quiz. It's programmed with the assumption that the questions will be adjacent. So it mostly relies on jumping to the next slide.
The option to only retry incorrect questions does also include some special programming to skip correct questions. But that's still based on whether the next slide is a correctly answered question. Otherwise, it'll just "jump to next slide" when the next slide is a content slide.
This post explains how to review and retry non-adjacent questions: TIP: Review and Retry Non-Adjacent Quiz Questions Without Seeing the Content Slides In Between | Articulate - Community
- However, the description and demo file are for stepping through all of the questions. To only go to the incorrectly answered questions, you'd also need to track the answers on all of the question slides and have jump-to triggers with conditions based on those.
- IMHO, that's not worth the programming effort. I'd just make them answer all of the questions again.
- JudyNolletSuper Hero
The Review/Retry functions default to returning to the first question that's included in the quiz. It's programmed with the assumption that the questions will be adjacent. So it mostly relies on jumping to the next slide.
The option to only retry incorrect questions does also include some special programming to skip correct questions. But that's still based on whether the next slide is a correctly answered question. Otherwise, it'll just "jump to next slide" when the next slide is a content slide.
This post explains how to review and retry non-adjacent questions: TIP: Review and Retry Non-Adjacent Quiz Questions Without Seeing the Content Slides In Between | Articulate - Community
- However, the description and demo file are for stepping through all of the questions. To only go to the incorrectly answered questions, you'd also need to track the answers on all of the question slides and have jump-to triggers with conditions based on those.
- IMHO, that's not worth the programming effort. I'd just make them answer all of the questions again.
- KatherineGot761Community Member
We don't use the player's next, back, and submit buttons... my team has our own that we made for courses. Will this work the same? This makes a lot of sense, though! I'm trying it out now. Thank you!
- JudyNolletSuper Hero
The same method should work with custom buttons. It's just about using the proper trigger conditions to determine what's "next" based on the situation (i.e., whether it's the first time through the course, during a quiz review, or during a retry).
Using meaningful names for variables helps with programming and troubleshooting.
And it's vital to thoroughly test it all.
Good luck!