Copy link to clipboard
Copied
How can I add text to the Review area of a quiz slide so that when a student is reviewing their responses they can read specific feedback for that question i.e. it's different for each slide? Thanks
Sorry, but the Review area on quiz slides is a 'left-over' from former versions where that area was used to indicate the correct and given answers. Since several versions that has been replaced by checkmarks. Review area is only used to indicate skipped questions, and also on the Score slide, no longer on the quiz slides.
If you want to give feedback during Review, you'll have to create custom text messages, initially hidden, then add a conditional action On Enter that checks the value of the qui
...Copy link to clipboard
Copied
Sorry, but the Review area on quiz slides is a 'left-over' from former versions where that area was used to indicate the correct and given answers. Since several versions that has been replaced by checkmarks. Review area is only used to indicate skipped questions, and also on the Score slide, no longer on the quiz slides.
If you want to give feedback during Review, you'll have to create custom text messages, initially hidden, then add a conditional action On Enter that checks the value of the quizzing system variable cpInReviewMode. More info about quizzing system vars: Using Quizzing System Variables - Captivate blog
Copy link to clipboard
Copied
Thanks for the quick response. Your answer means I'll stop looking for ways to use this area. Shame, I could see how this feature could be useful.
Copy link to clipboard
Copied
There's a system variable cpInReviewMode that will be set to 1 when the Captivate quiz is being reviewed by the learner at runtime. You can easily use this system variable in a Conditional Action on each quiz slide to SHOW custom feedback captions in review mode only.
Copy link to clipboard
Copied
Thanks Rod, that's something we can have a play with.
Copy link to clipboard
Copied
Hello, i need help how do i do that ?
There's a system variable cpInReviewMode that will be set to 1 when the Captivate quiz is being reviewed by the learner at runtime. You can easily use this system variable in a Conditional Action on each quiz slide to SHOW custom feedback captions in review mode only.