Shared option editor
Multiple choice, Checkbox, Dropdown, Ranking, and Picture choice all use the same option list editor. Option list behaviour:- Click Add option to append a new option (labeled “Option N”).
- Editing a label automatically rewrites the option’s internal
valueto a lowercase underscore slug (e.g. “Very satisfied” →very_satisfied). - Options can be reordered by drag.
- Removing an option clamps
min_selectionsandmax_selectionsdown to the new option count if they would exceed it.
Multiple choice
Respondents select one option from a list.
Checkbox
Respondents select one or more options from a list.Dropdown
Respondents select one option from a collapsed dropdown menu. Best for long option lists or when space is limited.layout_alignment is not applicable to Dropdown — options always appear in a
vertical list inside the dropdown menu.Yes / No
A binary choice with two clearly labelled buttons. Best for simple agree/disagree or yes/no questions.Picture choice
Respondents choose from options that each have an image. Best for visual product selection, mood boards, or any question where images communicate better than words.
Each option has an individual image upload in the option editor.
Ranking
Respondents drag options into their preferred order. Best for priority surveys or preference ranking.The answer to a Ranking question is stored as an ordered array of option
values — e.g.
["option_b", "option_a", "option_c"].Next steps
Rating questions
Star, number scale, emoji, and opinion scale.
Conditional branching
Route respondents based on which option they selected.