open-learning-exchange / planet

🌍 Planet Learning - Angular application
https://hub.docker.com/r/treehouses/planet
GNU Affero General Public License v3.0
58 stars 37 forks source link

Add SCORM (Sharable Content Object Reference Model) resource type #215

Open leomaxi opened 6 years ago

leomaxi commented 6 years ago

SCORM is a set of technical standards for e-learning software products. SCORM tells programmers how to write their code so that it can “play well” with other e-learning software. It is the de facto industry standard for e-learning interoperability. Specifically, SCORM governs how online learning content and Learning Management Systems (LMSs) communicate with each other. SCORM does not speak to instructional design or any other pedagogical concern — it is purely a technical standard.

https://scorm.com/scorm-explained/

https://www.learnupon.com/scorm-content-lms/

https://www.npmjs.com/browse/keyword/scorm

paulbert commented 6 years ago

Linking this to #78 since they are related