move lessons out of web site
will move select lessons back to "educators" section
This commit is contained in:
@ -1,46 +0,0 @@
|
||||
# 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