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

    Interface ResponsesPreviewSection

    Model for a single section in preview view

    interface ResponsesPreviewSection {
        progress: ResponsesSectionProgress;
        questionAnswerPairs: ResponsesPreviewQuestion[];
        sectionTitle: string;
    }
    Index

    Properties

    The answering progress of this section.

    questionAnswerPairs: ResponsesPreviewQuestion[]

    All questions with their answers in this section.

    sectionTitle: string

    The section title.