Docs/SCORM Integration/LMS Setup

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 VersionLMS FieldSecureCodingHub Field
SCORM 1.2cmi.core.student_idScormLearnerId
SCORM 2004cmi.learner_idScormLearnerId
Popup blockers: Ensure popup blockers are disabled for your LMS domain. SCORM content launches in a new window.