put lessons back for Michael
This commit is contained in:
46
docs/lessons/snowflake-fall/quiz.md
Normal file
46
docs/lessons/snowflake-fall/quiz.md
Normal file
@ -0,0 +1,46 @@
|
||||
# snowflake fall blocks quiz
|
||||
|
||||
Create a snowflake fall animation
|
||||
|
||||
## Name
|
||||
|
||||
## Directions
|
||||
|
||||
Use the hints in the [snowflake fall activity](/lessons/snowflake-fall/activity) to answer this quiz!
|
||||
|
||||
## 1. What is a forever loop?
|
||||
|
||||
|
||||
|
||||
## 2. Draw the picture that will be produced with this code
|
||||
|
||||
```blocks
|
||||
basic.forever(() => {
|
||||
basic.showLeds(`
|
||||
. # . # .
|
||||
# # # # #
|
||||
# # # # #
|
||||
. # # # .
|
||||
. . # . .`);
|
||||
});
|
||||
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## 3. Write the code for a forever loop and show LEDS for these images!
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## 4. Write the code for a forever loop and show LEDS for these images!
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user