@robotical/martyblocksjr 3.5.25 → 3.5.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1070,7 +1070,7 @@
1070
1070
  "MARTY_JRBLOCKS2_STEP_7_TEXT": "Now let's see if you can simplify code using arguments all by yourself! <br/><br/>You already have a <b/>walk forward</b> block in the right place, how many are in this code? write the correct number in the arguments box.",
1071
1071
  "MARTY_JRBLOCKS2_STEP_8_TEXT": "Great work! Now add in a <b/>slide right</b> block like shown - what number will you put as an argument to match the example code?",
1072
1072
  "MARTY_JRBLOCKS2_STEP_9_TEXT": "Now add a <b/>slide left</b> block like the example code - how many left blocks are there? what argument should you put in your left block?",
1073
- "MARTY_JRBLOCKS2_STEP_10_TEXT": "Almost there! Add a <b/>walk backwards</b> block like the example code and add in the right argument.",
1073
+ "MARTY_JRBLOCKS2_STEP_10_TEXT": "Almost there! Add a <b>walk backwards</b> block like the example code and add in the right argument.",
1074
1074
  "MARTY_JRBLOCKS2_END": "You did it! You're an arguments expert and a code-simplifying genius!",
1075
1075
  "MARTY_JRBLOCKS3_TITLE": "Traffic Light Marty",
1076
1076
  "MARTY_JRBLOCKS3_STEP_1_TEXT": "In this tutorial, we're going to learn how to use wait functions in BlocksJr.",
@@ -1078,7 +1078,7 @@
1078
1078
  "MARTY_JRBLOCKS3_STEP_3_TEXT": "Now add a green flag block to start off our code",
1079
1079
  "MARTY_JRBLOCKS3_STEP_4_TEXT": "Now add an end block to finish our code",
1080
1080
  "MARTY_JRBLOCKS3_STEP_5_TEXT": "Waiting is really important in programming <b/>and</b> in the real world. <br/><br/>In programming, waiting helps us do the right tasks at the right time, giving us control over when things happen.<br/><br/> In the real world, waiting can help keep us safe - like at traffic lights!",
1081
- "MARTY_JRBLOCKS3_STEP_6_TEXT": "Let’s learn about the wait function and turn Marty into a traffic light. <br/><br/>Here is the basic sequence of a traffic light: red means wait, orange means wait then get ready, green means go!",
1081
+ "MARTY_JRBLOCKS3_STEP_6_TEXT": "Let’s learn about the wait function and turn Marty into a traffic light. <br/><br/>Here is the basic sequence of a traffic light: <span style='color:red'>red</span> means wait, <span style='color:orange'>orange</span> means wait then get ready, <span style='color:green'>green</span> means go!",
1082
1082
  "MARTY_JRBLOCKS3_STEP_7_TEXT": "We need to turn Marty’s eyes red, orange and green. Select three of the LED eye colour blocks, and make one red, one orange and one green.",
1083
1083
  "MARTY_JRBLOCKS3_STEP_8_TEXT": "Let’s start on red, turn to orange and then green. Based on our traffic light example, what should our code do at each colour?<br/><br/>Here's our code sequence:",
1084
1084
  "MARTY_JRBLOCKS3_STEP_9_TEXT": "Place two <b/>wait</b> blocks as shown here, one after the red LED eye block, and one after the orange LED eye block. <br/><br/>Change the arguments so Marty waits for 5 seconds at red, and 2 seconds at orange.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "3.5.25",
3
+ "version": "3.5.27",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",