LMS Setup
Upload the SCORM package to your Learning Management System and configure it for your learners. This guide covers generic LMS setup with notes for popular platforms.
General Setup Steps
1
Log in to your LMS as administrator
2
Create a new course or content module
3
Upload the SCORM .zip file
4
Configure launch settings (new window recommended)
5
Assign the course to your learners
6
Test by launching as a test user
Platform-Specific Notes
Moodle
- Add activity → SCORM package → Upload ZIP
- Display: New window
- Force new attempt: No
- Grade method: Highest grade
Canvas
- Import existing content → Choose SCORM package
- Or use External Tool for direct launch
Blackboard
- Content → Build Content → SCORM package
- Set to launch in new window
SAP SuccessFactors
- Learning → Content Management → Import SCORM
- Assign to curriculum
Learner ID Mapping
The LMS sends a cmi.core.student_id (SCORM 1.2) or cmi.learner_id (SCORM 2004). SecureCodingHub maps this to the user's ScormLearnerId. If the ID doesn't match an existing user, a new SCORM session user is created.
| SCORM Version | LMS Field | SecureCodingHub Field |
|---|---|---|
| SCORM 1.2 | cmi.core.student_id | ScormLearnerId |
| SCORM 2004 | cmi.learner_id | ScormLearnerId |
Popup blockers: Ensure popup blockers are disabled for your LMS domain. SCORM content launches in a new window.