If you haven't already, try using one of the SCORM packages in the
SCORM Repository. Make sure you are using the SCORM activity and not the IMS Content Package resource when adding the SCORM package. Also, if you are not using the latest version of Moodle, you may want to consider upgrading.
If you still get the same error message then the problem is with Moodle. If not, then you need to look at your SCORM package.
Depending on the tool you use to create the SCORM package, some of these may not apply, but each of these can cause a problem.
- The SCORM course must be packaged in a "zip" format and contain all course files as well as the "imsmanifest.xml" file in the root folder of the course. Note: For very large SCORM courses you may need to cheat on the packaging as noted below.
- The "imsmanifest.xml" file must point to at least one file for launching the first SCO. If the file to be launched is not in the root folder, then a realtive path must be included as part of the launch filename.
- After uploading the SCORM pacage as a SCORM activity, don't unzip the file, just select "Choose". Moodle will take care of unzipping the files, reading the imsmanifest and launching the file indicated.
- If the SCORM package is very large in size, the server may not extract all the files from the package. This is a limitation of the PHP zip/unzip function not Moodle. This can lead to blank pages and missing files. Exactly what size? It depends on a number of things. Configuration of server and PHP time limits, number of files in the package, size of files in the package, etc.
We get around this by breaking up the zip file into smaller chunks. We upload the zip file containing the imsmanifest and start files first and "Choose" it, allowing Moodle to create the folder structure. Then we upload the other parts of the course to the appropriate folders and unzip them manually.
- Verify that the SCORM package is SCORM compliant with the ADL SCORM Conformance Test Suite aapropriate to the version of SCORM being used. You can download the test suites at: http://www.adlnet.gov/downloads/index.aspx