Skip to main content
Known Participant
May 26, 2021
Question

Slides don't reset when revisiting

  • May 26, 2021
  • 3 replies
  • 462 views

Hello! I made a custom branching logic scenario for users and I want them to be able to re-take it if they end up with a rare fail (let's please not debate this fact, it makes sense here, trust me!) The issue is, when I have the user jump back to the start, the elements on the slide don't refresh as if it's the first time visiting it - all my buttons are still hidden from the advanced actions the first time after they selected an option, etc.

 

The question is - How can I have all slide elements reset as if it's the user's first time visiting it when they go BACK to a slide they've already viewed?

    This topic has been closed for replies.

    3 replies

    Known Participant
    May 26, 2021

    To calrify, I know I can do it with an advanced action on entering the slide, but it's a massive pain when you have up to a dozen elements that need resetting on every slide for a few slides in a row! Is there an EASY way to do this?

    Lilybiri
    Legend
    May 26, 2021

    Depends on how you set up to start with... You can show/hide groups if you insist on using Show/hide.

    Lilybiri
    Legend
    May 26, 2021

    You will need an On Enter action to reset some items. For that reason I plead since many years to avoid using show/hide when it can be done with a multistate object. It is much easier to have such an object reset automatically to the Normal state without needing any action.

    Other items are reset automatically when you re-enter a slide. You'll read some more details in this blog post:

    http://blog.lilybiri.com/replay-or-reset-slide

    There are several blogs which I wrote explaining how to replace show/hide by multistate objects.

     

    RodWard
    Community Expert
    Community Expert
    May 26, 2021

    Simple.  Just have an Advanced Action executed On Enter of the first slide that resets the visibility of each object as it should be.  So if the object is supposed to be hidden on entering the slide, then have a line item in the Advanced Action that hides it.  If it is supposed to be SHOWN on entering the slide, then have an action line that shows it.

     

    Captivate doesn't automatically do this for you because it doesn't know how your design is supposed to work.  Only YOU know that.  So it's up to you to build it to work that way.