Copy link to clipboard
Copied
Is it possible to create a randomized questionnaire with 30 questions but showing only one question and changing every 24 hours?
I have been testing with normal (non-random) question slides by setting this javascript so that every 24 hours I move to the next slide, but the time doesn't work for me, I move to the next slide when I re-enter the course:
window.setTimeout("window.cpAPIInterface.
next()",180000);
The idea is that the user enters the LMS and answers a different question every day (24 hours).
If anyone comes up with a solution, I'd appreciate it,
Greetings
Copy link to clipboard
Copied
A new random question only appears if the course is relaunched.
Copy link to clipboard
Copied
Yes, the question is, can the new question appear 24 hours later? That is to say, if the student answers the question that is shown, leaves the course and comes back in, I want him to see the same question until 24 hours have passed and a new question appears from the group of questions.
Copy link to clipboard
Copied
Not with the built in features. Are you deploying from a LMS?
Copy link to clipboard
Copied
Yes, at Cornerstone.
Copy link to clipboard
Copied
I have never used that LMS, but I would look for a way to reach your goal with the LMS features, not within Captivate.
Copy link to clipboard
Copied
Okay, thank you very much Lilybiri.
I'm seeing if with javascript I can get something similar,
Greetings