pxt-calliope/docs/lessons/flashing-heart/quiz.md

26 lines
536 B
Markdown
Raw Normal View History

2016-03-26 00:47:20 +01:00
# flashing heart blocks quiz
Learn how to create a blinking image with a variable.
## Name
## Directions
2016-04-13 17:27:45 +02:00
Use this activity document to guide your work in the [flashing heart activity](/lessons/flashing-heart/activity).
2016-03-26 00:47:20 +01:00
Answer the questions while completing the activity. Pay attention to the dialogues!
## 1. Describe what `pause` does?
## 2. Write the code that leaves an image on the screen for 1 second (1000 milliseconds)
2016-03-29 20:57:50 +02:00
2016-03-26 00:47:20 +01:00
## 3. Write the code that leaves an image on the screen for 1.5 seconds (1500 milliseconds)