Skip to content

Commit

Permalink
Merge branch 'add-evaluate-block' of github.com:CodeYourFuture/curric…
Browse files Browse the repository at this point in the history
…ulum into add-evaluate-block
Dedekind561 committed Jan 27, 2024
2 parents 85522be + 7a5d114 commit f39e9b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions common-content/en/blocks/evaluate/index.md
Original file line number Diff line number Diff line change
@@ -6,9 +6,9 @@ time= 60
1="Evaluate your current progress against previous modules"
+++

It is essential to continually check in with yourself and evaluate your progress as you move through the course.
You must check in with yourself and evaluate your progress as you move through the course.

One of the best ways of checking your progress against your past self is to go back to and tackle a problem from a previous part of 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">}}

@@ -24,10 +24,10 @@ One of the best ways of checking your progress against your past self is to go b

### Pay attention ❗🔍

- Ensure you write tests first and frequently run your tests your feedback
- Write tests first and run your tests frequently to get feedback
- Swap driver and navigator roles often - perhaps after every test
- Use the tests to break the problem - don't try implementing everything all at once
- Outline/discuss your strategy together before writing any code
- 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>}}

0 comments on commit f39e9b3

Please sign in to comment.