How to stop tracking time in SCORM

Mar 17, 2021

Hi!

I was asked by a client to disable time tracking in a Scorm 1.2 package I built using Storyline. They do not want to know, how much time a student spent in a course. They do not want any time tracking at all.

I already tried to change 2 lines in ./lms/scormdriver.js.

In particular, I tried to change the following in the function "SCORM_SaveTime":

from „WriteToDebug("strCMITime=" + strCMITime);“ to

„WriteToDebug("strCMITime=" + 0000:00:00);“

 and

„return SCORM_CallLMSSetValue("cmi.core.session_time",

strCMITime);“ to „return SCORM_CallLMSSetValue("cmi.core.session_time",

0000:00:00);“

I also tried 0000:00:00.00 instead of 0000:00:00 without success.

I already asked Articulate Support but they told me to ask here, because they do not support changing files.

Can someone help me to fix this request?

Kind regards!
Alexander

Be the first to reply