gabrieldoty / simplify-scorm

Scorm 1.2 Javascript API
MIT License
230 stars 77 forks source link

Add a SCORM 2004 API #13

Closed xob closed 5 years ago

xob commented 5 years ago

This has been a long time coming, but it's finally here!

We have been using this code in production for a while now, with the most recent changes being necessary features for our LMS.

The scormAPI2004.compliance.md file was compiled as I was reading the SCORM 2004 reference PDF, linked at the top of that file. I have not detailed the CMI data type compliance section, as there is essentially no data type validation at all in the API. My goal with this file is to serve as a reference for whoever would wish to get this API to be 100% SCORM 2004 compliant.

gabrieldoty commented 5 years ago

This is amazing! Thanks for all your work on this, and contributing to this project!