# Assessment

## How to create an Assessment

1. **Open** [**Authoring**](/authoring-docs/authoring/start-authoring.md)**, and select the + icon.**&#x20;
2. **Select Assessment.**
3. **Enter the required details.**
   1. **Name.** Name your assessment (max. 24 characters).
   2. **Theme.** Choose a theme (each account comes with a default theme).
   3. **Publish content to...** Select your target app.
4. **Select the Create button.**
5. **Your new assessment will open in the** [#assessment-editor](#assessment-editor "mention")**.**&#x20;

## Assessment Editor&#x20;

**Add the required details and compose your assessment.**

**The scoring option is set to Evaluate.** Answers are evaluated and are either correct or incorrect.

**In the Assessment Editor you can:**

* **Add Page ("+").** Add a page to build your assessment.
* **Chapter Navigation.** Easily access chapters.
* **Desktop / Tablet View.** View pages in desktop or tablet mode.
* **Zoom In / Out Pages.** Zoom in and out to suit your screen size.
* **Mobile View.** View pages in mobile mode.
* **Workflow.** Add feedback, comments, tasks to share with [team members](https://everyday-digital.gitbook.io/account-docs/guides/manage-team-roles-and-permissions).
* **Run simulator.** Simulate the assessment to see a preview.
* **Shuffle pages.** Drag and drop pages to order.

### How to add content to an Assessment

The Assessment Editor is limited to the following [pages](/authoring-docs/content-pages/content-page-library.md):&#x20;

[**Audio + Text**](/authoring-docs/content-pages/content-page-library/audio-+-text.md)**.** Add an audio file and text only.\
[**Drag + Drop.** ](/authoring-docs/content-pages/content-page-library/drag-+-drop.md)Create a drag & drop card activity.\
[**Icon + Text**](/authoring-docs/content-pages/content-page-library/icon-+-text.md)**.** Add an icon and text only.\
[**Image + Text**](/authoring-docs/content-pages/content-page-library/image-+-text.md)**.** Add an image and text only.\
[**Image Cover**](/authoring-docs/content-pages/content-page-library/image-cover.md)**.** Add a full-screen image with text overlay.\
[**Image Select.**](/authoring-docs/content-pages/content-page-library/image-select.md) Images can be selected to answer a question.\
[**Multiple Choice**](/authoring-docs/content-pages/content-page-library/multiple-choice.md)**.** Create a series of questions. In Settings, you can manage scoring options and award completion certificates.\
[**Multiple Select.** ](/authoring-docs/content-pages/content-page-library/multiple-select.md)Create a question with multiple answer choices.\
[**Text**](/authoring-docs/content-pages/content-page-library/text.md)**.** Add text only on a solid background.\
[**Video + Text**](/authoring-docs/content-pages/content-page-library/video-+-text.md)**.** Add a video and text only.\
[**Video Cover**](/authoring-docs/content-pages/content-page-library/video-cover.md)**.** Add a full-screen image with text overlay.\
[**YouTube Video.** ](/authoring-docs/content-pages/content-page-library/youtube-video.md)Stream a video from YouTube.


---

# 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://everyday-digital.gitbook.io/authoring-docs/authoring/content-types/assessment.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.
