Real-time Survey Tool Documentation
Preparing search index...
types
Question
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
created_
at
event_
id
id
is_
open
options
question_
type
text
Properties
allow_
multiple_
answers
allow_multiple_answers
:
boolean
created_
at
created_at
:
string
event_
id
event_id
:
number
id
id
:
number
is_
open
is_open
:
boolean
options
options
:
null
|
string
[]
question_
type
question_type
:
QuestionType
text
text
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
allow_
multiple_
answers
created_
at
event_
id
id
is_
open
options
question_
type
text
Real-time Survey Tool Documentation
Loading...
Represents a question.