Lessons fixes (#1609)
* fixing a bunch of lessons * more fixes * more fixes * more cleanup * Additional fixes
This commit is contained in:
@ -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)
|
||||
```
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user