> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/advanced-features/forms/questions/adding-a-multiple-choice-question.md).

# Adding a multiple-choice question

![Example multiple-choice question](/files/qeBg6T2MIpvwMLkmusSV)

To add a multiple-choice question to a form, complete the following steps:

1. On the **FORMS** page, select **EDIT** for the form that you want to add the question to.
2. Select the **QUESTIONS** tab, and then select **ADD QUESTION**.
3. In the **Create Questions** window, enter a question title and question text.
4. **Optional**: In the **Marks** field, enter the number of marks to award for a correct answer to this question. Enter 0 to award no marks.
5. From the **Answer Type** list, select **Multiple Choice**.
6. Complete the following steps to configure an answer:
   1. In the **Answer** field, enter the text to display for this answer.
   2. If the answer is correct, turn on the **Correct** toggle.
   3. **Optional**: In the **Feedback after submit** field, enter text to display to the user if they choose this answer. Feedback is displayed only if the **Show feedback after question submitted** setting is selected. For more information, see [Editing settings for a form in the web manager](/engage/advanced-features/forms/editing-settings-for-a-form-in-the-web-manager.md).
7. To add another answer, select **ADD**, and then repeat step 6.
8. **Optional**: If you want users to see the answers in the order you you've added them, clear the **Randomise the answer order** check box.
9. After you add all the answers, select **SAVE QUESTION**.

{% hint style="info" %}
You can select more than one answer to be correct. If there is no correct answer, use a questionnaire question. For more information, see [Adding a questionnaire question](/engage/advanced-features/forms/questions/adding-a-questionnaire-question.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.engagevr.io/engage/advanced-features/forms/questions/adding-a-multiple-choice-question.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
