Forum Discussion

VickyYU-fee587f's avatar
VickyYU-fee587f
Community Member
9 months ago

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 like to make the "next" button normal when user review this slide again.  So how I set the trigger for this.  

  • More information: the slide is having audio and animation, so I would not to need the learner to go through all the scenarios when they review it.  So how I set the "next" button again. 

  • 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

  • It depends on a combination of your Navigation Restrictions, along with what triggers you are or are not using. 

    The simplest way to accomplish what you're describing is to:

    1. Set the Navigation Restrictions to Restricted AND select "Lock Next/Previous buttons"
    2. DON'T add triggers to change the state of the Next button (Otherwise your triggers are fighting with the Navigation Restrictions setting)

    When the timeline starts, the "Lock Next/Previous buttons" setting causes the Next button to be disabled. Then when the timeline is finished, it automatically enables the Next button. When the learner goes back to the slide later, the Next button is still enabled because you don't have a trigger changing the state.

     

  • Yes, Jennifer's suggestion to use the Navigation Restrictions is the easiest way to control the Next button on all slides. (I mention that option in the post I linked to above.) 

    Tom and I were referring to controlling the Next button on just one slide. 

    • jenniferfiresto's avatar
      jenniferfiresto
      Community Member

      That's a helpful clarification. The question read as if they are adding the triggers to all of their slides, so I wanted to make sure to share a way to reduce the unnecessary work. 

  • Thanks for all your helps.  These information and instructions are useful.  I adjust the variables as Tom and Jennifer's suggestions.  It works.  Thanks, and have a great holiday!