Forum Discussion

Melody_Servello's avatar
Melody_Servello
Community Member
21 days ago
Solved

Revisiting a Slide Functionality

I have a request that I believe cannot be accomplished, but I want to poll the group and see if there's a way to trigger the slide to know it's being revisited and behave somewhat differently. Here's...
  • JudyNollet's avatar
    21 days ago

    It is possible to reset a slide and keep the Next button enabled. Since resetting the slide means the buttons won't be in the Visited state when the user returns, use a T/F variable to track that the interaction has been done. The value of a variable won't change when a slide is reset (unless there's a trigger that changes it.) 

    • Create a T/F variable with the default value of False. 
    • Add a trigger that changes the value to True when the interaction is done. In other words, use the same "when" as the trigger that changes Next to Normal. 
    • On the trigger that changes Next to Disabled when the timeline starts on the slide, add a condition so the action only happens if the variable = False. That would look something like this:

    Note: You could add an Else statement to that trigger to change Next to Normal. That shouldn't be needed, but it couldn't hurt. 

    BTW, a “when timeline starts” triggers runs every time the user reaches the slide. That's true whether the Slide Properties are set to "Reset to initial state" or to “Resume saved state.”

    For reference: TIP: Controlling the NEXT Button 101 | Articulate - Community