# Adding a multiple-choice question

![Example multiple-choice question](https://3460182399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwVx6bvwqEE7tD0TYOcfj%2Fuploads%2Fgit-blob-9c5ad3a1e1ae7a688eadecc6fe3f2d7dfc253b61%2Fform_example_mcq.png?alt=media)

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](https://docs.engagevr.io/engage/advanced-features/forms/editing-settings-for-a-form-in-the-web-manager "mention").
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](https://docs.engagevr.io/engage/advanced-features/forms/questions/adding-a-questionnaire-question "mention").
{% endhint %}


---

# 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.engagevr.io/engage/advanced-features/forms/questions/adding-a-multiple-choice-question.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.
