diff --git a/common-content/en/blocks/evaluate/index.md b/common-content/en/blocks/evaluate/index.md new file mode 100644 index 000000000..0ee7c6202 --- /dev/null +++ b/common-content/en/blocks/evaluate/index.md @@ -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. + +{{}} + +## 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 + +{{}} diff --git a/org-cyf/content/js3/sprints/1/day-plan/index.md b/org-cyf/content/js3/sprints/1/day-plan/index.md index 84794c7a5..83f4683d6 100644 --- a/org-cyf/content/js3/sprints/1/day-plan/index.md +++ b/org-cyf/content/js3/sprints/1/day-plan/index.md @@ -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"