A web application that allows users to create SCORM-compliant e-learning packages by embedding web content through URLs or HTML code, with completion tracking capabilities.
â–¶ Launch the tool
- Creation of SCORM 1.2 and 2004 packages compatible with most LMS
- Web content integration via URL or HTML code
- Code validation system to mark the module as completed
- Content preview
- Direct SCORM package download
- SCORM manifest description customization
- Iframe interface customization with header color choices and logotype
- YouTube content integration with completion tracking
- QCM/QCU quiz creation for completion, with score reporting
- Management of several packaging projects, with IndexedDB storage
- Clone the repository:
git clone https://github.com/realjck/web2scorm.git- Install dependencies:
npm install- Start the development server:
npm run devThe application is built using React and TypeScript. It runs entirely on the frontend, with no backend components. All features, including SCORM package generation and content handling, are performed client-side directly in the browser.
Feel free to contribute to the improvement of web2scorm, Your suggestions are welcome.
- Open an issue to report a bug or suggest a new feature
- Submit a pull request to contribute to the code
- Share your feedback and experience