Introduction to conditional actions in Captivate 5 and the use of the new interface. You'll create one advanced action to show customized feedback based on the score of a quiz. The workflow will be illustrated by a Captivate-SWF.
Play this SWF to see the result. You'll see a Quiz with 5 question slides, each with a score of 10 points. Based on the resulting total score (maximum = 50 points) a feedback will appear before the score slide.
I included a zip file with a Startfile and the Video in PDF-format. In the Startfile, after 5 regular Question slides, you'll find the Feedback slide. This slide has 4 invisble Text Captions, each correponding with a score range:
A conditional action has by default 3 parts:
You do not always need the ELSE actions. They are fine when only two situations are possible, and leads to the simplest form of Conditional action.
Example: if we only need feedback for Pass and Fail (2 situations) we could show the Feedback Pass as a THEN aciton and the Feedback Fail as an ELSE action.
But we have 4 situations corresponding with the 4 feedback text captions, and only one of the 4 is possible whatever the score. In that case I do recommend to create 4 decisions, and each decision will only have THEN actions, no ELSE actions. The conditional action has then 4 items, each having a decision and THEN actions.
A summary of the 4 decisions for this usecase:
| Situation score | Decision | THEN action |
| Excellent | score >= 40 | Show TC Excellent |
| Good | 30<= score < 40 | Show TC Good |
| Fair | 25<= score < 30 | Show TC Fair |
| Failed | score < 25 | Show TC Failed |
For each advanced action you also have to decide which event will trigger the action. In this case the advanced action will be attached to the slide 'Feedback' when this slide is entered.
In this Captivate-movie you'll create the advanced conditional action TestScore as described. Since I'm not a native English speaker, I want to apologize for my strange accent. It is a demonstration, not a training simulation, totally captured in the Advanced Actions dialog box. Due to the restrictions of this Publishing application the video has been downscaled. If you want to see it in the original resolution, please download the PDF-file. You'll need Acrobat Reader 9.
The video was captured using Captivate 4. I'm very thankful to RJ Jacquez who published this great idea by Tweetdeck.

This work is licensed under a
Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License