Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Split Quiz and the Retake Quiz button

New Here ,
Oct 23, 2017 Oct 23, 2017

Hi all,

Thanks for all the amazing advice I have gleaned from here over the last 12 months after starting on Captivate.(vers 9)

A small issue I can't solve if the user doesn't pass and hits re-take quiz.

The first quiz is on slides 20-23 then the second part is on slides 40-43. When I test it, fail and select re-take quiz, it does start me back at slide 20 which is great but then forces me to go through all the content slides between the quizes (23-40). Does anyone know a way I could have Captivate recognise a quiz resit and just show the quiz slides only?

Hope that makes sense. Thanks.

181
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Oct 23, 2017 Oct 23, 2017

Lieve,

The poster is not in Review Mode, he's talking about RETAKE Quiz.

So the better option here would be to use the System Variable cpQuizInfoAttempts which returns the number of times the quiz has been attempted by the learner.  Then the Condtional Action would look like:

IF cpQuizInfoAttempts is greater than 1

     Jump to slide 40

ELSE

     Continue

This would skip the content slides between the first and second part of the quiz but only AFTER the learner had done the quiz once.

Translate
Community Expert ,
Oct 23, 2017 Oct 23, 2017

There is a system bar cpInReviewMode which you could use in a conditional advanced action, triggered by the On Enter event of the first content slide after 23.

IF cpInReviewMode is equal to 1

    Jump to slide 40

ELSE

     Continue

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 23, 2017 Oct 23, 2017

Lieve,

The poster is not in Review Mode, he's talking about RETAKE Quiz.

So the better option here would be to use the System Variable cpQuizInfoAttempts which returns the number of times the quiz has been attempted by the learner.  Then the Condtional Action would look like:

IF cpQuizInfoAttempts is greater than 1

     Jump to slide 40

ELSE

     Continue

This would skip the content slides between the first and second part of the quiz but only AFTER the learner had done the quiz once.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 23, 2017 Oct 23, 2017

Thankyou both. All done and working perfectly!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 24, 2017 Oct 24, 2017
LATEST

Sorry, my bad, did not read the question correctly.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources