lucky quiz

This commit is contained in:
Michael Elliot Braun
2016-03-28 16:23:18 -07:00
parent 82d74b4eeb
commit 95303ae2da
3 changed files with 42 additions and 15 deletions

View File

@ -12,29 +12,29 @@ Answer the questions while completing the tutorial. Pay attention to the dialogu
## 1. Describe what "show number" does?
<br/>
## 2. Draw every LED that is ON after running this code
![](/static/mb/blocks/lessons/lucky-7-3.png)
```blocks
basic.showNumber(7)
```
![](/static/mb/empty-microbit.png)
<br/>
## 3. Draw every LED that is ON after running this code
![](/static/mb/blocks/lessons/lucky-7-4.png)
```blocks
basic.showNumber(21)
```
![](/static/mb/lessons/answering-machine-4.png)
<br/>
## 4. Write the code that will be used to display the number 3 on the micro:bit.
![](/static/mb/lessons/lucky-7-3.png)
<br/>
<br/>