Skip to content

Commit

Permalink
Tweak timings of exercises to better reflect teaching times (#1839)
Browse files Browse the repository at this point in the history
A few of the early exercises had much larger estimates than were
actually necessary for the super simple early exercises. I've gone
through and reviewed the time estimates for exercises and tweaked the
estimates based on how much time students have actually needed in my
classes so far.
  • Loading branch information
randomPoison authored Feb 22, 2024
1 parent 8670d2f commit 9023dd9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/borrowing/exercise.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
minutes: 30
minutes: 20
---

# Exercise: Health Statistics
Expand Down
2 changes: 1 addition & 1 deletion src/control-flow-basics/exercise.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
minutes: 30
minutes: 15
---

# Exercise: Collatz Sequence
Expand Down
2 changes: 1 addition & 1 deletion src/error-handling/exercise.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
minutes: 20
minutes: 30
---

# Exercise: Rewriting with Result
Expand Down
2 changes: 1 addition & 1 deletion src/references/exercise.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
minutes: 30
minutes: 15
---

# Exercise: Geometry
Expand Down
2 changes: 1 addition & 1 deletion src/std-types/exercise.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
minutes: 10
minutes: 20
---

# Exercise: Counter
Expand Down
2 changes: 1 addition & 1 deletion src/tuples-and-arrays/exercise.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
minutes: 30
minutes: 15
---

# Exercise: Nested Arrays
Expand Down
2 changes: 1 addition & 1 deletion src/types-and-values/exercise.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
minutes: 30
minutes: 15
---

# Exercise: Fibonacci
Expand Down

0 comments on commit 9023dd9

Please sign in to comment.