> For the complete documentation index, see [llms.txt](https://docs.annoto.net/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.annoto.net/guides/annoto-widget/features/interactions/interactions-types.md).

# Interactions Types

## True/False

True or false questions allow you to set a question that has two answers, and only one of them is correct (Can also be a Yes/No question).&#x20;

<img src="/files/UQXKPRhGJcIYrtZgC5wd" alt="" data-size="original">

## Multiple Choice

Multiple Choice Questions allows you to ask a question and provide as many answers as you like, with only one correct answer.

<img src="/files/KAQnfu0hbDNEIZgNBezy" alt="" data-size="original">

## Multiple Answer

Multiple Answer Questions allows you to ask a question and provide as many answers as you like, with more than one correct answer. There is no limitation on the number of correct answers you can set.&#x20;

<img src="/files/2FPCWFBozKFqfYRcuQYO" alt="" data-size="original">

## Fill In the Blank

Annoto currently supports *fill-in-the-blank style* questions through the **Multiple Select** and **Multiple Answer** question types.&#x20;

These formats allow instructors to present a sentence with a single blank space and offer a predefined set of options for learners to choose from—enabling both simple and more nuanced fill-in-the-blank interactions.

This approach is flexible and effective for a wide range of learning objectives, including vocabulary reinforcement, concept checks, and knowledge recall. Learners can engage actively by selecting the correct word or phrase that completes the sentence, encouraging critical thinking in context.

#### Examples:

* **Fill in the Blank using&#x20;*****Multiple Select*****&#x20;type:**

  *The capital of France is \_\_\_.*

  * [ ] Berlin
  * [x] Paris
  * [ ] Madrid
  * [ ] Rome

  *(Only one correct option is selected from the list.)*
* **Fill in the Blank using&#x20;*****Multiple Answer*****&#x20;type:**

  *\_\_\_ are considered programming languages.*

  * [x] Python
  * [ ] Excel
  * [x] JavaScript
  * [ ] Google Docs

  *(Multiple correct options can be selected by the learner.)*

This method keeps the quiz experience intuitive while allowing for customizable assessment logic depending on the instructional goal.

Fill in the blank using a **Multiple-Select** quiz type:

<figure><img src="/files/cX8rMILuSxfNfbMTWXHL" alt=""><figcaption></figcaption></figure>

Fill in the blank using a **Multiple-Answer** quiz type:

<figure><img src="/files/cepqEQ07PJ59Odgqmfru" alt=""><figcaption></figcaption></figure>


---

# 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://docs.annoto.net/guides/annoto-widget/features/interactions/interactions-types.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.
