Module Template¶
Use this template when adding or revising a course module.
# Module Title
<div class="module-summary" markdown>
**Goal:** One sentence describing the student artifact.
**Duration:** Time estimate.
**Prerequisites:** Concepts, tools, or earlier modules students need.
</div>
## Overview
What students will build and why it matters.
## Learning Objectives
- Objective 1.
- Objective 2.
- Objective 3.
## Materials
- Laptops, parts, files, slides, or physical materials.
## Lesson Flow
1. Unplugged activity.
2. Group discussion.
3. Programming or build activity.
4. Debugging and testing.
5. Reflection.
## Extension
Optional challenge or deeper version.
## Continuity
How this module connects to the rest of the course.
## Repository Links
- Link to code, assets, or hardware files.
Writing Standards¶
Prefer concrete student tasks over abstract descriptions. Make each module answer: what should a teacher prepare, what should students do, and what should students have at the end?