Forum Discussion
ChristinaWor667
3 years agoCommunity Member
Progress Status
I saw an email about using sliders and progress indicators and thought it would be great to add that to one of my courses. I have the progress graphic with 7 states. The problem I have is that I h...
JudyNollet
3 years agoSuper Hero
No matter how you divvy up the graphic, it still has 7 states of progress. Just consider those numbers 0-6.
Use a number variable that starts at 0, and then add 1 to its value when the user completes a given item.
- Be sure the counting variable is not adjusted if the user repeats a given item.
Adjust the state of the progress graphic based on the value of the variable, which should also range from 0-6.