Forum Discussion
Prev and Next button appear after revisit the quiz.
I just wanted to weigh in here, as my problem is similar and related, but unfortunately none of the fixes here work for me.
I've created a short course that involves two different versions of the same events; basically, a "fun" version (with a wacky character) and a more "mellow" version, in order to give our stakeholders a couple of options. The only difference is three videos, otherwise the courses uses the same content/quiz slides for both versions, using conditional branching (i.e., "If Wacky = True, go to this slide when clicking next", etc.).
This works fine going through the course, but if the user chooses to review, we send them back to the first slide (the one that allows them to choose "wacky" or "mellow), and if the user uses "Next" buttons that previously were not there (we created custom next/submit buttons), then the conditional branching doesn't work because there's no way for me (as far as I can tell) to see the "Review only" controls and therefore I cannot add the conditional command required to tell that next button where to actually send the user.
So, two questions:
1. Is there a way to edit where the "Next" and "Previous" buttons link to in Review mode?
2. Is there a way to turn off "Next" and "Previous" buttons in Review mode and substitute our own navigation scheme?
Thanks!
Hi Greg
Q1 - if you are using variables then you should be able to set triggers:
jump to slide wacky when user clicks Review button on condition wacky =true
Jump to slide mellow when user clicks Review button on condition mellow= true
Q2. On the master slide layout set triggers
Change state of Next button to hidden when timeline starts
Change state of Previous button to hidden when time starts.