Skip to main content
Known Participant
February 27, 2018
Answered

Combining three courses into one - problems with retake quiz button

  • February 27, 2018
  • 1 reply
  • 323 views

I have combined three courses, each having two assessment questions into one course with a quiz results page at the end.  I also have several non-graded questions throughout the course.

The quiz results page has a Retake Quiz button, which I would like to allow the user to retake all six assessment questions without having to view other slides.

When the retake quiz button is selected, it goes to the first set (of two) assessment questions, but once complete, continues on to the next section of the course rather than skipping to the next set (of two) assessment questions.

I added conditional advanced actions on the non-graded question slides:

And also on the first slide shown that is not an assessment question to skip to the next set of assessment questions - which doesn't seem to do anything:

I am using Captivate 8

Thank you!

Laurie

This topic has been closed for replies.
Correct answer Lilybiri

CP9 has Knowledge Check slides, why did you not use those for the non-graded quzstions? I don't know what that variable, which is not a system variable, means that you are using in the first conditional aciton.

As for skipping content slides: the system variable cpQuizInfoAttempts is set to 1 when the first attempt starts. You need to replace the operator by 'greater than' if you want the skip to happen from the second attempt. What is in the ELSE part of that action?

1 reply

Lilybiri
LilybiriCorrect answer
Legend
February 27, 2018

CP9 has Knowledge Check slides, why did you not use those for the non-graded quzstions? I don't know what that variable, which is not a system variable, means that you are using in the first conditional aciton.

As for skipping content slides: the system variable cpQuizInfoAttempts is set to 1 when the first attempt starts. You need to replace the operator by 'greater than' if you want the skip to happen from the second attempt. What is in the ELSE part of that action?

Known Participant
February 28, 2018

Thank you once again Lilybiri,

I had the wrong variable in the first conditional action, and the wrong operator in both - and added Continue in ELSE.  Works as intended now.

Sure appreciate it.

Laurie

Lilybiri
Legend
February 28, 2018

You're welcome.