Forum Discussion
SherryLi-fdf02e
2 years agoCommunity Member
Review quiz setting
Hi all,
In the quiz
I unmark pre/next buttons in each question slide navigation controls. and create my own 2 buttons to control the slides.
In the result slide, I keep Review Quiz but...
SherryLi-fdf02e
Community Member
Hello Joe,
Thank you so so much! Attached is my copy of project.
JoseTansengco
2 years agoStaff
Hello Li,
Thanks for sharing a copy of your project file. I've attached a copy of your edited project file where I implemented the following:
- I added true/false variables to your question slides which will help track if the questions were correctly answered or not.
- I then added triggers that will skip slides that were correctly answered, identifiable by slides that have 'True' values assigned to their variables.
- The variables will change from false (their default value) to true when the learner selects the correct answer.
The reason why I chose this solution is because your project makes use of custom navigation, and we needed to add a way for the navigation to know which slides to skip during review mode. The variables take care of this requirement.
Just a note that this is a very basic solution to your design inquiry, and it can still be improved in many ways. I'll open this discussion up to others in the community so they can chime in with their solutions, and you can choose which one works best for you!