> For the complete documentation index, see [llms.txt](https://everyday-digital.gitbook.io/authoring-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://everyday-digital.gitbook.io/authoring-docs/content-pages/content-page-library/multiple-choice.md).

# Multiple Choice

## What is Multiple Choice?

**The Multiple Choice page can be used to present a question with up to four possible answers.** A multiple choice question has one correct answer. A survey question has no correct answer.

## Quick steps: how to create & edit a Multiple Choice page

1. **Open Authoring.** Create or open a [Learning Story](/authoring-docs/authoring/content-types/learning-story.md), [Assessment](/authoring-docs/authoring/content-types/assessment.md) or [Survey](/authoring-docs/authoring/content-types/survey.md) [content type](/authoring-docs/authoring/content-types.md).
2. **Open the Editor.**
3. **Add a Multiple Choice page.** Select the + icon and choose Multiple Choice from the   Add Page options.&#x20;
4. **Edit the page.** Select the page to view [Page Options](/authoring-docs/content-pages/story-and-page-settings.md#what-are-the-page-options), then select Update to add and edit content.&#x20;
   1. **Enter a title and a question.** Up to 24 and 144 characters respectively.
   2. **Options.** Change the Theme Colour and select the[ Question Type](#settings) (Assessment or Survey).
   3. **Add up to 4 Answers.** Answers can have up to 100 Characters. If the question is of the Assessment type, select a single correct answer using the radio buttons.
   4. **Create a Response (Optional).** Select the [Add Response](#how-do-i-create-a-response) button to provide user feedback for correct and/or incorrect answers.
   5. **Save.**

## Options & Settings <a href="#settings" id="settings"></a>

**Theme Colour.** Select an alternative colour to override the theme default.

[**Question Type.**](/authoring-docs/authoring-editor/authoring-settings.md#scoring-grading-mode) An Assessment has a correct answer, whereas a Survey question does not have single correct answer.

{% content-ref url="/pages/w3jMVYIg981TlWHZxkCt" %}
[Authoring Settings](/authoring-docs/authoring-editor/authoring-settings.md)
{% endcontent-ref %}


---

# 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://everyday-digital.gitbook.io/authoring-docs/content-pages/content-page-library/multiple-choice.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.
