@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface ResponsesPreviewQuestion

    Model for a question with its answer in preview view

    interface ResponsesPreviewQuestion {
        answerData?:
            | ResponsesAnswerJSON
            | ResponsesOauthAnswerJSON
            | ResponsesScaleAnswerJSON;
        displayValue: string;
        question: FormsQuestionResponse;
    }
    Index

    Properties

    The structured answer data for submission. Null if not answered yet.

    displayValue: string

    The formatted answer value for display.

    The question details.