Search code examples
scorm

SCORM, What LMS I am using?


I have a SCORM wrapper that made in jS. (LMSInitialize, LMSGetValue, LMSSetValue ...)

and I load the SCORM file (index_SCORM.html) using iframe.

that's it.

Am I using any LMS? or I'm just using SCORM wrapper without LMS?

please advice me.


Solution

  • You are using SCORM wrapper without LMS.

    From Wiki Docs LMS can track information regarding a course, manage sequencing, track progress etc.

    In your case you are only running a SCORM package using SCORM wrapper.