Migrate docs from the other repo
This commit is contained in:
42
docs/reference/js/lessons/snowflake-fall/quiz.md
Normal file
42
docs/reference/js/lessons/snowflake-fall/quiz.md
Normal file
@ -0,0 +1,42 @@
|
||||
# snowflake fall quiz
|
||||
|
||||
create a snowflake fall animation #animation#forever #docs
|
||||
|
||||
## Name
|
||||
|
||||
## Directions
|
||||
|
||||
Use the hints in the [snowflake fall activity](/microbit/lessons/snowflake-fall/activity) to answer this quiz!
|
||||
|
||||
## 1. In reference to an animation, what is an "interval"?
|
||||
|
||||
<br />
|
||||
|
||||
## 2. What is the interval of the animation?
|
||||
|
||||
```
|
||||
basic.showAnimation(`
|
||||
. . . . .
|
||||
. . # . .
|
||||
. # # # .
|
||||
. . # . .
|
||||
. . . . .
|
||||
`, 400)
|
||||
```
|
||||
|
||||
<br/>
|
||||
|
||||
## 3. How can we make this animation never stop displaying on the BBC micro:bit?
|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
## 4. Write the code to create a forever loop that shows an animation of these images. Change the interval from 400 to 800 to make the animation go twice as slow!
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
|
Reference in New Issue
Block a user