Forum Discussion
MelanieAmrich-4
2 years agoCommunity Member
"in progress" state on a menu bar
Hello,
I'm having trouble creating an "in progress" state to show up on a custom menu to indicate that the user has not accessed each and every slide in a particular scene. I have created the "suc...
TomKuhlmann
2 years agoStaff
Here's one way to do it:
- Use the visited state as the in-progress state. When they click on it, it changes to in-progress
- Use a variable to track when the course is complete. Could be a t/f variable that is triggered only when all of the content is viewed. Really just depends on what you're tracking, but you would use a variable to track to meet the criteria
- Change the state of the object to completed when they revisit the slide on the condition the variable is at a specific value