> 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/image-select.md).

# Image Select

## What is an Image Select page?

**The Image Select page prompts users to answer a question by picking a card.** Add a title and a question, then upload up to 4 cards. The user will need to select the correct card.&#x20;

## Quick steps: how to create & edit an Image Select 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 an Image Select page.** Select the + icon and choose Image Select 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;
   * Enter a title and a question (24 and 144 characters respectively).
   * Change the background colour if desired.
   * Select a question type: Assessment or Survey.
   * Add up to 4 cards (420px x 588px, portrait orientation). The first card should be the correct option (if Assessment type is selected). The cards will be randomly shuffled when presented to the user.
5. **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.

## Image Select FAQ & Tips

### How do I create a Response?

Select the Add Response button and upload an image or icon and enter the dialog text. Dialogs that have over 40 characters will show as a pop up.

### How does Image Select work?

The Image Select page presents a user with text instructions and up to four cards - one of which is the correct response to the text instruction or question.&#x20;

The user can tap to select a card and will then be able to drag and place the card onto the drop space provided.&#x20;

You can [add a response](#how-do-i-create-a-response) to provide user feedback for correct and incorrect answers.

### What are the question types in the Image Select activity?

* **Assessment** - there is only one correct answer and attempts may be limited. [Story Settings](/authoring-docs/content-pages/story-and-page-settings/story-settings.md#scoring-grading-mode)&#x20;
* **Survey** - there is no correct answer.

### What are the image specifications for the Image Select activity cards?

Each card should be portrait and be at least 420x588px big or at a higher ratio (.svg, .jpg or .png format).&#x20;

### The incorrect card is being selected in the Image Select activity

**The first card that you upload will always be the correct one.** If there is an issue, re-upload all cards, making sure that the first one you load is the correct one. When presented to the user, the cards will automatically be shuffled.


---

# 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/image-select.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.
