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

    Interface FormsHighlightChoice

    A choice with its response count for highlight statistics.

    interface FormsHighlightChoice {
        choiceId: string;
        count: number;
        name: string;
    }
    Index

    Properties

    Properties

    choiceId: string

    The unique identifier of the choice.

    count: number

    Number of responses (draft + submitted) that selected this choice.

    name: string

    The name/text of the choice.