Skip to main content
Participant
March 27, 2009
Question

How to Display total time taken for quiz with results - Captivate 4

  • March 27, 2009
  • 1 reply
  • 620 views
Hello,
How to display the total time taken at the end of a quiz, with the quiz results?
Therefore, without using any LMS/external reporting functions... I just want the user to see how long they took to take the Quiz when they see their results (on the last slide).
(Captivate 4)

Any help greatly appreciated.
Cheers,
SS
This topic has been closed for replies.

1 reply

Participating Frequently
March 28, 2009
You can use system variable 'cpInfoElapsedTimeMS', which will return you the time elapsed, in milliseconds, since the movie started playing. Using a user defined variable you can store the start of the quiz on the first question slide. At the end of the quiz deduct the stored time from the current value of 'cpInfoElapsedTimeMS'.

On the result slide you can use a text caption to display above value.