All converters
Niche

Tekman / Kap Converter — Multi-SCO SCORM Extraction

Tekman (educational publisher) uses the Kap authoring framework to bundle curriculum units as multi-SCO SCORM packages with one folder per activity, each containing an `idx.html` with static content. SCORM Converter's `TekmanKapParser` parses the manifest, walks `<item identifierref="...">` recursively, resolves each to its `<folder>/idx.html`, and runs each through HtmlExtractor producing per-activity markdown.

Why export Tekman Kap multi-SCO content?

  • Extract Tekman Kap curriculum units for offline study
  • Archive Spanish/Portuguese Kap educational content
  • Translate Kap activities into additional languages
  • Convert Kap interactive exercises into accessible alternatives

TekmanKapParser — what we extract

Recursive manifest item walker (handles nested items)
Per-activity HTML extraction via HtmlExtractor
Activity title preservation from manifest
Image and video reference collection across all SCOs

Technical details

File signature
imsmanifest with multiple <item> entries pointing to <folder>/idx.html
SCORM versions supported
SCORM 1.2
Typical package size

10-80 MB

Implementation note

The Kap framework targets primary and secondary education in Spain and Portugal. The parser is locale-aware and handles UTF-8 with BOM correctly.

Export formats

Frequently asked questions about Tekman Kap multi-SCO

What's Tekman Kap?
Tekman is a Spanish/Portuguese educational publisher. Kap is its authoring framework for curriculum SCORM packages. Each Kap unit is a multi-SCO SCORM where each activity gets its own folder with an `idx.html` file containing static HTML content.
Will the parser handle Kap units with 10+ activities?
Yes. The parser walks the manifest `<item identifierref="...">` entries recursively (Kap nests items in some packages), resolves each to its `<folder>/idx.html`, and runs each through HtmlExtractor. We've tested with 30+ activities in a single SCORM.
Is Tekman Kap content typically in Spanish or Portuguese?
Both. Tekman publishes primary/secondary education content in Spanish, Portuguese, Catalan, and Galician. Our parser handles UTF-8 with BOM correctly and preserves the original language. Internal regex word counters use Unicode-aware patterns for non-Latin scripts.
Can I extract Tekman Kap exercises and interactive activities?
Yes. The text content of exercises (instructions, hints, answer options) is fully extracted via the HtmlExtractor pipeline. Interactive behaviors (drag-drop, click-to-reveal) become linear documentation — text-only.
How does the converter detect Tekman Kap vs other multi-SCO SCORM?
Detection is path-pattern based: presence of `shared/` plus multiple subdirectories each with `idx.html` plus the Kap framework signature in `shared/index.js`. Auto-detection happens at parser-factory time.

Related guides

Other authoring tools

Ready to convert your Tekman Kap multi-SCO content?

Free during beta. PDF, Word, and Markdown exports with no limits.