Best way to monitor usage of SCORM distributed projects on another's LMS?

Mar 19, 2015

We will be distributing our Storyline project to partners, some using AICC and some SCORM. Since SCORM packages the entire project, we were wondering what might be the best way to monitor how often the project is accessed while loaded on another LMS.

I've successfully gotten a jquery POST talking to a SQL Server to do a check-in when the timeline starts, so that's one possibility. Any other suggestions on a good way to do this? Thanks!

 

4 Replies
Steve Flowers

If I understand what you're aiming for, Google Analytics might be a good way to do that. Here's a thread that describes one approach. If you only wanted to track page hits, it's pretty simple and straight-forward. You could extend this by tracking internal events as well using a Javascript trigger:

_gaq.push(['_trackEvent', 'course-title', 'end', 'choice-1']);

This discussion is closed. You can start a new discussion or contact Articulate Support.