> 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/authoring/content-types/survey.md).

# Survey

## How to create a Survey

1. **Open** [**Authoring**](/authoring-docs/authoring/start-authoring.md)**, and select the + icon.**&#x20;
2. **Select Survey.**
3. **Enter the required details.**
   1. **Name.** Name your survey (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 survey will open in the** [#survey-editor](#survey-editor "mention")&#x20;

## Survey Editor

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

**Scoring option set to Survey.** Answers can not be right or wrong - any answer can be given.

**In the Survey Editor you can:**

* **Add Page ("+").** Add a page template 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 survey to see a preview.
* **Shuffle pages.** Drag and drop pages to order.

### **Adding content to a Survey page**

The Survey 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 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. \
[**Multiple Select.** ](/authoring-docs/content-pages/content-page-library/multiple-select.md)Create a question with multiple answer choices.\
[**Survey/Rating**](/authoring-docs/content-pages/content-page-library/survey-rating.md)**.** Create a series of survey questions. \
[**Swipe Card.**](/authoring-docs/content-pages/content-page-library/swipe-card.md) Allow users to answer by swiping right or left.\
[**Text**](/authoring-docs/content-pages/content-page-library/text.md)**.** Add text only on a solid background.\
[**Text Response.** ](/authoring-docs/content-pages/content-page-library/text-response.md)Add an open-ended question to get qualitative, written responses.\
[**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
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:

```
GET https://everyday-digital.gitbook.io/authoring-docs/authoring/content-types/survey.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.
