Forum Discussion
view quiz results
Hello, when I view the quiz results and click on review quiz, it shows the answers, but since the question is fill-in-the-blank, I want it to appear in the blank with a tick mark next to it, how do we do this? Thanks for your help.
Hi davidand,
Happy to help!
You can add a layer with a tick mark icon placed where you want the icon to show, then use a combination of triggers and variables to control when this layer will appear. I've attached a sample project file so you can see a sample of this in action. Here are some notes on my design:
- The "review_mode" variable controls the green tick mark's visibility. This icon won't appear if the variable's value is set to "False."
- The "review_mode" variable's value will change to true when a learner reaches the "success" layer of the Results Slide. You can move this trigger around depending on when you want the green tick mark to appear.
Hope this helps!
- davidandCommunity Member
Thanks Jose Tansengco.thanks for your help.one problem I have is that students can't go to the next slide without answering the question.how do we do that?
Hi davidand,
You can use trigger conditions to disable the navigation of the slide and prevent your learners from moving to the next slide unless they enter text in the slide's input box. I can see that you're using the "Picture 2" icon to move learners to the next slide, so you can add conditions to this object's trigger. Here's an example:
Let me know if you have any questions about the implementation!