Forum Discussion
STEPHANIEDOU638
4 years agoCommunity Member
I attempted to create a new Variable Trigger for the button set but was unsuccessful!
While attempting to configure my course to take the learner to the congratulations slide once they get the last knowledge check correct? What’s the best way to create a trigger that works? And How d...
TomKuhlmann
4 years agoStaff
You need variables to track progress. In you example, most people would use a T/F variable.
Example:
- var_KC1=False to start.
- When the user completes KC1, create a trigger to adjust variable = True.
- You can use those values, for example go to slide X when the variables 1, 2, and 3 are = True
The trick is knowing when to activate that last trigger. If the course is linear, then you can do it after the last KC. If they can jump around then you need to account for that and add the trigger in multiple places.
Related Content
- 10 months ago
- 10 months ago
- 10 months ago
- 10 months ago
- 10 months ago