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

    Interface QtiMappingIssue

    One reason an item could not be mapped, collected across the whole document.

    interface QtiMappingIssue {
        interaction: string;
        itemIdentifier: string;
        reason: string;
    }
    Index
    interaction: string
    itemIdentifier: string
    reason: string