Slide will not remember state when returning

Jul 03, 2018

I have created a multiple module course and have a couple of slides with buttons that take the learner to another group of slides (may only be one, but some of them are 3-4 slides after clicking the button).  

I have disabled the next button upon timeline starting, enabled the next button with the trigger of all buttons being visited, and changed the state of each button to visited upon clicking. I have also changed the settings of the slide to "resume saved state".  These are all suggestions I have seen here, but I cannot get this to work.  I have used the same feature on layers, but not when visiting other slides so I am sure I am missing something somewhere.  

I have attached the entire story file, but it is quite large.  Thank you in advance for any help you all may have!!

9 Replies
Tom Kuhlmann

A couple of quick notes:

  • You don't need a trigger to change to visited, that happens automatically if the object has a visited state. It's the way visited is built.
  • Evaluating states is great for onslide interactions, but when leaving and coming back variables make more sense. It's easier to track, gives you more control, and is universal to the course. 
  • I'd create a custom state (complete) so it doesn't interfere with the pre-built visited state. Use a T/F variable for each module (Mod1Complete=False, etc). In the separate modules, create a trigger to change the variable to True.
  • On the main slide, set a trigger to change the state of the button to "complete" when slide starts if variable = True.
  • Create a trigger to change state of next button to Normal (WHEN SLIDE STARTS) if all of the variables are = True.

This discussion is closed. You can start a new discussion or contact Articulate Support.