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

    Interface ResponsesResponseSections

    Response model for a single section in response sections view

    interface ResponsesResponseSections {
        id: string;
        progress: ResponsesSectionProgress;
        title: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier.

    The answering progress of this section.

    title: string

    Section title (e.g., 'Group Info').