Real-time Survey Tool Documentation
    Preparing search index...

    Interface FreeTextAnswerResult

    Represents the result of a free-text answer.

    interface FreeTextAnswerResult {
        id: number;
        is_hidden: boolean;
        is_picked: boolean;
        text: string;
    }
    Index

    Properties

    id: number
    is_hidden: boolean
    is_picked: boolean
    text: string