Variables not working with conditions and triggers
Hi Heroes,
I'm in desperate need of help with variables, triggers, and conditions. I can't share my course, due to the nature of the education and industry I'm in but I will outline what I'm trying to do.
Course overview:
I have quite a large course beginning with a menu screen (games, video tutorials, guided system navigation, and interactive learning) going to submenus to display multiple games, videos, etc. the user needs to complete.
I want to mark the scenes as completed after the user finishes them to help track what has been completed. I'm using states to change the color of the game icon (for example) from colored to gray to indicate that is completed. Variables come into play on the last slide of the scenes; variables using true/false. I'm using a new variable for each scene in the course. The default set to false, and when the timeline starts on the final slide, the trigger should change to true - therefore changing the state of the icon on the submenu.
Problem:
What happens when the user clicks on the icon, it changes from the "new state" to the 'disabled" or "visited" state upon clicking on the icon instead of following the triggers when the scene(s) is complete. (Side bar: is there a difference between disabled and visited? I used them both, but stay consistent on the submenus) This is a problem on the main menu especially, as the scenes in the submenu haven't been visited yet.
What I've tried to no avail:
- Using "NewState" instead of "normal" as the default state
- Using Number variables instead of true/false
- Creating another variable on the submenu "all states are visited" to trigger on the main menu
I've included some screenshots of my triggers to help with understanding.
Thank you!!!! I appreciate the help.