Skip to content

Commit

Permalink
Add suuuuuuper basic Teacher's Guide. #84
Browse files Browse the repository at this point in the history
  • Loading branch information
zstumgoren committed Mar 6, 2024
1 parent 7551824 commit f9b0464
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Confused? Of course.

Bear with us. It will all make sense soon.

> Instructors, check out the [Teacher's Guide](teachers_guide.md).
## Day 1

### Intros
Expand Down
12 changes: 12 additions & 0 deletions teachers_guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Teachers Guide

First off, a hearty thanks if you plan to help teach this course at NICAR! We appreciate you paying it forward :)

Below is a rough overview (current as of NICAR24) to help onboard folks as teachers with (hopefully) as little friction as possible.

Generally, each lesson plan includes the following elements:

- `<folder>/README.md` - outline of the lesson plan, with important points to hit
- `<folder>/<notebook.ipynb>` - notebook with exercises (but no solutions) intended for students to work with during class
- `completed/<notebook_completed.ipynb>` - a completed notebook containing solutions for the corresponding `<folder>/<notebook.ipynb>`. Instructors can print this or use a second screen to guide the lesson.

0 comments on commit f9b0464

Please sign in to comment.