Playing a SCORM or xAPI content package

245 views Asked by At

I want to create a xAPI compatible LMS which would share data from a LRS. I wanted my UI to be completely separate from LMS ie I want LMS as REST services but I am unable to find a way to play/view SCORM or xAPI content files yet.

Can please someone elaborate how would this be possible?

1

There are 1 answers

2
Mark On

Hi xAPI is endpoint based. Meaning the content has a targeted server in which it communicates with. There is nothing for you to implement on a traditional LMS.

SCORM searches the DOM on the LMS for a JavaScript public object called API_1484_11 or API in SCORM 1.2. This requires you to expose this runtime API value for the content to communicate with.