learn-content-engine - v0.13.1
    Preparing search index...

    Function importQti

    QTI 2.x interop for learn-content-engine (subpath export learn-content-engine/qti).

    QTI (IMS Question and Test Interoperability) is the established interchange format for assessment content; this adapter bridges the mappable subset to the canonical lesson model at the same source->canonical boundary the core engine draws. It lives behind a subpath so the XML parser dependency (@rgrove/parse-xml) never enters the dependency-free core import.

    See docs/qti.md for the mapping table and fidelity limits. Activity tracking (xAPI) is deliberately NOT part of this - tracking is a consumer responsibility (docs/qti.md#activity-tracking).

    • Parse QTI 2.x XML (a single assessmentItem or an assessmentTest with inline items) into a canonical ContentLesson. Throws QtiImportError when any item is unmappable, or when the produced lesson fails validateLesson. meta overrides the lesson id / title otherwise taken from the QTI root.

      Parameters

      • xml: string
      • meta: { id?: string; title?: string } = {}

      Returns ContentLesson