Skip to content

Commit dc7d63b

Browse files
committed
update based on feedback
1 parent defe7a6 commit dc7d63b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

en/step_3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Now your race needs a third turtle.
88

99
Create a turtle named `eve`.
1010

11-
Give Eve a colour and shape, then move her to the starting line below Bob.
11+
Give Eve a [colour](https://www.tcl-lang.org/man/tcl8.5/TkCmd/colors.htm) and shape, then move her to the starting line below Bob.
1212

1313
--- /task ---
1414

en/step_5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<h2 class="c-project-heading--task">Get the track pen ready</h2>
22

3-
Now set up the turtle that will draw the race track.
3+
Now set up the turtle that will draw the race track. This will just have the basic arrow shape when it draws.
44

55
<h2 class="c-project-heading--explainer">Ready, set, draw! ✏️</h2>
66

77
--- task ---
88

99
Lift the pen so no line is drawn.
1010

11-
Move to the top-left corner of the track and make the turtle draw fast.
11+
Move to the top-left corner of the track and make the turtle move fast.
1212

1313
--- /task ---
1414

en/step_7.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<h2 class="c-project-heading--task">Draw the race lanes</h2>
1+
<h2 class="c-project-heading--task">Draw the race markers</h2>
22

3-
Add the long lane lines under each number.
3+
Add the race markers under each number.
44

55
<h2 class="c-project-heading--explainer">Make the track! 🏁</h2>
66

77
--- task ---
88

9-
Inside the loop, turn and draw a line down for each lane.
9+
Inside the loop, turn and draw a line down for each marker.
1010

1111
Then move back up, face forward again, and write the next number.
1212

@@ -42,7 +42,7 @@ for step in range(12):
4242

4343
### Tip
4444

45-
- `pendown()` starts drawing the lane line.
45+
- `pendown()` starts drawing the lane markers.
4646
- `penup()` lifts the pen so you can move without drawing.
4747

4848
</div>

0 commit comments

Comments
 (0)