Forum Discussion
Next Button Disabled on Revisit
Many thanks to Articulate Support for reviewing and finding a work around to my accessibility request. The steps are listed here below and the sample attached.
Thanks for contacting Articulate Support!
I understand that you wanted to use the keyboard left and right for navigation but you wanted it to follow the navigation restrictions.
You may want to consider using True/False variable as condition to your keyboard navigation triggers. Here's how:
- Create a new true/false variable. Name it "Nav" with an initial value of false.
- Select View > Slide Master > Slide Master # 2 3. Modify your Jump to Slide triggers and add the condition below:
If Nav = value True.
- Select Close Master View.
- Add the following triggers to all your slides. Note that you can select both triggers in the triggers panel and use the copy/paste to add the triggers to all your slides.
Action: Adjust variable
Variable: Set Nav to value False
When: when the timeline starts on
Object: This slide
Action: Adjust variable
Variable: Set Nav to value True
When: when the timeline ends on
Object: This slide
We are adding this in the slide level instead of the Slide Master layout because each slide has a different timeline duration.
- Save and publish your project.