> 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/yes-no-maybe.md).

# Yes, No, Maybe

## What is a Yes, No, Maybe activity?

**This page can be used to create a card game with three (3) placement options.** Up to 15 cards can be placed and sorted into three (3) piles. This page can be set as an Assessment or Survey. Yes, No, Maybe is default text - the description labels can be edited to suit your card game.

## Quick steps: how to create & edit a Word Search 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 Yes, No, Maybe page.** Select the + icon and choose Yes, No, Maybe from the Add Page options.&#x20;
4. **Enter headings and instructions.** Write a heading and instruction, question or clue (up to 24 and 144 characters respectively).
5. **Options.** Change the Background Colour and/or select the [Question Type ](#yes-no-maybe-options-and-settings)(Assessment or Survey).
6. **Create a Card Deck.** Add a minimum of three (3) cards (images min. 420 x 588px in .svg, .jp or .png format). An entire card deck can have up to fifteen (15) cards.

   For each card, select the correct answer Yes, No or Maybe” by selecting an option from the drop-down.
7. **Add Drop Cards.** Select Drop Cards (top right) to upload cards that represent each of the three (3) card piles. The cards/images must be min. 420 x 588px in .svg, .jp or .png format.
8. **Edit Drop Card Labels.** Below each Drop Card, type directly into the spaces containing Yes, No, Maybe text. Each label must be no more than 24 characters long.&#x20;
9. **Save.**

{% hint style="info" %}
If you only want two options, e.g. Yes and No, you can exclude one option by removing its label.
{% endhint %}

## Yes, No Maybe Options & Settings

**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. An Assessment has a correct answer, whereas a Survey question does not have single correct answer.&#x20;

{% 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/yes-no-maybe.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.
