# DUO Classroom Activities

Looking for extra robotics and engineering activities for the classroom or to try with a FTC program?&#x20;

These DUO Classroom Activities are designed to reinforce concepts, encourage exploration, and offer additional opportunities to use the EDU Kit V2 and DUO System to its fullest extent!&#x20;

Most activities range from 60-120 minute completion time with options or suggestions to further expand upon the activity. Perfect for filling in extra class time in a semester, introducing new students to robotics, or demonstrations as part of summer camps and workshops.

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

## What's Inside?

Each DUO Classroom Activity provides the following:

* Teacher Activity Plan&#x20;
  * Includes a description of the activity, any prerequsites, quick guide for essential information, picture references, answer sheet, and standard lesson plan
* Student Handouts

If Applicable:

* Build guide and CAD
* Programming guide&#x20;
* Optional expansions for the activity

## Classroom Categories

Each activity is labeled with a set of categories to make it easy to navigate and choose the ideal activity based on the goal!

<table><thead><tr><th width="230">Category</th><th>Description</th></tr></thead><tbody><tr><td>Additional Builds</td><td>These activities provide a large build that can be completed with the EDU Kit V2</td></tr><tr><td>Challenge</td><td>These activities provide an additional large challenge for students to complete - similar to the unit challenges in the Intro to Robotics V2 curriculum</td></tr><tr><td>Exploration</td><td>These activities encourage general exploration and curiosity of robotics </td></tr><tr><td>Exploring Concepts</td><td>These activities focus on reinforcing or expanding on specific robotics or engineering concepts</td></tr><tr><td>Mechanical Focus</td><td>These activities focus on building mechanical and construction skills</td></tr><tr><td>Programming Focus</td><td>These activities focus on building programming skills and/or utilizing sensors</td></tr><tr><td>Multiple Focus</td><td>These activities focus on a mix of programming and mechanical aspects</td></tr></tbody></table>

## Available Activities

Click one of the activity pictures to get started!

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><p><strong>Programless Drivetrain</strong></p><ul><li>Est Time: 60 minutes</li><li>Additional Builds, Exploration, Mechanical Focus</li><li>Sensors: None<br></li></ul></td><td><a href="/pages/d5Bj4tXLb0lOoNVpvw2Z">/pages/d5Bj4tXLb0lOoNVpvw2Z</a></td><td data-object-fit="contain"><a href="/files/4m34GNSKSLEuFZ0CBdDw">/files/4m34GNSKSLEuFZ0CBdDw</a></td></tr><tr><td><p><strong>Programless Drivetrain - Gearing Challenges</strong></p><ul><li>Est Time: 60-120 minutes</li><li>Exploring Concepts, Additional Challenges, Mechanical Focus</li><li>Sensors: None</li></ul></td><td><a href="/pages/IrUKVgmTT1KhGwmgh7Eb">/pages/IrUKVgmTT1KhGwmgh7Eb</a></td><td data-object-fit="contain"><a href="/files/Vuqi4SWRy3zU4gcARCsb">/files/Vuqi4SWRy3zU4gcARCsb</a></td></tr><tr><td><p><strong>Count-by-Count</strong> </p><ul><li>Est Time: 60 - 120 minutes</li><li>Exploring Concepts, Programming Focus</li><li>Sensors: Touch Sensor</li><li>Programming Concepts: Logic, Loops, Sleep, ElapsedTime, Variables</li></ul></td><td><a href="/pages/O6jnYdoQyW5VdxcPlFEd">/pages/O6jnYdoQyW5VdxcPlFEd</a></td><td data-object-fit="contain"><a href="/files/fMd4reNRofZIS7oTku1C">/files/fMd4reNRofZIS7oTku1C</a></td></tr><tr><td><p><strong>Bumper Bots</strong></p><ul><li>Est Time: 60-120 minutes</li><li>Additional Builds, Exploration, Multiple Focus</li><li>Sensors: Touch Sensor</li><li>Programming Concepts: Logic, ElapsedTime</li></ul></td><td><a href="/pages/UhbSviqFiEYkoXb86QY4">/pages/UhbSviqFiEYkoXb86QY4</a></td><td data-object-fit="contain"><a href="/files/dpQ2xLvQrmXsDNVpsrAV">/files/dpQ2xLvQrmXsDNVpsrAV</a></td></tr></tbody></table>


---

# Agent Instructions: 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://docs.revrobotics.com/classroom-activities/classroom-activities.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.
