move lessons out of web site

will move select lessons back to "educators" section
This commit is contained in:
Tom Ball
2016-06-14 11:49:58 -04:00
parent a6e6dd8287
commit f4eca66648
184 changed files with 8 additions and 8 deletions

View File

@ -1,46 +0,0 @@
# answering machine blocks quiz
Create an answering machine on the micro:bit.
## Name
## Directions
Use this activity document to guide your work in the [answering machine activity](/lessons/answering-machine/activity).
Answer the questions while completing the activity. Pay attention to the dialogues!
## 1. Define what `show string` does?
## 2. Draw which LED is ON after running this code
```blocks
basic.showString("Y")
```
![](/static/mb/empty-microbit.png)
## 3. Draw which LED is ON after running this code
```blocks
basic.showString("Hi")
```
![](/static/mb/lessons/answering-machine-4.png)
## 4. If the rectangle below represents the micro:bit, write the code to display the letter "Z".
```blocks
basic.showString("Z")
```