Forum Discussion
How to show number of correct/incorrect answers on Results Slide
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.
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.
- JudyNollet4 years agoSuper Hero
Hi, Michael,
There's an easy way to show # correct. For each question, go to Form View. By default, each question is worth 10 points, as shown here:
Change that "10" to "1" so each question is worth 1 point.
Do that, and the "Results.ScorePoints" variable will equal the number of questions answered correctly. Thus, you can show that variable wherever you want to indicate the number correct. For example:
"You got %Results.ScorePoint% out of 10 correct."
FYI: The "Results.PassPoints" variable will equal the number of questions needed to pass. You might not want to show that variable, though, if it could end up as a number with a decimal point (which will depend on the number of questions and the % needed to pass).
Related Content
- 10 months ago