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

add evaluate block #544

Merged
merged 13 commits into from
Jan 27, 2024
33 changes: 33 additions & 0 deletions common-content/en/blocks/evaluate/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
+++
title="Evaluate ✏️"
headless="true"
time= 60
[objectives]
1="Evaluate your current progress against previous modules"
+++

You must check in with yourself and evaluate your progress as you move through the course.

Check your progress against your past self: go back to and tackle a problem from a previous part of the course.

{{<note title="Pair up and check progress" type="activity">}}

## Setup 🧰

1. Trainees need to split up into pairs
1. In your pairs, nominate a driver and a navigator. A driver will type out the code. A navigator will use the prep to steer you in your solution.

## Activity

1. Find a problem from 2 modules ago and familiarise yourself with it
1. Test and implement a solution to the chosen problem

### Pay attention ❗🔍

- Write tests first and run your tests frequently to get feedback
- Swap driver and navigator roles often - perhaps after every test
- Use your unit tests to break down the problem - don't try implementing everything all at once
- Discuss your strategy together before writing any code
- Check the learning objectives in each block. Do they make sense? Discuss them together as a pair

{{</note>}}
4 changes: 2 additions & 2 deletions org-cyf/content/js3/sprints/1/day-plan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ src="https://cyf-pd.netlify.app/blocks/teamwork-project-s1/readme/"
src="blocks/morning-break"
name="Morning break"
[[blocks]]
name="Study Group"
src="blocks/study-group"
name="Evaluate"
src="blocks/evaluate"
time=60
[[blocks]]
name="Code Review"
Expand Down
Loading