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

    Interface ResponsesStringAnswer

    interface ResponsesStringAnswer {
        questionId: string;
        questionType: "SHORT_TEXT" | "LONG_TEXT" | "HYPERLINK";
        value: string;
    }
    Index

    Properties

    questionId: string

    The question being answered.

    questionType: "SHORT_TEXT" | "LONG_TEXT" | "HYPERLINK"

    The type of the question being answered.

    value: string

    The answer value (format depends on questionType from questionId).