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

Switch 'remove' to 'replace' in scene2 and scene3 #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scene2.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Press the green arrow to test the Smart Mower's code. Running over sprinkler heads and causing damage? It isn't looking too smart now! Let's make it Safe and Reliable by changing its code so that it checks for sprinkler heads BEFORE it starts cutting the grass.

#### ~ tutorialhint
Remove the ``||hoc2023Objectives:cut grass||`` block with one of the other blocks in the tool box.
Replace the ``||hoc2023Objectives:cut grass||`` block with one of the other blocks in the tool box.

```ghost
hoc2023Objectives.scene2_GrassCut()
Expand All @@ -32,4 +32,4 @@ Remove the ``||hoc2023Objectives:cut grass||`` block with one of the other block

```package
hoc2023-ts=github:ReWrite-Media/hoc2023-ts
```
```
4 changes: 2 additions & 2 deletions scene3.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Now that we've uncovered the secret words, we can tell that the birds are told to pick up the trash, but there's nowhere to put it. Let's update the code by using different instructions so the birds can handle the trash in a better way, like flying it to the dumpster and dropping it there.

#### ~ tutorialhint
Remove the ``||hoc2023Objectives: move trash||`` with the two new blocks we learned. Make sure to add them in the correct order.
Replace the ``||hoc2023Objectives: move trash||`` with the two new blocks we learned. Make sure to add them in the correct order.

```ghost
hoc2023.scene3_SearchForGarbage()
Expand Down Expand Up @@ -37,4 +37,4 @@ while (hoc2023.scene3_SearchForGarbage()) {

```package
hoc2023-ts=github:ReWrite-Media/hoc2023-ts
```
```