Question types3 min readUpdated 2026-08-19

Single Choice

Radio-button question — pick exactly one option.

On this page (7 sections)

A radio-button question — the respondent picks exactly one option from a list. It's the most common question type in most surveys: screening, yes/no paths, and any "pick the single best answer" prompt.


What respondents see#

A list of answer options, each with a radio button. Options can show text, an image, or both. Selecting one option deselects any other — only one answer is ever recorded.

When to use it#

  • Yes/No and screening questions where only one answer applies.
  • Any question where two answers would be contradictory (e.g. "What is your primary role?").
  • As the base for tap-optimized variants like Fast Select and 5-Point Single Select — see Custom Interfaces.

Configuring it in the builder#

  1. Add or edit answer options in the properties panel — reorder by drag, recode values, or delete.
  2. Apply rich text or an image URL to any option; a thumbnail preview confirms the image looks right.
  3. Open the Validation tab for choice-specific auto-behavior (below).
  4. Open the Logic tab for display logic, skip logic, and piping.

Settings reference#

SettingWhat it controlsDefault
Answer optionsThe list of choices, with optional rich text and image per option
Answers displayText, image, or both across all optionsText
Auto-answer if only one choiceAuto-selects the remaining choice when carry-forward or display logic has narrowed the list to oneOn
Skip if no choices presentSkips the question when logic/carry-forward removes every choiceOn
RequiredWhether the respondent must answer before continuingOff
Required messageCustom text shown when a required question is skipped"This question is required"
Answer Columns (Desktop / Mobile)Number of grid columns the answer list renders in1
RandomizationShuffle answer order, lock specific options in place, show only N of M, or apply a Least Fill weightingOff
Recode ValuesAssign a custom stored/exported value to each answer option, independent of its display orderSequential (1, 2, 3…)
Carry Forward eligibleCan be used as the answer-option source for a later question's carry-forward config

Logic support#

Single choice uses selection-style condition operators — Selected, Not selected, Is any of, Is none of, Answered, and Not answered. See Logic, Flow & Conditions for the full operator tables and how to build display/skip logic rules.

Good to know#

  • Auto-answer if only one choice and Skip if no choices present exist specifically for surveys that narrow answer lists dynamically (via carry-forward or display logic) — without them, a respondent could land on a single-choice question with only one valid answer left, or none at all.
  • Piping can insert the respondent's selected label into later question text.

Was this page helpful?