Forum Discussion
SylvainDufre543
5 years agoCommunity Member
Different buttons on result slide after second attempt of the quiz
Hi There, I have created for the first time a Pre-Post test using the Retry (2 attempts) fonctinality in Storyline 3. When users are completing the 1st attempt of the quiz, the result show a next...
JudyNollet
5 years agoSuper Hero
Hello, Sylvain,
Use a variable to track whether the test results are for the pre- or post-test. Then use the value of the variable in conditions for the triggers that determine where the Next button goes. There are slightly different ways to implement this. Here's one:
- Create a T/F variable with the initial value of False. For example, call it "PreTestDone."
- On the first slide of the content (that is, on a slide after the pre-test), add a trigger that adjusts the value of PreTestDone to True.
- On the Results slide, use two triggers for the Next button:
- One trigger jumps to the content with the condition that PreTestDone = False.
- One trigger jumps to the conclusion with the condition that PreTestDone = True.
Note: If you really want to use different buttons for each instance, you could use the value of the variable to show, hide, or disable objects as needed.
Conditions and variables provide the real power in Storyline, so it's worth the time to learn how to use them. See these pages in the User Guide for more info:
Related Content
- 27 days ago
- 26 days ago
- 13 days ago
- 8 months ago
- 10 years ago