Skip to main content
Participant
February 8, 2016
Answered

How to set Required Duration for a Compliance Course

  • February 8, 2016
  • 1 reply
  • 192 views

I'm creating a compliance course, and attendees must participate for 60 minutes in order to meet compliance requirements.  Is there a way to mandate how much time learners stay on each slide, or in the course overall?

This topic has been closed for replies.
Correct answer Lilybiri

You can store the elapsed time in a user variable, and when the user leaves the course, launch a warning if the elapsed time is smaller than 60 minutes. You can use the Timer or Hourglass interaction to show the elapsed time to the user. There is no way to 'mandate' however, if I understand the meaning of that word correctly because I'm not a native English speaker.

1 reply

Lilybiri
LilybiriCorrect answer
Legend
February 8, 2016

You can store the elapsed time in a user variable, and when the user leaves the course, launch a warning if the elapsed time is smaller than 60 minutes. You can use the Timer or Hourglass interaction to show the elapsed time to the user. There is no way to 'mandate' however, if I understand the meaning of that word correctly because I'm not a native English speaker.

Participant
February 8, 2016

Yes - this answers my question.  Thank you!