Some further information…
The algorithm you’re using to score right/wrong questions is quite odd, and perhaps broken.
I added template variables to display points scored and correct points scored to the result pages. Picking an incorrect answer causes both of those variables having the value 0, which makes sense.
But picking the correct answer sets points scored to 0 and correct points scored to 100. Since the filtering mechanism used to assign result pages to different scores only offers points scored, all answers, right or wrong, are considered the same.
Hi @markolbert,
Regarding the first issue of different result pages on the basis of user answers, that option is not available in the free version of the QSM.
Please check below given documentation link for your reference.
https://quizandsurveymaster.com/docs/add-ons/logic/
Regarding the second issue, you are using two variables- Points Scored and Correct Score.
The point score variable calculates the point earned by the user.
The Correct Score variable calculates the percentage of the correct answer given by the user.
Now in your case, we are not clear if you had set the number for the points section while creating options.
If anyone has entered the point value at the correct answer, the system will read the correct point, if the point value is left blank or set to 0, then 0 will be displayed on the points score.
Since the correct answer variable reads the correct and incorrect only, it’ll see how many answers have been answered correctly and show you the output with a percentage.
You can check more details regarding the template variable on the below-given documentation link.
Regards,
Sumit
