Forum Discussion
MortenSrensen-a
2 years agoCommunity Member
Let the user decide the number of quiz questions?
Hi,
Is it possible to let the user/student decide how many questions from a pool he og she wants to be presented for in a quiz? Eg. using a slider, saving a variable and showing that number of sli...
SBP_Inc
12 months agoCommunity Member
I imagine a "countdown" variable that's initialized to the number of questions they select would be the starting point. Then, set up a trigger on each quiz question that checks for the value of the variable to be less than zero, and jump to the "finish" slide once the "countdown" variable falls below zero. Remember to subtract one from the countdown variable in another start-of-timeline trigger on the quiz questions