Forum Discussion
Storyline - Knowledge Check
- 5 days ago
There are different ways to do what you want. Here's one way:
Create a T/F variable to track whether the user chooses the summary path. For example, have the default value be False. Change it to True when the user clicks whatever they click to go to the summary. Be sure this trigger comes before any trigger that jumps to another slide.
On the Failure layer of the Results slide:
- Have a button that jumps to the full content.
- Have a button to Retry the quiz. Give this button the Initial state of Hidden.
- Add a trigger that changes the Retry button to Normal when the timeline starts on the layer with the condition that the variable = False.
A user who does the summary, fails the quiz, and then goes through the full content still needs to retry the quiz. So on the slide before the quiz, have these triggers run when the timeline starts on the slide:
- Change the variable to False.
- Reset the Results of the quiz.
This is demonstrated in the attached file.
There are different ways to do what you want. Here's one way:
Create a T/F variable to track whether the user chooses the summary path. For example, have the default value be False. Change it to True when the user clicks whatever they click to go to the summary. Be sure this trigger comes before any trigger that jumps to another slide.
On the Failure layer of the Results slide:
- Have a button that jumps to the full content.
- Have a button to Retry the quiz. Give this button the Initial state of Hidden.
- Add a trigger that changes the Retry button to Normal when the timeline starts on the layer with the condition that the variable = False.
A user who does the summary, fails the quiz, and then goes through the full content still needs to retry the quiz. So on the slide before the quiz, have these triggers run when the timeline starts on the slide:
- Change the variable to False.
- Reset the Results of the quiz.
This is demonstrated in the attached file.
- DebiB5 days agoCommunity Member
Thank you Judy. I have given this a go, but can't quite get it to work correctly.
I will have another try in the morning.
- JudyNollet5 days agoSuper Hero
Leaving a project for a while and then coming back to recheck it is one of the all-time great troubleshooting tips. I hope it helps you. đ
If you still can't get it working, upload the .story file. Here are the best practices for doing that:
- Only include slides that are related to the problem.
- Be sure objects, layers, motion paths, and variables have meaningful names.
- If there is proprietary content, replace or delete it. For example, replace proprietary text with âipsum loremâ text.
- DebiB4 days agoCommunity Member
Thanks Judy. I have definitely made some more progress this morning...but am stuck on the Quiz Reset if the user has failed the quiz when selecting the 'Summary' path. Everything else seems to be working correctly.
I have a button that takes them back to the full training on the Failure layer which works correctly, but it does not reset the quiz.
On the failure layer I have Reset Results when user clicks the 'Return to Full Training' button, if Summary = True.
On the slide before the first quiz question, I also have Reset Results when the user clicks next if Summary = True.
Related Content
- 5 months ago