Quiz Review Help

Aug 25, 2020

I have set the quiz results page in a way that if the user doesn't get a certain percentage (a passing score), they cannot proceed until they review the answers to incorrect questions. If they try to click next, they get a message saying they need to review the answers. However, once the questions have been reviewed, the next button is not working. 

 

The button works well if they pass on the first try, however. Any assistance would be appreciated.

Thank you. 

2 Replies
Garth Yorko

This might work for you.  I did two separate scenes.  The first scene is four questions the learner must complete in order.  

I added a True/False variable on each question that changes to True is one of the radio buttons is Selected when the timeline starts (meaning that the question has been answered and is being revisited).  Use a new variable for each question.

Then I added a trigger to the results slide to go to the next slide if:

Question 1 variable = true
AND
Question 2 variable = true
AND
Question 3 variable = true
AND
Question 4 variable = true
OR
The ResultsScorePoints are greater than or equal to the pass points

I also added a learner prompt

In the second scene I used a question bank of 4 questions, it pulls 3 questions.

Instead of a True/False, I used a Number variable and added one to the variable when the timeline starts if one of the radio buttons is selected (question answered and being revisited).

Then I added a trigger to the results slide to go to the next slide if:

The Number variable is greater than or equal to 3 
OR
The ResultsScorePoints are greater than or equal to the pass points

I added a trigger to reset the number variable to Zero when the learner clicks.  This should occur before the trigger to review the quiz.

I also added a learner prompt.

Here is the output:

https://360.articulate.com/review/content/aefee712-667e-4527-aa34-f417253ff248/review

The source file is attached

This discussion is closed. You can start a new discussion or contact Articulate Support.