Forum Discussion
LesB
11 months agoCommunity Member
Custom Variables ?
What's the best way to track the data below from a SL 360 scenario-based course without using quizzes, surveys, etc.? I would like that data to be displayed to the learner at the end of the course. ...
JudyNollet
Super Hero
Storyline doesn't track time. You'd need JavaScript to tell the user their total time to complete the course. (Or just tell them to look at their watch at the beginning and end of the course. 😆)
You could use a number variable to count how many questions someone answered correctly the first time. At the end, it'd be easiest to simply show that variable (for example: "You answered [#] out of [#] correctly the first time.") Otherwise, you'd need additional triggers to calculate the percent.
Also use T/F variables to track whether it's the user's first time through each scenario. Exactly how and where you adjust the variables will depend on how your scenarios and navigation are set up.
Here are some resources that might help:
- This post has a file that demonstrate tracking within a course to provide custom feedback to the user (not the LMS): https://community.articulate.com/discussions/articulate-storyline/tip-track-responses-to-custom-questions-or-surveys
- Here's the User Guide info about variables: https://community.articulate.com/series/articulate-storyline-360/articles/articulate-storyline-360-user-guide-how-to-work-with-variables
- Here's the User Guide info about trigger conditions: https://community.articulate.com/series/articulate-storyline-360/articles/articulate-storyline-360-user-guide-how-to-work-with-triggers#conditions
LesB
11 months agoCommunity Member
Thank you!