A correct manifest
imsmanifest.xml with the right namespaces, schema version, organization, and file list: generated, not hand-typed.
SCORM
Add your HTML content, name the course, and download a manifest-correct SCORM 1.2 or 2004 package: built in your browser.
What it does
It writes the package files that an LMS requires and keeps your source content unchanged.
imsmanifest.xml with the right namespaces, schema version, organization, and file list: generated, not hand-typed.
Content is packaged exactly as uploaded. Nothing is injected, rewritten, or executed.
Every build runs through the same engine as the SCORM validator before you download it.
How to use it
In depth
Strip away the acronym and a SCORM package is a zip file with a contract: an imsmanifest.xml at the root that tells the LMS what the course is called, which file to launch, and which files came along. Most "SCORM export" failures are contract failures: a manifest nested one folder deep, a namespace from the wrong spec version, a launch href pointing at a file the zip does not contain.
The builder exists to make those failures impossible. It writes the manifest against the version you choose: SCORM 1.2 with its adlcp_rootv1p2 namespace, or 2004 3rd Edition with adlcp_v1p3: lists every file you added, marks the launchable resource as a SCO, and zips it with the manifest at the root where the LMS looks first. The result imports and launches.
Launching is not the same as reporting, and the builder is honest about the difference. Completion and score reach the LMS only when the content itself calls the SCORM API from its JavaScript. A packaged slide deck or HTML page will open cleanly in any LMS and report nothing: which is fine for reference material, and not fine for compliance training.
When reporting is the point, package content that speaks SCORM. Mindstamp exports interactive videos as SCORM packages whose player does the API work: completion, score, and each learner’s answers land in the LMS gradebook without your content team writing a line of JavaScript.
Questions
SCORM 1.2, unless your LMS documentation asks for 2004. Twenty years on, 1.2 remains the version every LMS imports without argument.
It will launch in any SCORM LMS. Reporting requires the content itself to call the SCORM API: static HTML reports nothing. For tracked training, export from a tool whose player makes those calls, such as Mindstamp.
The builder’s whole job is writing a correct one: two manifests in one package is exactly the kind of ambiguity that breaks imports. To inspect a package that already has a manifest, use the SCORM inspector.
No. Files are read, packaged, validated, and zipped entirely in your browser.
Related tools
These tools share engines and hand off to each other.
Check a SCORM .zip before it reaches the LMS: manifest, version, launch file, references, and structure: in your browser.
Open the tool →See inside any SCORM .zip: version, organizations, SCOs, resources, launch paths, and files: without importing it anywhere.
Open the tool →Paste quiz questions in any common arrangement and get Moodle GIFT, Aiken, CSV, or clean plain text back.
Open the tool →With Mindstamp
Mindstamp turns interactive video into SCORM that scores: completion, results, and per-learner answers in your LMS.