Forum Discussion
RussellCorrie-c
9 years agoCommunity Member
How to show number of correct/incorrect answers on Results Slide
I am creating a course that has 10 quiz questions. On the results slide, instead of showing a final score, I would like to tell the user that they answered X/10 scenarios either correctly or incorr...
WendyFarmer
9 years agoSuper Hero
HI Russell
you could set up a number variable called 'score'.
On each quiz slide when the user answers the question correctly add a trigger: Adjust variable 'score' add 1 when you clicks submit button on condition that radio button x is selected or if you are showing feedback layers after each question you could put the trigger on the correct feedback layer.
On the result slide set up your correct/incorrect statements and insert the reference
You answered %score%/10 correctly.
Hope that makes sense.
MichaelGarvi004
4 years agoCommunity Member
Hello Wendy, I am trying to do this as well, and I am stuck at this step. "On the result slide, set up your correct/incorrect statements and insert the reference.