Questions

QuestionsResource

Methods

create() ->
post/v5/questions

Create Question

Parameters
choices: [str]

Categorical answer choices (must contain at least one entry)

dropdown: Optional[]

Whether the question is displayed as a dropdown in the UI.

multi: Optional[]

Whether the question allows multiple answers.

name: str
prompt: str

user-facing question prompt

conditions: Optional[[Dict[str, ]]]

Conditions for the question to be shown

question_type: Optional[Literal["categorical"]]
(default: "categorical")
"categorical"
Returns
class CategoricalQuestion: ...
class RatingQuestion: ...
class NumberQuestion: ...
class FreeTextQuestion: ...
class FormQuestion: ...
Request example
200Example
list() -> SyncCursorPage[]
get/v5/questions

List Questions

retrieve() ->
get/v5/questions/{question_id}

Get Question

Domain types

Question =