Forum Discussion
Draw from Question bank Issue
changed the quiz name and checked triggers
- Nedim2 years agoCommunity Member
I initially thought it was the same project, but your issue might be different from the one solved in the related post. If you can upload your project, I’d be happy to take a look and help find a solution.
- LucianaPiazza2 years agoStaff
Hi AudreyDublado-2,
Great call opening a support case! I see that you're working with my colleague Mcgem. You are in excellent hands!
We'll continue the conversation over in your case.
Have a wonderful weekend!
- LeslieWilbourne6 months agoCommunity Member
Hi, not sure if you can help. I'm at a loss here on what to do.
I have a quiz of 10 randomly selected questions from a bank of 20. My issue right now is that I can't get the quiz to complete. It gets to the last question and it just sits there. I don't want a results slide to show just complete the 10 questions and move back to the main menu.
- JHauglie6 months agoCommunity Member
I think the issue here is that you have 20 questions but are not using all of them; so you can't automatically put a "go to next slide" trigger after the last question (since you don't know which of the 20 questions would be the "last" question in a given instance).
You may try this: Create a new numeric variable with a value of 0 (for example, "test_advance"). Add that variable to each slide in the question bank, and in each use, increment the variable value by "1" ("Add 1 to 'test_advance' when user clicks Submit" or "when the timeline starts"). Then after the question bank, add a blank slide that uses that variable to determine whether to auto-advance to the next (content) slide.
So the setup would be:
On the blank slide, if "test_advance" > 10, then go to (next slide) (or whichever slide you determine). In the slide properties, set that slide to advance automatically, and disable the navigation; then make the timeline very short (like 0.5 sec).
That should force the course module to continue once you have drawn 10 questions.
Good luck-
Related Content
- 2 months ago
- 2 months ago