Copy link to clipboard
Copied
We use Captivate to film demos and practice activities (Training simulations) for many of our proprietary systems. Now I want to create a graded simulation or Assessment simulation. I can do this and get the Quiz properties to report the overall score. But when I authorize the learner to review the "quiz" and have the Review Quiz button added to the results page, that button doesn't show the results on each of the screens. There are no marks indicating what was correct to click on or type. All the learner can do is page through the assessment again. Is there a solution for this?
Thanks for any light you can shed.
Copy link to clipboard
Copied
Correct answers are only shown for Question slides when you use Review. For other scored objects, which is your use case, you'll have to create the Review indicators and show them on Review, using advanced/shared actions, and a condition based on the system variable cpInReviewMode. I fear that system variable is not yet available in CP7 however, so you'll need a user variable.
Copy link to clipboard
Copied
Hi, thanks for the response.I do also have CP8. I guess the system variable is in that version.
I'll check on the variable you mentioned.
Copy link to clipboard
Copied
Yes, you should have that variable. I was confused because in the title of your thread, you talk about CP7.
Copy link to clipboard
Copied
I opened the file in CP8 and do see the system variable CpInReviewMode. I am not at all sure how to create this. I do know how to use Advance Actions and assign them to events, so I figure I would use a conditional action depending on whether the user clicked the box or did not (clicked elsewhere). But how to move from that to creating the review is a mystery. Looking through the manual I am not finding specifics. Is there a tutorial you might recommend? Appreciate it and your helpfulness.
Copy link to clipboard
Copied
Variable is set to 1 when you are in review. You'll need a shared or advanced conditional action that shows what you prepare in advance and set hidden at the start. I don't know how you want to show the correct answers, with arrows, text, images.... Group everything, that will make it easier to show it with the conditional action, triggered On Enter for each slide. I strongly recommend a shared action, in combination with grouping you'll need to change only one parameter on each slide.