Forum Discussion
davidand
1 year agoCommunity Member
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 w...
JoseTansengco
1 year agoStaff
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!