Forum Discussion
SianMiller
2 years agoCommunity Member
timer and scoring
I have a course that is set up with a challenge, that has a number of levels. In each level there are up to 4 stages.
Each level is timed.
The javascript is set up to start a timer for each le...
OwenHolt
2 years agoSuper Hero
For the timer part of this, and if JavaScript isn't your strength, use an off-slide animated object that adds "1" to a counter variable each time it repeats the animation. That will get you to the total time. If needed, you can have the same animation update multiple variables to get totals based on:
- Time spent on a slide
- Time spent completing a stage
- Time spent competing a module
- Time spent completing all modules (total time)