October 20, 2022
Show elapsed time on results page?
Comments
(1)
October 20, 2022
Show elapsed time on results page?
(1)

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

1 Comment
2022-10-25 12:58:23
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
()
Add Comment