Variables and proceeding restriction problem

Jan 03, 2019

Hey, can someone help me with this since I'm really stuck. My problem here (see the attached project) is the following: I have a menu (second slide) which contains four different modules (circles). Moving forward is restricted so user has to go in order. The problem itself is when user revisits one module (for example first module "Intro"), they can't access two steps after that (in this case "Module 1 - Your behavior"). I have restricted going forward with variables. How can I adjust the course in a way that users can go to each module as many times as they want but going forward would still be restricted to going in order?

1 Reply
Daniel Servan

Hi,

How about doing it this way.

Variables: Intro, Recap, Module1, Module2, Module3

Implementation:
Slide Intro: On Timeline Starts/Ends, Set variable Intro to True
Slide Recap: On the last slide, Set variable Recap to True when Continue buttons are clicked
Slide Module1: On the last slide, Set variable Module1 to True when Continue buttons are clicked
Slide Module2: On the last slide, Set variable Module2 to True when Timeline Starts/Ends

On Slide 2: Menu

On Timeline Starts: Add these Triggers
Set Recap button to enable when variable Intro is equal to True
Set Module 1 button to enable when variable Recap is equal to True
Set Module 2 button to enable when variable Module1 is equal to True
Set Module 3 button to enable when variable Module2 is equal to True

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