Forum Discussion
Course Paths/Branching
Here's a simple example of what I did for a course which is delivered to 3 markets (Education, Healthcare, Human Services). On the first slide, the learner selects the radio button corresponding to his/her market. Each radio button is tied to a trigger, which adjusts a single text variable, txtMarketCode. Example in the Trigger Panel for Healthcare:
Set txtMarketCode to value HCWhen the user clicks Radio Button - HC
On subsequent slides, I have 3 layers, one for Education, one for Healthcare, and one for Human Services, with content specific to that market. The only thing I have on the Base Layer is the slide title. There are 3 triggers on the Base layer, to automatically direct the learner to "their" content, again based on txtMarketCode. Here's the trigger for Healthcare:
Show layer HealthcareWhen the timeline starts on this slideIf txtMarketCode = value HC
Duplicate this for Education and Human Services, changing the layer and the txtMarketCode value to match.
Related Content
- 9 months ago
- 1 year ago