Randomized questionnaire but showing only one question and changing every 24 hours
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
