Forum Discussion
Previous button isn't working correctly
- 2 years ago
Hello Megan!
I'm happy to share that we have released Storyline 360 version 79 (Build 3.79.30834.0)!
Included in this release is the fix for the bug: Navigation buttons appear when resuming an already submitted question slide
Now all you need to do is update Storyline 360 in your Articulate 360 desktop app on your computer. You'll find our step-by-step instructions here.
Please let us know if you have any questions by reaching out to our Support Engineers directly.
Have a great day!
StevenBenassi, what happens if I already have the new version, and want to program the Previous arrow to go back to a particular slide? I should be able to use the Player Trigger for the "Next button/swipe next" command to "Jump to slide > when user clicks > previous," but neither "swipe" nor "previous" are showing up as options. What am I missing?
- JudyNollet2 days agoSuper Hero
JenniferLee-7b7 : The PREV and NEXT buttons on question slides are a bit weird. Storyline knows to show them during a quiz review. In those cases, the buttons use the standard triggers: "jump to previous slide" and "jump to next slide." But, as you discovered, those triggers don't appear in the trigger panel.
Here's a workaround.
- Create a T/F variable to track whether to show the PREV/NEXT buttons or not. Keep the default value of False, and use that for when PREV/NEXT should not show.
Do this on each question slide:
- Open the Slide Properties, and select the PREV and NEXT buttons. That will make them show on the question slide, and the triggers will be available for editing.
- Adjust the PREV/NEXT triggers as needed to go to the desired slides.
- Add triggers to hide the PREV and NEXT buttons when the timeline starts with the condition that the variable = False.
Do this on the Results slide:
- Add a trigger on the Results slide that adjusts the variable to False when the user clicks the Retry button. Be sure that trigger comes before the trigger that jumps to the first slide in the quiz.
- Add a trigger on the Results slide that adjusts the variable to True when the user clicks the Review button. Be sure that trigger comes before the trigger to review the quiz. This will prevent the triggers that hide PREV/NEXT from running, because the stated condition won't be met. Thus, PREV/NEXT will show during a review.