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

Quiz Review - Quiz slides only

New Here ,
Sep 12, 2019 Sep 12, 2019

Copy link to clipboard

Copied

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

Views

368

Translate

Translate

Report

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

Votes

Translate

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Thank you, Lilybiri! That worked perfectly!

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST
Great! Could you close the thread?

Votes

Translate

Translate

Report

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