Forum Discussion
Aki
3 years agoCommunity Member
Skip Quiz Submission Slide After Learner Reviews Answers
Hi everyone, I have a bit of a complicated question. Currently, I have a quiz that draws from a randomized question bank. When the learner selects their answers on each question, they click next (no...
MariaCS
3 years agoStaff
Hi, Aki.
Thank you for reaching out!
I'm looking forward to what our talented community members will recommend for you! In the meantime, I wanted to share a suggestion:
- Create a True/False variable (let's call it Review) with a False initial value.
- Add a trigger to set the Review variable to True on your Review layer for each of your questions.
- On your last slide, add a trigger to jump to the Results slide when the timeline starts if the variable Review is True.
Let me know if that works!
Aki
3 years agoCommunity Member
Maria, thank you so much. I have a question before I implement your solution; I technically don't have a last question slide because all of the questions are pulled randomly from the question bank. So should I apply your solution to every question slide?