Forum Discussion
AnnekeOudeKotte
3 years agoCommunity Member
Branching to content based on pre-assessment results
Help! I am trying to direct learners to a slide or section based on their pass score of a pre assessment. If they do not reach 100% they need to go to section 3 of the course. I am using a Continue ...
JudyNollet
3 years agoSuper Hero
I think the easiest way to branch in that situation is to use separate Continue buttons on the Failure and Success layers of the pre-test Results slide. (This assumes you hide the NEXT button on the Results slide.)
- On the Failure layer, a Continue button would have a trigger to jump to section 3.
- On the Success layer, a Continue button would have a trigger to jump to whatever slide you want to end the course with. (Or it could just have an Exit button.)
It is also possible to use one button (either a custom Continue button or the built-in Next button) to jump to different slides based on the user's score.
The scores for the first Results slide you add to a course are Results.ScorePercent and Results.ScorePoints. In your case, Results.ScorePercent needs to to equal 100% for the user to be able to skip section 3.
- One trigger would jump to section 3 with the condition that Results.ScorePercent < 100.
- Another trigger would jump to the end slide with the condition that Results.ScorePercent = 100.
Here's more info about variables and conditions: