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

    Interface ResponsesScaleAnswerJSON

    Request model for submitting an individual scale answer

    interface ResponsesScaleAnswerJSON {
        questionId: string;
        questionType: "LINEAR_SCALE" | "RATING";
        value: number;
    }
    Index

    Properties

    questionId: string

    The question being answered.

    questionType: "LINEAR_SCALE" | "RATING"

    The type of the scale question being answered.

    value: number

    The answer value for scale question.