> ## Documentation Index
> Fetch the complete documentation index at: https://formbricks.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Single Select

> Single select questions allow respondents to select one answer from a list

Single select questions allow respondents to select one answer from a list. Displays a title and a list of radio buttons for the respondent to choose from.

<iframe
  title="Survey Embed"
  src="https://app.formbricks.com/s/wybd3v3cxpdfve4472fu3lhi"
  style={{
position: "relative",
height: "600px",
maxHeight: "100vh",
width: "100%",
border: 0,
borderRadius: "12px",
overflow: "auto",
}}
/>

## Elements

<img src="https://mintcdn.com/formbricks/yKl9MUpEW6O1uJ5B/images/xm-and-surveys/core-features/question-type/select-single.webp?fit=max&auto=format&n=yKl9MUpEW6O1uJ5B&q=85&s=9b675d4a82ec5343a1639e3532961e66" alt="Overview of Single Select question type" width="676" height="499" data-path="images/xm-and-surveys/core-features/question-type/select-single.webp" />

### Title

Add a clear title to inform the respondent what information you are asking for.

### Description

Provide an optional description with further instructions.

### Options

The list of answers the respondent can choose from.

### Additional Actions

* Add “Other”: Adds an “Other” option to allow respondents to enter a custom answer. This will show two inputs, one for the label text and one for the placeholder.

* Convert to Multiple Select: Converts the question to a multiple select question. This will show checkboxes instead of radio buttons.

* Order dropdown: Allows you to choose the order in which the options are displayed.
  * Keep current order: Options will be displayed in the order you added them.
  * Randomize all: Options will be displayed in a random order.
  * Randomize all except last option: Options will be displayed in a random order, except for the last one.
