/xb_scorm

Experimental xblock for hosting a SCORM content object

Primary LanguageJavaScript

What is it?

Experimental XBlock for hosting a SCORM content object. Currently it has built in trivial quiz for testing purposes, but eventually it will allow the user to upload an arbitrary SCORM zipfile.

Resources

  • See here for an overview of the SCORM API.
  • See the issues page for (an incomplete list of) work that needs to be done.

Contributing

  1. Fork.
  2. Comment on the issue related to the thing you want to fix, so others know you're working on it. If you want to do something that doesn't have an issue associated with it, create an issue.
  3. Work on each feature/issue in a separate branch
  4. Submit pull request(s)