Forum Discussion
BoKristianOlsen
3 years agoCommunity Member
Building a test with different outcomes/feedback
Hi,
I'd like to build a test with different feedbacks based on the what the learner answers that should result in a suggested learning paths.
Ideally it should be different topics systemized in ...
JudyNollet
3 years agoSuper Hero
Yes, it's possible to do what you want.
- If you have a separate Results slide for each topic, the associated Results[#].ScorePercent variable is already tracking the score for each topic.
- The first Results slide you add to a course doesn't have a # in its variable names (e.g., "Results.ScorePercent"). After that, each successive Results slide adds new variables that do have numbers (e.g., "Results1.ScorePercent").
- If you don't have Results slides, you'll have to create your own variables and add programming to track the score. (FYI: It'd be easiest to track the # correct instead of the %correct.)
- No matter what variables you use, when the user reaches your custom results/feedback slide, use triggers with conditions to show the alternate feedback (e.g., different states of a "feedback" text box) based on conditions that check the value of the variables.
In other words, you need variables, conditions, and states (oh my!). If you're not familiar with those, you can learn about them in the User Guide:
- https://community.articulate.com/series/articulate-storyline-360/articles/articulate-storyline-360-user-guide-how-to-work-with-triggers#conditions
- https://community.articulate.com/series/articulate-storyline-360/articles/articulate-storyline-360-user-guide-how-to-add-and-edit-states
- https://community.articulate.com/series/articulate-storyline-360/articles/articulate-storyline-360-user-guide-how-to-work-with-variables