quiz update
This commit is contained in:
@ -10,7 +10,17 @@ Run code in the background forever (answers may vary).
|
||||
|
||||
## 2. Draw the picture that will be produced with this code
|
||||
|
||||

|
||||
```blocks
|
||||
basic.forever(() => {
|
||||
basic.showLeds(`
|
||||
. # . # .
|
||||
# # # # #
|
||||
# # # # #
|
||||
. # # # .
|
||||
. . # . .`);
|
||||
});
|
||||
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
@ -10,21 +10,31 @@ Use the hints in the [snowflake fall activity](/microbit/lessons/snowflake-fall/
|
||||
|
||||
## 1. What is a forever loop?
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
## 2. Draw the picture that will be produced with this code
|
||||
|
||||

|
||||
```blocks
|
||||
basic.forever(() => {
|
||||
basic.showLeds(`
|
||||
. # . # .
|
||||
# # # # #
|
||||
# # # # #
|
||||
. # # # .
|
||||
. . # . .`);
|
||||
});
|
||||
|
||||
```
|
||||
|
||||

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

|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
## 4. Write the code for a forever loop and show LEDS for these images!
|
||||
|
||||
@ -32,5 +42,5 @@ Use the hints in the [snowflake fall activity](/microbit/lessons/snowflake-fall/
|
||||
|
||||

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