quiz update

This commit is contained in:
Michael Elliot Braun
2016-03-29 11:57:50 -07:00
parent a471c2cb1a
commit c43088c099
12 changed files with 141 additions and 46 deletions

View File

@ -10,7 +10,17 @@ Run code in the background forever (answers may vary).
## 2. Draw the picture that will be produced with this code
![](/static/mb/blocks/lessons/snowflake-fall-4.png)
```blocks
basic.forever(() => {
basic.showLeds(`
. # . # .
# # # # #
# # # # #
. # # # .
. . # . .`);
});
```
![](/static/mb/lessons/flashing-heart-0.png)

View File

@ -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
![](/static/mb/blocks/lessons/snowflake-fall-4.png)
```blocks
basic.forever(() => {
basic.showLeds(`
. # . # .
# # # # #
# # # # #
. # # # .
. . # . .`);
});
```
![](/static/mb/empty-microbit.png)
<br/>
## 3. Write the code for a forever loop and show LEDS for these images!
![](/static/mb/lessons/snowflake-fall-0.png)
<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/
![](/static/mb/lessons/snowflake-fall-2.png)
<br/>