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

I dont know how create a quiz feedback in a review mode. Captivate 2019

Community Beginner ,
Nov 29, 2020 Nov 29, 2020

Copy link to clipboard

Copied

Hello, I would like customize my quiz feedbacks when the quiz rensponse has been sended together. I cant post feedback when revisit the quiz slide in a review mode.

Thank you

 

 

TOPICS
Quizzing and LMS

Views

119

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 , Nov 29, 2020 Nov 29, 2020

At this moment Review mode will show the given answer(s) and what were the correct answers.

There is no longer a built in way to give textual feedback, if that is what you want. Feedback is easy during the quiz.

 

If you want text feedback during review, you can add a hidden text container to each quiz slide. Use the system variable cpInReviewMode to show the text when in Review with a shared or advanced action On Enter for each slide:

 IF cpInReviewMode is equal to 1

      Show Text_x

ELSE

   

...

Votes

Translate

Translate
Community Expert ,
Nov 29, 2020 Nov 29, 2020

Copy link to clipboard

Copied

LATEST

At this moment Review mode will show the given answer(s) and what were the correct answers.

There is no longer a built in way to give textual feedback, if that is what you want. Feedback is easy during the quiz.

 

If you want text feedback during review, you can add a hidden text container to each quiz slide. Use the system variable cpInReviewMode to show the text when in Review with a shared or advanced action On Enter for each slide:

 IF cpInReviewMode is equal to 1

      Show Text_x

ELSE

      Hide Text_x

 

I would prefer a shared action, with the Text name as unique parameter. This tweak was mentioned in one of my blog posts:

https://elearning.adobe.com/2019/05/quiz-tweaks-6-review-mode/

 Yesterday I posted a sample project, using this approach, in the elearning community. You will see some screenshots in the introduction text as well:

https://elearning.adobe.com/2020/11/custom-feedback-during-review-quiz/

 

 

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