@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Type Alias MultipleChoiceBitQuizChoice

    type MultipleChoiceBitQuizChoice = {
        choice?: string;
        isCorrect?: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    choice?: string
    isCorrect?: boolean