All converters
Mobile-first
EdApp Converter — Extract SC Training & SafetyCulture Courses
EdApp (now rebranded SC Training, owned by SafetyCulture) ships SCORM packages with content in a root-level `config.json` describing `slides[]` ordered by `displayIndex`. Each slide carries a `templateName` (e.g. `Title`, `ImageSlider`, `MultipleChoiceGame`) and a `data` payload. SCORM Converter's `EdAppParser` walks this structure and harvests `metadata.questions[]` into structured `ExtractedQuiz` objects.
Why export EdApp EdApp / SC Training / SafetyCulture content?
- Migrate from EdApp to a different mobile LMS while retaining all content
- Archive EdApp microlearning courses for compliance documentation
- Translate EdApp slides into multiple languages
- Convert EdApp quizzes into question banks for other tools
- Repurpose EdApp content as printable PDF microlearning cards
EdAppParser — what we extract
Slides sorted by `displayIndex` for correct order
Primary-key extractor over common content keys
Recursive fallback walker for any human-readable string
Quiz harvesting from `metadata.questions[]` into `ExtractedQuiz`
Support for all standard EdApp template types
Technical details
File signature
config.json at ZIP root with slides[] arraySCORM versions supported
SCORM 1.2
Typical package size
5-50 MB
Implementation note
EdApp templates we recognize include: Title, ImageSlider, MultipleChoiceGame, CircleTheAnswer, ScrollingMedia, Chat, Carousel, ExitSlide, TextSequence, and others. New templates are auto-handled by the recursive walker.
Export formats
Frequently asked questions about EdApp EdApp / SC Training / SafetyCulture
EdApp is now called SC Training. Does the converter still work?▼
Yes. SC Training (the new name for EdApp under SafetyCulture) uses the same SCORM export format with `config.json` at the ZIP root. The parser auto-detects the format regardless of branding. We also support SafetyCulture Learn exports which use the same engine.
How are EdApp microlessons converted to PDF or Word?▼
Each EdApp slide (Title, ImageSlider, MultipleChoiceGame, TextSequence, etc.) becomes a section in the output document. Slide order is preserved from the `displayIndex` field. PDF exports use proper page breaks between slides; Word exports use heading hierarchies.
Does the converter handle EdApp's gamification elements?▼
Quiz template content (questions, answers, correct flags) is fully extracted. Gamification mechanics (XP, badges, leaderboards) are EdApp-runtime features and don't exist in the SCORM payload, so they can't be converted to PDF/Word — only the lesson content does.
Can I convert SafetyCulture compliance courses?▼
Yes. SafetyCulture's compliance training (built on the EdApp engine) exports the same SCORM format. Workplace safety, food safety, and industry-specific compliance courses all convert correctly. Useful for compliance documentation and audit archival.
What's the maximum number of slides per EdApp course?▼
No hard limit. We've tested EdApp courses with 60+ slides. The parser scales linearly with slide count. Larger courses (100+ slides) complete in 30-60 seconds; typical 20-30 slide courses convert in under 10 seconds.
Related guides
Other authoring tools
Ready to convert your EdApp EdApp / SC Training / SafetyCulture content?
Free during beta. PDF, Word, and Markdown exports with no limits.