Results page answers for points based quesrtions
-
Hello,
I’ve set up a points-based quiz which has 4 possible answers for each question. The correct answer for each question has the value of 1 assigned to it, with the three incorrect answers all 0.
The issue I’m having is that when my results page appears, instead of showing the question, the user’s answer and the correct answer properly, it shows the question, the users answer properly but the correct answer is displayed as N/A (like this):
Question: What colour is andy’s golf bag
Your Answer: yellow
Correct Answer: NAIf I change the quiz type to ‘correct answer’, the above is displayed correctly but instead of telling them how many answers they get right in the text on the Results Page, it always shows ‘0’.
Is there any way to have a points-based quiz show the number of points scored AND the correct answer?
The code I’m using on the results page is as follows:
Thanks for taking this quiz, %USER_NAME%. You managed to score %POINT_SCORE% out of %TOTAL_QUESTIONS%.
Here are the questions and the correct answers:
%QUESTIONS_ANSWERS%Thanks,
Andy
- The topic ‘Results page answers for points based quesrtions’ is closed to new replies.