More tutorial typos (#485)
This commit is contained in:
		
				
					committed by
					
						
						Peli de Halleux
					
				
			
			
				
	
			
			
			
						parent
						
							00b193b126
						
					
				
				
					commit
					80989cf4c9
				
			@@ -1,6 +1,6 @@
 | 
				
			|||||||
# Lessons
 | 
					# Lessons
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Learning activities for LEGO Mindstorms with MakeCode.
 | 
					Learning activities for @boardname@ with MakeCode.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Motors and motion
 | 
					## Motors and motion
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ Your robot will:
 | 
				
			|||||||
* Use at least one motor
 | 
					* Use at least one motor
 | 
				
			||||||
* Use NO wheels for locomotion
 | 
					* Use NO wheels for locomotion
 | 
				
			||||||
 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Construct @unplugged
 | 
					## Construct @unplugged
 | 
				
			||||||
@@ -25,7 +25,7 @@ The legs in the Walker Bot are designed to show how to change the rotary motion
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Start by reading [these](https://le-www-live-s.legocdn.com/sc/media/lessons/mindstorms-ev3/ev3-dep/building%20instructions/walker-bot-bi-180fc24f9298e1dd6201099627d43903.pdf) instructions first.
 | 
					Start by reading [these](https://le-www-live-s.legocdn.com/sc/media/lessons/mindstorms-ev3/ev3-dep/building%20instructions/walker-bot-bi-180fc24f9298e1dd6201099627d43903.pdf) instructions first.
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
## Program 1 @fullscreen
 | 
					## Program 1 @fullscreen
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ Your robot will:
 | 
				
			|||||||
* Use at least one motor
 | 
					* Use at least one motor
 | 
				
			||||||
* Use NO wheels for locomotion
 | 
					* Use NO wheels for locomotion
 | 
				
			||||||
 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Construct
 | 
					## Construct
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -24,7 +24,7 @@ The legs in the Walker Bot are designed to show how to change the rotary motion
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Start by reading [these](https://le-www-live-s.legocdn.com/sc/media/lessons/mindstorms-ev3/ev3-dep/building%20instructions/walker-bot-bi-180fc24f9298e1dd6201099627d43903.pdf) instructions first.
 | 
					Start by reading [these](https://le-www-live-s.legocdn.com/sc/media/lessons/mindstorms-ev3/ev3-dep/building%20instructions/walker-bot-bi-180fc24f9298e1dd6201099627d43903.pdf) instructions first.
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
## Program
 | 
					## Program
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,13 +7,13 @@ Step by step guides to coding your @boardname@.
 | 
				
			|||||||
```codecard
 | 
					```codecard
 | 
				
			||||||
[{
 | 
					[{
 | 
				
			||||||
  "name": "Wake Up!",
 | 
					  "name": "Wake Up!",
 | 
				
			||||||
  "description": "Show different moods on your @boardname@. Is it tired, sleepy, or awake?",
 | 
					  "description": "Show different moods on the screen. Is it tired, sleepy, or awake?",
 | 
				
			||||||
  "cardType": "tutorial",
 | 
					  "cardType": "tutorial",
 | 
				
			||||||
  "url":"/tutorials/wake-up",
 | 
					  "url":"/tutorials/wake-up",
 | 
				
			||||||
  "imageUrl":"/static/tutorials/wake-up.png"
 | 
					  "imageUrl":"/static/tutorials/wake-up.png"
 | 
				
			||||||
}, {
 | 
					}, {
 | 
				
			||||||
  "name": "Make An Animation",
 | 
					  "name": "Make An Animation",
 | 
				
			||||||
  "description": "Create a custom animation for your @boardname@.",
 | 
					  "description": "Create a custom animation on your brick screen.",
 | 
				
			||||||
  "cardType": "tutorial",
 | 
					  "cardType": "tutorial",
 | 
				
			||||||
  "url":"/tutorials/make-an-animation",
 | 
					  "url":"/tutorials/make-an-animation",
 | 
				
			||||||
  "imageUrl":"/static/tutorials/make-an-animation.png"
 | 
					  "imageUrl":"/static/tutorials/make-an-animation.png"
 | 
				
			||||||
@@ -25,7 +25,7 @@ Step by step guides to coding your @boardname@.
 | 
				
			|||||||
  "imageUrl":"/static/tutorials/what-animal-am-i.png"
 | 
					  "imageUrl":"/static/tutorials/what-animal-am-i.png"
 | 
				
			||||||
}, {
 | 
					}, {
 | 
				
			||||||
  "name": "Music Brick",
 | 
					  "name": "Music Brick",
 | 
				
			||||||
  "description": "Transform your @boardname@ into a musical instrument!",
 | 
					  "description": "Transform the brick into a musical instrument!",
 | 
				
			||||||
  "cardType": "tutorial",
 | 
					  "cardType": "tutorial",
 | 
				
			||||||
  "url":"/tutorials/mindstorms-music",
 | 
					  "url":"/tutorials/mindstorms-music",
 | 
				
			||||||
  "imageUrl":"/static/tutorials/mindstorms-music.png"
 | 
					  "imageUrl":"/static/tutorials/mindstorms-music.png"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -23,7 +23,7 @@ In the ``||brick:show string||`` block, type the text ``"Press my buttons to mak
 | 
				
			|||||||
brick.showString("Press my buttons to make music!", 1)
 | 
					brick.showString("Press my buttons to make music!", 1)
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Step 3
 | 
					## Step 3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Open the ``||brick:Brick||`` Toolbox drawer. From the **Buttons** section, drag out an ``||brick:on button||`` block onto the Workspace (you can put it anywhere).
 | 
					Open the ``||brick:Brick||`` Toolbox drawer. From the **Buttons** section, drag out an ``||brick:on button||`` block onto the Workspace (you can put it anywhere).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -36,7 +36,7 @@ sensors.touch1.onEvent(ButtonEvent.Released, function () {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Step 3
 | 
					## Step 3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Open the ``||motors:Motors||`` Toolbox drawer. Drag out a ``||motors:run||`` block onto the Workspace, and drop it into the ``||brick:on touch pressed||`` block.
 | 
					Open the ``||motors:Motors||`` Toolbox drawer. Drag out a ``||motors:run||`` block onto the Workspace, and drop it into the ``||sensors:on touch pressed||`` block.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```blocks
 | 
					```blocks
 | 
				
			||||||
sensors.touch1.onEvent(ButtonEvent.Pressed, function () {
 | 
					sensors.touch1.onEvent(ButtonEvent.Pressed, function () {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,9 +2,9 @@
 | 
				
			|||||||
    "id": "ev3",
 | 
					    "id": "ev3",
 | 
				
			||||||
    "platformid": "linux",
 | 
					    "platformid": "linux",
 | 
				
			||||||
    "nickname": "lego",
 | 
					    "nickname": "lego",
 | 
				
			||||||
    "name": "LEGO Mindstorms EV3",
 | 
					    "name": "LEGO MINDSTORMS EV3",
 | 
				
			||||||
    "title": "LEGO Mindstorms EV3 - Blocks / Javascript editor",
 | 
					    "title": "LEGO MINDSTORMS EV3 - Blocks / Javascript editor",
 | 
				
			||||||
    "description": "A Blocks / JavaScript code editor for the LEGO Mindstorms EV3.",
 | 
					    "description": "A Blocks / JavaScript code editor for the LEGO MINDSTORMS EV3.",
 | 
				
			||||||
    "corepkg": "ev3",
 | 
					    "corepkg": "ev3",
 | 
				
			||||||
    "bundleddirs": [
 | 
					    "bundleddirs": [
 | 
				
			||||||
        "libs/base",
 | 
					        "libs/base",
 | 
				
			||||||
@@ -97,7 +97,7 @@
 | 
				
			|||||||
        "termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
 | 
					        "termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
 | 
				
			||||||
        "githubUrl": "https://github.com/Microsoft/pxt-ev3",
 | 
					        "githubUrl": "https://github.com/Microsoft/pxt-ev3",
 | 
				
			||||||
        "betaUrl": "https://makecode.legoeducation.com/about",
 | 
					        "betaUrl": "https://makecode.legoeducation.com/about",
 | 
				
			||||||
        "boardName": "LEGO Mindstorms EV3 Brick",
 | 
					        "boardName": "LEGO MINDSTORMS EV3 Brick",
 | 
				
			||||||
        "selectLanguage": true,
 | 
					        "selectLanguage": true,
 | 
				
			||||||
        "availableLocales": [
 | 
					        "availableLocales": [
 | 
				
			||||||
            "en"
 | 
					            "en"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user