pxt-calliope/olddocs/js/lessons/digital-pet/quiz.md

33 lines
686 B
Markdown
Raw Normal View History

2016-03-26 00:47:20 +01:00
# digital pet quiz
A display of pet images for the BBC micro:bit
## Name
## Directions
2016-04-13 17:27:45 +02:00
Use this activity document to guide your work in the [digital pet tutorial](/lessons/digital-pet/tutorial)
2016-03-26 00:47:20 +01:00
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/>