Skip to content

Commit

Permalink
sync in with indentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamms committed Jul 20, 2018
1 parent d424268 commit dad4ae1
Show file tree
Hide file tree
Showing 10 changed files with 923 additions and 923 deletions.
16 changes: 8 additions & 8 deletions dashboard/config/locales/authored_hints.en.yml
Expand Up @@ -4380,8 +4380,8 @@ en:
After the bee makes it to the bottom row, have it repeat these commands:

* Repeat 2 times:
* Move forward
* Make 3 honey
* Move forward
* Make 3 honey
* Move backward
course3_bee_functions_challenge1_authored_hint:
courseE_bee_functions_challenge1_a: "If the puzzle seems challenging, try building your function a little at a time. \n\nAdd some blocks, then try it out. Add more, then try again. Soon, you'll get there!"
Expand Down Expand Up @@ -9030,8 +9030,8 @@ en:
After the bee makes it to the bottom row, have it repeat these commands:

* Repeat 2 times:
* Move forward
* Make 3 honey
* Move forward
* Make 3 honey
* Move backward
courseD_bee_debugging_challenge1_2018_authored_hint:
courseD_bee_debugging_challenge1_a: Why does the first half of this program work? Think about why the bee needs to move backward. How much nectar does the bee collect each time it moves over a flower?
Expand All @@ -9040,8 +9040,8 @@ en:
After the bee makes it to the bottom row, have it repeat these commands:

* Repeat 2 times:
* Move forward
* Make 3 honey
* Move forward
* Make 3 honey
* Move backward
courseD_bee_debugging_challenge1a_authored_hint:
courseD_bee_debugging_challenge1_a: Why does the first half of this program work? Think about why the bee needs to move backward. How much nectar does the bee collect each time it moves over a flower?
Expand Down Expand Up @@ -9072,8 +9072,8 @@ en:
After the bee makes it to the bottom row, have it repeat these commands:

* Repeat 2 times:
* Move forward
* Make 3 honey
* Move forward
* Make 3 honey
* Move backward
courseD_bee_nestedLoops1_authored_hint:
courseD_bee_nestedLoops1_a: Not working? Try using the "Step" button to see what happens line by line.
Expand Down
4 changes: 2 additions & 2 deletions dashboard/config/locales/instructions.en.yml
Expand Up @@ -620,7 +620,7 @@ en:
* Create a new function `moveCloud(name)` that will move any cloud.
* (Hint: you will use almost all the same code as the `moveCloud0` function)
* Call your new `moveCloud(name)` function inside the event block, once for each cloud name.
* (Hint: this is similar to how the `loopCloud(name)` function is called many times.
* (Hint: this is similar to how the `loopCloud(name)` function is called many times.
CSD U6 params modify clouds_2018_instruction: |-
# Clouds

Expand All @@ -630,7 +630,7 @@ en:
* Create a new function `moveCloud(name)` that will move any cloud.
* (Hint: you will use almost all the same code as the `moveCloud0` function)
* Call your new `moveCloud(name)` function inside the event block, once for each cloud name.
* (Hint: this is similar to how the `loopCloud(name)` function is called many times.
* (Hint: this is similar to how the `loopCloud(name)` function is called many times.
CSD U6 params modify planes_instruction: |-
# Multi-plane Controller

Expand Down
700 changes: 350 additions & 350 deletions dashboard/config/locales/markdown_instructions.en.yml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions i18n/locales/source/dashboard/authored_hints.json
Expand Up @@ -1192,7 +1192,7 @@
"course3_bee_debugging_challenge1_authored_hint": {
"courseD_bee_debugging_challenge1_a": "Why does the first half of this program work? Think about why the bee needs to move backward. How much nectar does the bee collect each time it moves over a flower?",
"courseD_bee_debugging_challenge1_b": "On the way back, have the bee follow the same pattern. How much honey does the bee need to make each time it moves over a honey comb?",
"courseD_bee_debugging_challenge1_c": "After the bee makes it to the bottom row, have it repeat these commands:\n\n* Repeat 2 times:\n * Move forward\n * Make 3 honey\n* Move backward"
"courseD_bee_debugging_challenge1_c": "After the bee makes it to the bottom row, have it repeat these commands:\n\n* Repeat 2 times:\n * Move forward\n * Make 3 honey\n* Move backward"
},
"course3_bee_functions_challenge1_authored_hint": {
"courseE_bee_functions_challenge1_a": "If the puzzle seems challenging, try building your function a little at a time. \n\nAdd some blocks, then try it out. Add more, then try again. Soon, you'll get there!",
Expand Down Expand Up @@ -4008,12 +4008,12 @@
"courseD_bee_debugging_challenge1_authored_hint": {
"courseD_bee_debugging_challenge1_a": "Why does the first half of this program work? Think about why the bee needs to move backward. How much nectar does the bee collect each time it moves over a flower?",
"courseD_bee_debugging_challenge1_b": "On the way back, have the bee follow the same pattern. How much honey does the bee need to make each time it moves over a honey comb?",
"courseD_bee_debugging_challenge1_c": "After the bee makes it to the bottom row, have it repeat these commands:\n\n* Repeat 2 times:\n * Move forward\n * Make 3 honey\n* Move backward"
"courseD_bee_debugging_challenge1_c": "After the bee makes it to the bottom row, have it repeat these commands:\n\n* Repeat 2 times:\n * Move forward\n * Make 3 honey\n* Move backward"
},
"courseD_bee_debugging_challenge1_2018_authored_hint": {
"courseD_bee_debugging_challenge1_a": "Why does the first half of this program work? Think about why the bee needs to move backward. How much nectar does the bee collect each time it moves over a flower?",
"courseD_bee_debugging_challenge1_b": "On the way back, have the bee follow the same pattern. How much honey does the bee need to make each time it moves over a honey comb?",
"courseD_bee_debugging_challenge1_c": "After the bee makes it to the bottom row, have it repeat these commands:\n\n* Repeat 2 times:\n * Move forward\n * Make 3 honey\n* Move backward"
"courseD_bee_debugging_challenge1_c": "After the bee makes it to the bottom row, have it repeat these commands:\n\n* Repeat 2 times:\n * Move forward\n * Make 3 honey\n* Move backward"
},
"courseD_bee_debugging_challenge1a_authored_hint": {
"courseD_bee_debugging_challenge1_a": "Why does the first half of this program work? Think about why the bee needs to move backward. How much nectar does the bee collect each time it moves over a flower?",
Expand All @@ -4023,7 +4023,7 @@
"courseD_bee_debugging_challenge2_authored_hint": {
"courseD_bee_debugging_challenge1_a": "Why the first half of this program work? Think about why the bee needs to move backward. How much nectar does the bee collect each time it moves over a flower?",
"courseD_bee_debugging_challenge1_b": "On the way back, have the bee follow the same pattern. How much honey does the bee need to make each time it moves over a honey comb?",
"courseD_bee_debugging_challenge1_c": "After the bee makes it to the bottom row, have it repeat these commands:\n\n* Repeat 2 times:\n * Move forward\n * Make 3 honey\n* Move backward"
"courseD_bee_debugging_challenge1_c": "After the bee makes it to the bottom row, have it repeat these commands:\n\n* Repeat 2 times:\n * Move forward\n * Make 3 honey\n* Move backward"
},
"courseD_bee_nestedLoops1_authored_hint": {
"courseD_bee_nestedLoops1_a": "Not working? Try using the \"Step\" button to see what happens line by line.",
Expand Down
16 changes: 8 additions & 8 deletions i18n/locales/source/dashboard/authored_hints.yml
Expand Up @@ -4380,8 +4380,8 @@ en:
After the bee makes it to the bottom row, have it repeat these commands:

* Repeat 2 times:
* Move forward
* Make 3 honey
* Move forward
* Make 3 honey
* Move backward
course3_bee_functions_challenge1_authored_hint:
courseE_bee_functions_challenge1_a: "If the puzzle seems challenging, try building your function a little at a time. \n\nAdd some blocks, then try it out. Add more, then try again. Soon, you'll get there!"
Expand Down Expand Up @@ -9030,8 +9030,8 @@ en:
After the bee makes it to the bottom row, have it repeat these commands:

* Repeat 2 times:
* Move forward
* Make 3 honey
* Move forward
* Make 3 honey
* Move backward
courseD_bee_debugging_challenge1_2018_authored_hint:
courseD_bee_debugging_challenge1_a: Why does the first half of this program work? Think about why the bee needs to move backward. How much nectar does the bee collect each time it moves over a flower?
Expand All @@ -9040,8 +9040,8 @@ en:
After the bee makes it to the bottom row, have it repeat these commands:

* Repeat 2 times:
* Move forward
* Make 3 honey
* Move forward
* Make 3 honey
* Move backward
courseD_bee_debugging_challenge1a_authored_hint:
courseD_bee_debugging_challenge1_a: Why does the first half of this program work? Think about why the bee needs to move backward. How much nectar does the bee collect each time it moves over a flower?
Expand Down Expand Up @@ -9072,8 +9072,8 @@ en:
After the bee makes it to the bottom row, have it repeat these commands:

* Repeat 2 times:
* Move forward
* Make 3 honey
* Move forward
* Make 3 honey
* Move backward
courseD_bee_nestedLoops1_authored_hint:
courseD_bee_nestedLoops1_a: Not working? Try using the "Step" button to see what happens line by line.
Expand Down
4 changes: 2 additions & 2 deletions i18n/locales/source/dashboard/instructions.json
Expand Up @@ -537,8 +537,8 @@
"CSD U5 black white images pixelation 5_2018_instruction": "Draw anything you like",
"CSD U5 black white images pixelation_instruction": "Complete the X shape by typing 0s and 1s",
"CSD U5 black white images pixelation_2018_instruction": "Complete the X shape by typing 0s and 1s",
"CSD U6 params modify clouds_instruction": "# Clouds\n\nThis program makes the clouds move when you blow on the sound sensor, but it's not finished.\n\n# Do This\n* Create a new function `moveCloud(name)` that will move any cloud.\n * (Hint: you will use almost all the same code as the `moveCloud0` function)\n* Call your new `moveCloud(name)` function inside the event block, once for each cloud name.\n * (Hint: this is similar to how the `loopCloud(name)` function is called many times.",
"CSD U6 params modify clouds_2018_instruction": "# Clouds\n\nThis program makes the clouds move when you blow on the sound sensor, but it's not finished.\n\n# Do This\n* Create a new function `moveCloud(name)` that will move any cloud.\n * (Hint: you will use almost all the same code as the `moveCloud0` function)\n* Call your new `moveCloud(name)` function inside the event block, once for each cloud name.\n * (Hint: this is similar to how the `loopCloud(name)` function is called many times.",
"CSD U6 params modify clouds_instruction": "# Clouds\n\nThis program makes the clouds move when you blow on the sound sensor, but it's not finished.\n\n# Do This\n* Create a new function `moveCloud(name)` that will move any cloud.\n * (Hint: you will use almost all the same code as the `moveCloud0` function)\n* Call your new `moveCloud(name)` function inside the event block, once for each cloud name.\n * (Hint: this is similar to how the `loopCloud(name)` function is called many times.",
"CSD U6 params modify clouds_2018_instruction": "# Clouds\n\nThis program makes the clouds move when you blow on the sound sensor, but it's not finished.\n\n# Do This\n* Create a new function `moveCloud(name)` that will move any cloud.\n * (Hint: you will use almost all the same code as the `moveCloud0` function)\n* Call your new `moveCloud(name)` function inside the event block, once for each cloud name.\n * (Hint: this is similar to how the `loopCloud(name)` function is called many times.",
"CSD U6 params modify planes_instruction": "# Multi-plane Controller\n\nThis program moves the three planes using the board accelerometer and the on-screen check boxes. Right now, only the red plane works.\n\n# Do This\n* Create a new `movePlane(name)` function that can move any plane.\n* Call the `movePlane(name)` function inside the event block, such that it only moves when its checkbox is checked.\n\n_Challenge: Right now the planes move way too fast. Can you figure out how to change the code so they move more slowly?_",
"CSD U6 params modify planes_2018_instruction": "# Multi-plane Controller\n\nThis program moves the three planes using the board accelerometer and the on-screen check boxes. Right now, only the red plane works.\n\n# Do This\n* Create a new `movePlane(name)` function that can move any plane.\n* Call the `movePlane(name)` function inside the event block, such that it only moves when its checkbox is checked.\n\n_Challenge: Right now the planes move way too fast. Can you figure out how to change the code so they move more slowly?_",
"CSDU4 - AppLab - 1_instruction": "Read the documentation for penColor() and penWidth() before using them to draw the blue square.",
Expand Down
4 changes: 2 additions & 2 deletions i18n/locales/source/dashboard/instructions.yml
Expand Up @@ -620,7 +620,7 @@ en:
* Create a new function `moveCloud(name)` that will move any cloud.
* (Hint: you will use almost all the same code as the `moveCloud0` function)
* Call your new `moveCloud(name)` function inside the event block, once for each cloud name.
* (Hint: this is similar to how the `loopCloud(name)` function is called many times.
* (Hint: this is similar to how the `loopCloud(name)` function is called many times.
CSD U6 params modify clouds_2018_instruction: |-
# Clouds

Expand All @@ -630,7 +630,7 @@ en:
* Create a new function `moveCloud(name)` that will move any cloud.
* (Hint: you will use almost all the same code as the `moveCloud0` function)
* Call your new `moveCloud(name)` function inside the event block, once for each cloud name.
* (Hint: this is similar to how the `loopCloud(name)` function is called many times.
* (Hint: this is similar to how the `loopCloud(name)` function is called many times.
CSD U6 params modify planes_instruction: |-
# Multi-plane Controller

Expand Down

0 comments on commit dad4ae1

Please sign in to comment.