> 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/learning-journeys/assignments/video-activity-completion.md).

# Video Activity Completion

Introducing Annoto's Video Activity Completion feature – an essential tool for tracking and managing learner engagement.&#x20;

This feature allows educators to monitor which students have completed video-based activities, ensuring that all participants are keeping pace with the course material.&#x20;

By providing clear insights into video completion rates, Annoto helps educators identify areas where students may need additional support, fostering a more effective and interactive learning environment.

### Grading Support

Annoto can be used across all LMS activities. When using Video Activity Completion, the grading passback is supported in all types of activities (e.g Assignments, Discussions, Pages)

### **Key Benefits:**

1. **Enhanced Engagement Tracking:** Easily track video completion rates within the LMS, allowing educators to see which students have watched the entire video and who might need additional support.
2. **Automated Insights:** Automatically generate reports on video activity completion, saving educators time and effort in monitoring student progress.
3. **Informed Interventions:** Identify students who may be falling behind and intervene promptly to provide necessary support, enhancing overall learning outcomes.
4. **Seamless Integration:** The Video Activity Completion feature integrates smoothly with the LMS, ensuring a hassle-free experience for both educators and students.
5. **Data-Driven Decisions:** Utilize completion data to make informed decisions about course content and delivery, optimizing the learning experience for all students.

### How do I set it up in my environment

{% tabs %}
{% tab title="BrightSpace (D2L)" %}
Coming Soon&#x20;
{% endtab %}

{% tab title="Canvas" %}
{% content-ref url="/pages/UyZkvhGlH1AiQmjE7LeC" %}
[Creating a video activity completion assignment in Canvas](/guides/archive/canvas/creating-a-video-activity-completion-assignment-in-canvas.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Blackboard" %}
Coming Soon&#x20;
{% endtab %}

{% tab title="Moodle" %}
Coming Soon&#x20;
{% endtab %}

{% tab title="Other" %}
Didn't find your system? [**Click here**](mailto:contact@annoto.net) to let us know
{% endtab %}
{% endtabs %}


---

# 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/learning-journeys/assignments/video-activity-completion.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.
