put lessons back for Michael

This commit is contained in:
Tom Ball
2016-06-14 17:28:08 -04:00
parent 0c67cd8e8b
commit 54213cf554
182 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,40 @@
# lucky 7 blocks quiz
Show a number on the micro:bit
## Name
## Directions
Use this activity document to guide your work in the [lucky 7 activity](/lessons/lucky-7/activity).
Answer the questions while completing the tutorial. Pay attention to the dialogues!
## 1. Describe what "show number" does?
## 2. Draw every LED that is ON after running this code
```blocks
basic.showNumber(7)
```
![](/static/mb/empty-microbit.png)
## 3. Draw every LED that is ON after running this code
```blocks
basic.showNumber(21)
```
![](/static/mb/lessons/answering-machine-4.png)
## 4. Write the code that will be used to display the number 3 on the micro:bit.
![](/static/mb/lessons/lucky-7-3.png)