pxt-calliope/docs/lessons/blink/quiz.md
Michael Elliot Braun c43088c099 quiz update
2016-03-29 11:57:50 -07:00

46 lines
701 B
Markdown

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