Forum Discussion
Unlocking Menu Buttons Based on Scene Completion or Quiz Score
- 5 months ago
Use a true/false variable with a default value of false.
Let's assume you have two scenes, and the initial state of the Scene 2 button in your menu slide is "disabled."
Create a true/false variable named something like Scene_1_Complete and have a default value of false.
On the last slide in Scene 1, create a trigger to adjust the Scene_1_Complete variable from false to true.
When the learner comes back to the menu slide, have a trigger to change the state of your Scene 2 button to "normal" when the timeline starts on the menu slide if Scene_1_Complete = true.
This post has instructions and a demo file for doing what you want: https://community.articulate.com/discussions/discuss/tip-create-a-custom-menu-slide/1030699
- Jilmar5 months agoCommunity Member
JudyNollet, thank you very much for the help!
The article helped me a lot. The step-by-step explanation, along with the example file, made everything much clearer. I was able to implement the logic to unlock my menu buttons based on scene completion and quiz score without any issues.
Thank's again! 😀
Related Content
- 4 months ago