Lessons fixes (#1609)

* fixing a bunch of lessons

* more fixes

* more fixes

* more cleanup

* Additional fixes
This commit is contained in:
Peli de Halleux
2018-11-09 15:36:46 -08:00
committed by GitHub
parent 2aa8d0cec6
commit 50367217f3
20 changed files with 75 additions and 91 deletions

View File

@ -10,7 +10,7 @@ Use this activity document to guide your work in the [guess the number tutorial]
Answer the questions while completing the tutorial. Pay attention to the dialogues!
## 1. Describe what "input -> on button pressed" does?
## 1. Describe what ``||input:on button pressed||`` does?
<br />
@ -26,7 +26,7 @@ Answer the questions while completing the tutorial. Pay attention to the dialogu
```blocks
let randomNumber = Math.randomRange(0, 10)
basic.showNumber(randomNumber, 150)
basic.showNumber(randomNumber)
```
![](/static/mb/empty-microbit.png)