- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1049 Add a <100-word one-pager about how to interact with the curricu…
…lum (#1126) * it's more like 150 words * self review have made it more paragraphs so it all fits on one laptop screen * Suggested edits to discuss (#1127) * Suggested edits to discuss * Reflow * Revert "Suggested edits to discuss (#1127)" (#1128) This reverts commit 7f342b6. * take daniel's edits but not his formatting 48a33a9 * add primo link this will be replaced with magic class link in time * formatting again * Update common-content/en/module/how-our-curriculum-works/overview/index.md Co-authored-by: Daniel Wagner-Hall <daniel@codeyourfuture.io> --------- Co-authored-by: Daniel Wagner-Hall <daniel@codeyourfuture.io>
1 parent
a832a51
commit 75781e1
Showing
3 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
common-content/en/module/how-our-curriculum-works/overview/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= "🧑🏿🏫" | ||
+++ |