cybercussion / SCOBot

SCORM API for Content. JavaScript library, QUnit tests and examples.
https://cybercussion.com
156 stars 34 forks source link

SCORM Player #5

Closed thihara closed 7 years ago

thihara commented 7 years ago

Hi,

Is this a SCORM player capable of parsing the imsmanifest.xml file and serving the content with sequencing?

I went through most of the documentation but couldn't really find a way to parse a SCORM content package.

Thanks, Thihara

cybercussion commented 7 years ago

Hi, The content API isn't responsible for doing this. The LMS level back end scripting normally performs this on content import. It is possible at the LMS level to read it real time and render a table of contents. But it is the LMS's job to provide the TOC and SCORM Runtime API.

I have samples of how to do this in JavaScript with my Runtime API https://cybercussion.com/#!SCOBOT2004RTE, but this is not free for commercial use without purchasing a license.

thihara commented 7 years ago

Copy that. Thanks for clearing that up.