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

Quiz Review - Quiz slides only

New Here ,
Sep 12, 2019 Sep 12, 2019

I am creating a graded quiz with no fail/pass setting. At the end, the user is allowed to review their quiz responses, and as is, the "Review Quiz" button brings them back to the first of 10 questions. As they click through, they ALSO see the non-quiz slides in between the quiz slides. Is there a way to show ONLY the quiz questions as they click through (skipping the non-quiz slides in between)? I'm using Captivate 2019. Thanks.

TOPICS
Quizzing and LMS
469
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 , Sep 13, 2019 Sep 13, 2019

You'll need a simple conditional advanced action to be triggered On Enter for the content slides, which checks the value of the system variable cpInRaviewMode and navigates to the next question slide if that variable has the value = 1:

 

IF cpInReviewmode is eqaul to 

    Jumpt to....                                    which is the next quiz slide

ELSE

     Continue

Translate
Community Expert ,
Sep 13, 2019 Sep 13, 2019

You'll need a simple conditional advanced action to be triggered On Enter for the content slides, which checks the value of the system variable cpInRaviewMode and navigates to the next question slide if that variable has the value = 1:

 

IF cpInReviewmode is eqaul to 

    Jumpt to....                                    which is the next quiz slide

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
New Here ,
Sep 13, 2019 Sep 13, 2019
Thank you, Lilybiri! That worked 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 ,
Sep 13, 2019 Sep 13, 2019
LATEST
Great! Could you close the thread?
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