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

    Interface FormsScaleOption

    Options for linear scale and rating questions.

    interface FormsScaleOption {
        icon?: string;
        maxVal: number;
        maxValueLabel?: string;
        minVal: number;
        minValueLabel?: string;
    }
    Index

    Properties

    icon?: string

    Background icon for the linear scale option.

    maxVal: number

    Maximum value of the linear scale.

    maxValueLabel?: string

    Label for the maximum value.

    minVal: number

    Minimum value of the linear scale.

    minValueLabel?: string

    Label for the minimum value.