Skip to main content
Participating Frequently
May 13, 2019
Question

Randomized questionnaire but showing only one question and changing every 24 hours

  • May 13, 2019
  • 1 reply
  • 368 views

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

This topic has been closed for replies.

1 reply

Lilybiri
Legend
May 13, 2019

A new random question only appears if the course is relaunched.

Participating Frequently
May 13, 2019

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.

Lilybiri
Legend
May 13, 2019

Not with the built in features. Are you deploying from a LMS?