Search code examples
moodlescorm

SCORM version in moodle


i want to know.. how can i know SCORM version that are my company use? and I want to know the latest version of SCORM.. Because i read moodle docs but dont know how to check it


Solution

  • If you are trying to determine which version of SCORM some content is using, the easiest way is to look at the contents of the imsmanifest.xml file.

    There are some templates for what the manifest files should look like for different versions here. You can also probably tell by looking at which set of XSD files are included with the package as those will vary between SCORM versions as well.

    A simpler way is to import the course into the freely available SCORM Cloud. Launch the course from the "SCORM Test Track Sandbox" section and then click on "View Debug". Expand the Activity Data tree until you see the "Course Information" node and it will tell you which learning standard the course is using.

    alt text

    If you are trying to determine which version of SCORM your LMS supports, the easiest way is to just ask your vendor. You can also just try importing packages of various versions to see what works. Sample content from every version is available here. If you are referring to Moodle, I know that they have support for SCORM 1.2 and very basic support for some of SCORM 2004. If you need full SCORM 2004 support in Moodle, look here.