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

@ -16,13 +16,36 @@ The extra empty image with show LED creates a blinking smiley, allowing the micr
## 3. Draw the image created with this code
![](/static/mb/blocks/lessons/smiley-3.png)
```blocks
basic.showLeds(`
. # . # .
. # . # .
. . . . .
# . . . #
. # # # .
`)
```
![](/static/mb/blocks/lessons/smiley-4.png)
## 4. Write the code to make this image
![](/static/mb/blocks/lessons/smiley-5.png)
```blocks
basic.showLeds(`
. # . # .
. # . # .
. . . . .
# . . . #
. # # # .
`)
basic.showLeds(`
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
`)
```
![](/static/mb/blocks/lessons/smiley-6.png)