Close

Search




Blogs

Free Projects

Learning Hub

Tutorials

Close

Search

- Blogs
- Discussion
- Show elapsed time on results page?
I have the timer widget showing on my quiz slides to show elapsed time.
How would I get that final time to display on the quiz results page?
Thanks
All Comments
Sort by:
Most Recent

- Most Recent
- Most Relevant
2022-10-25 12:58:23
Hmm… not with the Timer interaction. Sorry about that, but the variable associated with that interaction is not storing the Time which is a pity.
You would need to use the timing system variable cpInfoElapsedTimeMS or cpInfoEpochMS (which I prefer). You’ll need an action to store its value at the wanted in a user variable to fix it. Maybe using the On Enter event of the Score slide?
I wrote a blog post about using and displaying elapsed time, maybe it can clarify better than just the text comment here.
https://blog.lilybiri.com/display-time-cp2019
Like
()