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

    Interface Question

    Represents a question.

    interface Question {
        allow_multiple_answers: boolean;
        created_at: string;
        event_id: number;
        id: number;
        is_open: boolean;
        options: null | string[];
        question_type: QuestionType;
        text: string;
    }
    Index

    Properties

    allow_multiple_answers: boolean
    created_at: string
    event_id: number
    id: number
    is_open: boolean
    options: null | string[]
    question_type: QuestionType
    text: string