SCORM metadata
Detects schema, schema version, manifest identifier, package version, default organization, and course title.
Check the manifest before an LMS upload. See the detected SCORM version, course title, launch entry points, SCO items, resources, and warnings that commonly explain import failures.
Run the parser to preview launch files, SCO resources, course metadata, and non-blocking warnings before uploading to an LMS.
Detects schema, schema version, manifest identifier, package version, default organization, and course title.
Lists SCO items, resource references, launch hrefs, and entry points an LMS will use when opening the course.
Flags non-blocking issues such as missing item references, missing resources, empty organization titles, and resources without file listings.
imsmanifest.xml is the required SCORM package manifest. It tells an LMS which resources exist, which file launches the course, what organization structure to display, and which SCORM metadata applies.
No. This tool checks the raw imsmanifest.xml file. It can identify manifest structure and common import warnings, but it does not inspect every file inside a package zip.
Common causes include malformed XML, a missing manifest at the package root, organization items that reference missing resources, resources with no files, or launch hrefs that do not match the packaged files.
Yes. The parser returns the detected SCORM version, schema, and schema version when those values are present in the manifest metadata.