Migrate docs from the other repo
This commit is contained in:
36
docs/reference/js/lessons/flashing-heart/quiz.md
Normal file
36
docs/reference/js/lessons/flashing-heart/quiz.md
Normal file
@ -0,0 +1,36 @@
|
||||
# flashing heart quiz
|
||||
|
||||
Learn how to create a blinking LED script with a variable.
|
||||
|
||||
## Name
|
||||
|
||||
## Directions
|
||||
|
||||
Use this activity document to guide your work in the [flashing heart activity](/microbit/lessons/flashing-heart/activity).
|
||||
|
||||
Answer the questions while completing the activity. Pay attention to the dialogues!
|
||||
|
||||
## 1. Describe what pause does?
|
||||
|
||||
<br/>
|
||||
|
||||
## 2. Draw the image being displayed using the BBC micro:bit image.
|
||||
|
||||
```
|
||||
basic.showLeds(`
|
||||
. # . # .
|
||||
# # # # #
|
||||
# # # # #
|
||||
. # # # .
|
||||
. . # . .
|
||||
`, 400)
|
||||
```
|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
## 3. Write the code to show LEDs of a broken heart forever.
|
||||
|
||||
<br/>
|
||||
|
Reference in New Issue
Block a user