HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... Total time spent in a lesson
Total time spent in a lesson
  View type:
Good afternoon,
i am an italian user and i am trying the software.
Someone knows how it possible retrive the total time spent to the inside of the form from the system LMS (in this Docebo).
The standard scorm expects a variable one that contains the total time spent to the inside of the scorm object. How is possible to retrive it with courselab ??
 
Hi, Antonio,

If you mean cmi.total_time (SCORM 2004, cmi.core.total_time in SCORM 1.2 syntax) variable, then the only way to obtain its value is using JavaScript call. JavaScript function:

SCORM_GetValue(sName)

(where sName is string variable name, for example "cmi.total_time") returns the value of SCORM variable or null (if such variable does not exists. Note, that it will be returned (if it will - some LMS may not support it) in ISO 8601 format.
Subject:
Message options
No additional options