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

    Interface FormsChoiceOption

    A choice option for creating/updating choice-based questions.

    interface FormsChoiceOption {
        description?: string;
        name: string;
    }
    Index

    Properties

    Properties

    description?: string

    Optional description for the choice.

    name: string

    The name/text of the choice option.