> For the complete documentation index, see [llms.txt](https://documentation.taskmaverick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.taskmaverick.com/missions/what-are-missions/media.md).

# Media

Media Missions deliver training content through video, audio, or images. You can add quizzes to verify that employees understood the material.

**Examples:** "Lemon Dressing Recipe", "Proper Customer Care", "Safety Equipment Training"

***

## When to use Media Missions

**Train employees with short, visual content**\
Instead of long training sessions, deliver bite-sized videos, images, or audios that employees can complete during their shift.

**Verify understanding with quizzes**\
Add quiz questions after the media content. Employees must answer correctly before they can complete the mission.

**Build a training library**\
Make Media Missions available in the mobile Knowledge Base so employees can revisit training material anytime.

***

## How to create a Media Mission

Go to **Missions → In Library → Create Mission**&#x20;

{% stepper %}
{% step %}

#### Step 1 - Mission Attributes

<table><thead><tr><th width="163">Field</th><th width="161">Required</th><th>Description</th></tr></thead><tbody><tr><td>Title</td><td>Yes</td><td>What employees see (max 36 characters)</td></tr><tr><td>Sub-title</td><td>No</td><td>Additional info to explain the Title</td></tr><tr><td>Guide</td><td>No</td><td>How to do the task (max 180 characters)</td></tr><tr><td>Categories / Tags</td><td>Yes</td><td>For organizing your library. Default category and tag applied.</td></tr><tr><td>Alert</td><td>No</td><td>Warning shown before starting (e.g. "Wear gloves")</td></tr></tbody></table>
{% endstep %}

{% step %}

#### Step 2 — Content Builder

Add up to **15 media sets** in any order:

| Content type | What it is                                                                                    |
| ------------ | --------------------------------------------------------------------------------------------- |
| **Text**     | Type text - the system converts it to speech automatically                                    |
| **Image**    | Upload a photo or infographic (PNG or JPG, max 10 MB)                                         |
| **Media**    | Upload a video file (MP4 or MOV, max 500 MB) or upload an audio file (MP3 or WAV, max 500 MB) |

Add up to **15 quizzes** with these question types: Single Select, Multi Select, True/False. Each quiz can have up to **5 editions** (alternative question sets for retakes)
{% endstep %}

{% step %}

#### Step 3 — Add Geographic Edition

Create localized versions of the same Media for different regions.
{% endstep %}

{% step %}

#### Step 4 - Mission Settings

See [Mission Settings](/missions/how-to-guides/configure-mission-settings.md) for all options.

Key Media-specific setting:

* [**Viewable in Mobile Library**](/missions/how-to-guides/configure-mission-settings.md#media-specific) — lets employees access this content anytime from their Knowledge Base on mobile, without needing to answer the quizzes.
  {% endstep %}
  {% endstepper %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLLw6mmkCzf1jpC9LdKjS%2Fuploads%2Fh1gSXbwFJ76v6713PIaA%2FCreate%20a%20media.gif?alt=media&token=2d3f7be0-823a-498b-bfe2-62f9f9009ba9>" %}

### Media inside other Missions

Media can be **embedded as a question type** in [Surveys](/missions/what-are-missions/survey.md), [Checklists](/missions/what-are-missions/checklist.md), [Tests](/missions/what-are-missions/test.md), and [Tickets](/missions/what-are-missions/ticket.md). Employees must complete the media content before finishing the parent Mission.

***

## Good to know

* On mobile, Media Missions show a **table of contents** and **estimated completion time**
* Quizzes require **all correct answers** — employees redo content and quiz until they pass
* Media can be **auto-triggered** when an employee answers a [Test](/missions/what-are-missions/test.md) question incorrectly


---

# 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://documentation.taskmaverick.com/missions/what-are-missions/media.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.
