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

    Interface ResponsesAnswersDetail

    Contains the question details and the corresponding answer for a specific question in a response

    interface ResponsesAnswersDetail {
        payload: ResponsesAnswerPayload;
        question: FormsQuestionResponse;
    }
    Index

    Properties

    Properties

    All answers for this question, if user has not filled this question, this field will be null.

    The question details.