Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1049 Add a <100-word one-pager about how to interact with the curriculum #1126

Merged
merged 11 commits into from
Oct 24, 2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
+++
title="Overview"
description="tl;dr How Our Curriculum Works"
emoji="🦌"
time=2
[objectives]
1="Explain the structure of our curriculum"
[build]
render = 'never'
list = 'local'
publishResources = false

+++

The course is divided into modules, each with a theme and learning objectives. Modules are divided into week-long sprints. Each sprint contains these activities in this order:

##### 1. Start with the: **🧑🏾‍💻 Prep**, which explains the main concepts of the sprint.

**Learners** complete prep before class. **Mentors** browse prep to know what learners are learning.

##### 2. Then go to: **🏷️ Backlog**, a list of coursework assignments as issues.

**Learners** clone issues to project boards and work on them. **Mentors** browse issues to know what learners are doing.

##### 3. For class it's the: **🧑🏾‍🤝‍🧑🏾 Day Plan**, a timestamped agenda for class day.

Usually a lively morning workshop and quieter afternoon study-group. **Everyone** should review the plan to prepare for class.

##### 4. Review with: **✅ Success**, the learning objectives for the sprint.

**Learners** check off goals. **Mentors** help us focus on the sprint goals.

### Still lost?

1. 🔍 Search: filter by module, sprint, and view.
1. 🦉 [Overview](/overview): your high level map with themes.
1. 📚 [How this works](/how-this-works): our programme in detail.
3 changes: 3 additions & 0 deletions org-cyf-how-this-works/content/prep/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ src="module/how-our-curriculum-works/curriculum"
[[blocks]]
name="🛣️ using this module"
src="module/how-our-curriculum-works/using-this-module"
[[blocks]]
name="overview"
src="module/how-our-curriculum-works/overview"
+++
2 changes: 1 addition & 1 deletion org-cyf-itp/content/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title="Intro to Programming"
map=["start here", "programming", "next steps"]
description="Here's how you find out _what_ to do _when_"
description="New? Lost? [Quickstart](how-this-works/prep/#overview)"
emoji= "🧑🏿‍🏫"
+++
Loading