Skip to main content
Participant
November 13, 2019
Question

Adding Random quiz slides

  • November 13, 2019
  • 1 reply
  • 319 views

I am an intereting issue. I have a question pool of about 450 questions and I have a project that has a title slide, a summary slide, and a slide that asks the user to input the number of questions they want. What I want to do is take the variable that is storing the user input and use it to add that many Random Quesstion slides to the running project. 

Is this possible? Do I use JavaScript?

 

Thanks,

Chuck Nailen

This topic has been closed for replies.

1 reply

Lilybiri
Legend
November 14, 2019

AFAIK there is no way to show/hide slides after having opened the project. On opening the random slides are inserted as a subset from the question pool, which means the number of random slides has to be known when opening the course. I very much doubt this can be done with JS.

Maybe you could consider having a maximum number of random slides, and based on the chosen number of slides, skip the not to be used slides. If you turn on Branch aware only the visited quiz slides will be taken into account for the quizzing system variables.

Participant
November 14, 2019

Cool. Thanks for the suggestion. I will try it out and see what happens.

 

Lilybiri
Legend
November 14, 2019

Success!