From c924e70bae1e48e3477cf238cefd1989564aebd1 Mon Sep 17 00:00:00 2001 From: Galen Nickel Date: Mon, 6 Nov 2023 17:12:24 -0800 Subject: [PATCH 1/2] switch 'remove' to 'replace' --- scene2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scene2.md b/scene2.md index 58b765f..cc7dce3 100644 --- a/scene2.md +++ b/scene2.md @@ -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() @@ -32,4 +32,4 @@ Remove the ``||hoc2023Objectives:cut grass||`` block with one of the other block ```package hoc2023-ts=github:ReWrite-Media/hoc2023-ts -``` \ No newline at end of file +``` From 316734911ab63700f714f4d9638626301cc9fb0b Mon Sep 17 00:00:00 2001 From: Galen Nickel Date: Mon, 6 Nov 2023 17:15:58 -0800 Subject: [PATCH 2/2] another 'Replace' --- scene3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scene3.md b/scene3.md index 17f1cea..19db96b 100644 --- a/scene3.md +++ b/scene3.md @@ -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() @@ -37,4 +37,4 @@ while (hoc2023.scene3_SearchForGarbage()) { ```package hoc2023-ts=github:ReWrite-Media/hoc2023-ts -``` \ No newline at end of file +```