> 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/archive/canvas/creating-in-video-quiz-within-page-activity.md).

# Creating In-Video Quiz within Page activity

Annoto enhances the learning experience by integrating interactive, in-video quizzes within Canvas LMS. This innovative feature supports educators in creating engaging, interactive content that not only enriches the learning process but also provides valuable insights into student understanding and performance. The in-video quizzes are seamlessly embedded within the video content, allowing students to interact with the material in a dynamic and engaging way.

Annoto’s in-video quizzes is the automatic grade passback to the Canvas gradebook. This means that quiz results are instantly recorded in the LMS, saving educators time and ensuring that all grades are accurately tracked and reflected in the students' overall performance records.

Annoto provides detailed analytics on quiz performance, enabling educators to gain insights into how students are interacting with the content. This data can inform instructional strategies, helping educators to identify common areas of difficulty and adjust their teaching methods accordingly.

### Grading Support

Annoto can be used across all Canvas activities. When using In-Video Quizzes, the grading passback is supported in all types of activities (e.g Assignments, Discussions, Pages)

{% hint style="warning" %}
**For each In-Video Quiz Graded Activity, an assignment will be created in Canvas. In this assignment, you can adjust all the assignment settings, such as points and due dates.**
{% endhint %}

### Short how-to video:

{% embed url="<https://youtu.be/FMAGCKxt1JE>" %}

### Interactive step by step guide:

{% @guidejar/embed guideId="e7f982e2-ec3d-485a-9950-99969e5ac86e" type="1" controls="null" url="<https://www.guidejar.com/guides/e7f982e2-ec3d-485a-9950-99969e5ac86e?utm_source=gitbook&utm_medium=iframely>" fullWidth="true" %}


---

# 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/archive/canvas/creating-in-video-quiz-within-page-activity.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.
