Migrate docs from the other repo

This commit is contained in:
Michal Moskal
2016-03-25 16:47:20 -07:00
parent 38d2cf06d2
commit a08eb53f92
895 changed files with 36888 additions and 0 deletions

View File

@ -0,0 +1,40 @@
# blink quiz
Learn how to create a blinking LED script.
## Name
## Directions
Use this activity document to guide your work in the [blink tutorial](/microbit/lessons/blink/tutorial).
Answer the questions while completing the tutorial. Pay attention to the dialogues!
## 1. Describe what `led->plot` does?
<br/>
## 2. Draw which LED is ON after running this code
```
led.plot(2, 2)
```
![](/static/mb/empty-microbit.png)
## 3. Draw which LED is ON after running this code
```
led.plot(0, 0)
```
![](/static/mb/empty-microbit.png)
## 4. Draw which LED is ON after running this code
```
led.plot(4, 4)
```
![](/static/mb/empty-microbit.png)