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

    Interface ResponsesGetFormResponse

    Response model for getting a specific form response

    interface ResponsesGetFormResponse {
        formId: string;
        id: string;
        progress: ResponsesResponseProgress;
        questionAnswerPairs: ResponsesPreviewSection[];
    }
    Index

    Properties

    formId: string

    The form that this response belongs to.

    id: string

    The response's unique identifier.

    The current answering progress of the response.

    questionAnswerPairs: ResponsesPreviewSection[]

    All questions with their answers for this response.