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

    Interface ResponsesResponseQueryFilter

    Filter group for a specific question

    interface ResponsesResponseQueryFilter {
        answers: ResponsesQueryFilterAnswerItem[];
        questionId: string;
    }
    Index

    Properties

    Properties

    The list of answers selected for this question.

    questionId: string

    The unique identifier of the question.