All converters
Enterprise
Litmos Converter — Extract SAP Litmos Catalog Courses
SAP Litmos exports its Catalog courses with a `LITMOSCAT-*` identifier in the manifest and the actual content in `data/<lang>/data.xml` — a single XML document with the entire course structure: `<module>` root, `<page>` children, each with typed components (`cmp.heading`, `cmp.text`, `cmp.picture`, `cmp.video`, `cmp.mcq`). SCORM Converter ships a dedicated `LitmosParser` that walks this tree with CDATA-preserving XML parsing.
Why export SAP Litmos Catalog content?
- Extract SAP Litmos training for translation by external LSPs
- Migrate Litmos compliance content to another LMS (Cornerstone, Workday, etc.)
- Archive Litmos catalog before subscription renegotiation
- Convert Litmos quizzes into structured Q&A datasets
- Generate accessibility-compliant alternatives to Litmos web courses
LitmosParser — what we extract
Full XML tree walker with CDATA preservation
MCQ extraction with correct answer flags
Dataset reference resolution (linked Q&A items)
HTML body conversion to Markdown via Turndown
Image and video reference collection
Technical details
File signature
imsmanifest identifier `LITMOSCAT-*` + data/<lang>/data.xmlSCORM versions supported
SCORM 1.2
SCORM 2004
Typical package size
3-40 MB
Implementation note
The parser auto-prefers `data/en_US/` then falls back to any available locale folder. Single-page modules become single-section markdown; multi-page modules emit per-page sections.
Export formats
Frequently asked questions about SAP Litmos Catalog
How do I know if my course is a Litmos Catalog course?▼
Open the SCORM ZIP and look at imsmanifest.xml. If the identifier starts with `LITMOSCAT-`, it's a Litmos Catalog course. If you also find `data/<locale>/data.xml`, that confirms it. SCORM Converter auto-detects this signature and routes to our dedicated LitmosParser.
Will Litmos quiz questions be extracted with correct answers?▼
Yes. Litmos stores MCQ data in `<cmp.mcq>` elements with dataset references. The parser resolves dataset UIDs and extracts every question, all options, and the correct-answer flag. Feedback for each option is also extracted when present.
Are Litmos training videos converted too?▼
Video references (file path + caption) are preserved in the output, but the videos themselves remain as separate MP4 files in the ZIP. PDF and Word exports include the video filename and any caption text. Markdown exports include relative path references.
What languages does the Litmos converter support?▼
All languages Litmos itself supports. The parser auto-detects available locales in `data/<locale>/` and prefers `en_US` by default. For non-English courses (Spanish, German, French, etc.), it falls back to the available locale automatically.
Can I migrate from SAP Litmos to another LMS using this converter?▼
Yes — Litmos export → SCORM Converter → Markdown is a common LMS migration path. Once in Markdown, the content can be re-imported into Cornerstone OnDemand, Workday Learning, Moodle, or any modern LMS that accepts Markdown or HTML.
Related guides
Other authoring tools
Ready to convert your SAP Litmos Catalog content?
Free during beta. PDF, Word, and Markdown exports with no limits.