SCORM Tracking
I am looking to have 2 different paths thru the same content... one markedly shorter than the other... but i still need completion tracked in our LMS.
It appears that the only option for tracking is "minimum number of slides viewed"... which would not work in this situation.
Is there any way to track completion based on getting to a PARTICULAR slide (no matter how many were viewed)?
Any ideas/thoughts would be appreciated!
9 Replies
Should be possible with Javascript like:
//get LMS API
var lmsAPI = parent;
//set status; possible values: "completed","incomplete", "failed", "passed"
SetStatus("completed")
http://support.elearningbrothers.com/entries/23642122-Passing-over-Storyline-Game-data-to-your-LMS
Awesome!
I will give that whirl.. thanks!
Christoph, if I use custom javascript like what you posted, how does that change (if at all) the settings I set when publishing my course for LMS? Any recommendations there?
Much appreciated
To be honest I haven´t tired it in Storyline but I´ve written different custom made Scrom Player for Flash content and custom made XML Quizmakers.
There are ways to try it without scripting in Storyline with existing content on your LMS but you have to find out by yourself how this works. This is not because I don´t want to help you. This is because you can use the same for cheatting.
Hi Helene,
You can track by visiting a particular slide as described here.
Hope that helps!
Ashley, thank you for posting that link. I remember now using this method and it works well
Hello,
nice post here
that i add my question.... If there is a way to get custom variable out from storyline with javascript? For example i set variable 'points' for my score variable, now i want to be shown in code that i can conect it with tin can or scorm.
thank you very much for help :)
Hello Jure,
Check out both of these kb articles. I've used this method with our LMS and it works great...
· How to send the value of a variable to an LMS - http://www.articulate.com/support/storyline/how-to-send-the-value-of-a-variable-to-an-lms
· Reporting Storyline variables to an LMS - http://www.articulate.com/support/storyline/reporting-storyline-variables-to-an-lms
Thank you very much
that helps a lot :)
Now i just have problem, that my point variable is number variable, but text entry is text variable, so trigger can not assign it to text entry.
Thank you :)