OneSDK
    Preparing search index...

    Interface Question

    interface Question {
        choices: Choice[];
        correctId?: string;
        id: string;
        multiple: boolean;
        title: string;
        type: QuestionType;
    }
    Index

    Properties

    choices: Choice[]
    correctId?: string
    id: string
    multiple: boolean
    title: string