SCORM Time Recording

Dec 01, 2020

Hi there,

Does anyone know if SCORM can calculate how long a learner has spent in the module? I want to be able to run a report on my LMS and see how long a learner spent on each module. Is this possible with publishing my storyline file somehow?

Thanks, 

3 Replies
Joseph Francis

In Storyline, you can use the LMS API Javascript function GetPreviouslyAccumulatedTime(). It calls to the SCORM data model element cmi.core.total_time, which is the sum of all of the learner’s session times accumulated in the current learner attempt.

The LMS takes each instance of cmi.core.session_time (acquired each time the course is launched and exited by the learner), sums them up, and populates cmi.core.total_time with that.

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