OneSDK
    Preparing search index...

    Interface QuizCorrect

    interface QuizCorrect {
        correctId: string;
        questionId: string;
        surveyId: string;
    }
    Index

    Properties

    correctId: string
    questionId: string
    surveyId: string