# Multiple Choice

A multiple choice question allows the respondent to select multiple answers among the [selectable answers](/form-management/form-designer/answers/answer-types/selection-answers.md) of your questions.&#x20;

The default render mode is a checkbox

![](/files/-MBh0_qolTaKOu6w_5o5)

{% hint style="info" %}
You may switch to a [single question](/form-management/form-designer/questions/question-types/standard/single-choice.md) by unchecking the **multiple selection** property of the [question properties](/form-management/form-designer/questions/question-properties.md).
{% endhint %}

You may also set a limit on the number of responses that can be selected from the [question properties](/form-management/form-designer/questions/question-properties.md) page.

&#x20;

![](/files/-MBh0sLuIQVMD-YrkqsT)

## ☑️ Exclude answer

An exclude answer is an answer that will block the selection of all other answers and un-check any checked answer, in the example above if the respondent checks the "None of the above" answer it will block the selection on all the other answers and un-check them.

There can be only one exclude answer per question and you can set it from the [answer properties](/form-management/form-designer/answers/answer-properties.md) page.

![](/files/-MBh1fDpgL_CICZnALYz)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ngsurvey.com/form-management/form-designer/questions/question-types/standard/multiple-choice.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
