{"id":18299910,"url":"https://github.com/gamestdio/scorm","last_synced_at":"2025-04-05T13:35:25.447Z","repository":{"id":94804185,"uuid":"99929384","full_name":"gamestdio/scorm","owner":"gamestdio","description":"SCORM 1.2/2004 Wrapper for JavaScript/TypeScript","archived":false,"fork":false,"pushed_at":"2019-02-14T20:18:54.000Z","size":125,"stargazers_count":37,"open_issues_count":0,"forks_count":9,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-21T05:22:02.561Z","etag":null,"topics":["e-learning","lms","scorm"],"latest_commit_sha":null,"homepage":"http://gamestd.io/scorm/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gamestdio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-08-10T14:01:42.000Z","updated_at":"2025-01-24T15:08:50.000Z","dependencies_parsed_at":"2023-05-09T17:45:50.975Z","dependency_job_id":null,"html_url":"https://github.com/gamestdio/scorm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamestdio%2Fscorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamestdio%2Fscorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamestdio%2Fscorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamestdio%2Fscorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gamestdio","download_url":"https://codeload.github.com/gamestdio/scorm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247342654,"owners_count":20923637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["e-learning","lms","scorm"],"created_at":"2024-11-05T15:10:41.007Z","updated_at":"2025-04-05T13:35:25.197Z","avatar_url":"https://github.com/gamestdio.png","language":"TypeScript","funding_links":["https://patreon.com/endel"],"categories":[],"sub_categories":[],"readme":"# @gamestdio/scorm \u003ca href=\"https://patreon.com/endel\" title=\"Donate to this project using Patreon\"\u003e\u003cimg src=\"https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.herokuapp.com%2Fendel\u0026style=for-the-badge\" alt=\"Donate on Patreon\"/\u003e\u003c/a\u003e\n\n\u003e SCORM 1.2/2004 Wrapper for JavaScript/TypeScript\n\nIntegrate your e-learning course with SCORM 1.2/2004 LMS.\n\nThis implementation is highly based on a battle tested version from\n[pipwerks/scorm-api-wrapper](https://github.com/pipwerks/scorm-api-wrapper).\n\n## Why?\n\nNo SCORM wrapper had support for modern JavaScript/TypeScript.\n\n## Usage\n\n```typescript\nimport { scorm } from \"@gamestdio/scorm\";\n\n// set configuration options\nscorm.configure({\n    debug: true\n});\n\n// initialize connection with parent/opener windows\nscorm.initialize();\n\nscorm.set('cmi.core.lesson_status', 'Not Attempted');\nscorm.commit();\n\n// finish e-learning session\nscorm.terminate();\n```\n\n## Testing\n\n1. Create a free account on [SCORM Cloud](https://cloud.scorm.com)\n2. Download and include one of the [XML Schema Definition files](https://scorm.com/scorm-explained/technical-scorm/content-packaging/xml-schema-definition-files/) into your package.\n3. Edit the `imsmanifest.xml` to meet your needs.\n4. Upload your e-learning course to SCORM Cloud.\n\n## References\n\n- [SCORM 1.2 Run-Time Environment](http://xml.coverpages.org/SCORM-12-RunTimeEnv.pdf)\n- [SCORM 2004 Guide for Programmers](https://www.adlnet.gov/public/uploads/SCORM_Users_Guide_for_Programmers.pdf)\n- [Wikipedia: Sharable_Content_Object_Reference_Model](https://en.wikipedia.org/wiki/Sharable_Content_Object_Reference_Model)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamestdio%2Fscorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgamestdio%2Fscorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamestdio%2Fscorm/lists"}