Potential Pitfalls
Compression
The zip package must be compressed with the following options:
- 'compression method: deflate'
- 'dictionary size: 32KB'
or you may get an error during LMS import.
SCORM Version
As mentioned on the Import SCORM Courses the only version support by our LMS is version 1.2. This can be checked by opening the imsmanifest.xml in the root of the zipped SCORM package.
In the <metadata> tag there will be a <schemaversion> which should be 1.2. If the version is incorrect, the client must re-package the course using the correct version:
Add Comment