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,32 @@
# digital pet quiz
A display of pet images for the BBC micro:bit
## Name
## Directions
Use this activity document to guide your work in the [digital pet tutorial](/microbit/lessons/digital-pet/tutorial)
Answer the questions while completing the tutorial. Pay attention to the dialogues!
## 1. What is a 'function'?
<br/>
## 2. Write the steps to create the function called set awake()
<br/>
## 3. Write the code inside the function "set awake()" that shows an image of the pet awake
<br/>
## 4. Write the steps to create the function called set sleep, function set sleep()
<br/>
## 5. Write the code inside the function "set sleep()" that shows an image of the pet asleep
<br/>