> 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/swipe-card.md).

# Swipe Card

## What is a Swipe Card activity?

**Add a card that can be swiped left or right to submit a Yes or No answer.**

## Quick steps: how to create & edit a Swipe Card 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 Swipe Card page.** Select the + icon and choose Swipe Card 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), and select Update to add and edit content.&#x20;
5. **Enter headings, and instructions.** Write a heading and an instruction, question or clue (up to 24 and 144 characters respectively).
6. **Options.** Change the Background Colour and/or select the [Question Type ](#settings)(Assessment or Survey).
7. **Upload a Card (image).** Image dimensions must be at least 420 x 588 (.svg, .jpg or .png format).
8. **Answers.** Enter text (up to 24 characters) for each answer/option (default is Yes/No. If the question is of the Assessment type, select a single correct answer using the radio buttons.
9. **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.
10. **Save.**&#x20;

{% hint style="info" %}
Add an [Activity Guide](/authoring-docs/content-pages/content-page-library/activity-guide.md) for the user.
{% endhint %}

## Options & Settings <a href="#settings" id="settings"></a>

**Background 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.

{% 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:

```
GET https://everyday-digital.gitbook.io/authoring-docs/content-pages/content-page-library/swipe-card.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.
