Forum Discussion
VickyYU-fee587f
11 months agoCommunity Member
How to set the trigger of "next" button when the learner review the slides in Storyline 360?
When the learner begins the first to learn. I set the "next" button disable when the timeline starts on this slide and "next" button normal when the timeline ends on this slide. But I would also li...
TomKuhlmann
11 months agoStaff
You can add a variable to track that the slide has been viewed.
For example
- varSlideviewed = False to start
- adjust variable to True when timeline starts (or ends)
- trigger: change the next button to disabled when timeline starts on condition var= False
The first time they visit, the var is False so the button is disabled. At some point the var = True. When they revisit, the button will not be disabled