update quizzes

This commit is contained in:
Michael Elliot Braun
2016-03-30 13:41:01 -07:00
parent 085af70db3
commit 899183f8f4
11 changed files with 67 additions and 55 deletions

View File

@ -14,7 +14,7 @@ Answer the questions while completing the tutorial. Pay attention to the dialogu
<br/>
```
```blocks
let randomArrow = Math.random(4)
```
@ -24,7 +24,7 @@ let randomArrow = Math.random(4)
<br/>
```
```blocks
if (randomArrow == 1) {
basic.plotImage(`
. . # . .
@ -42,7 +42,7 @@ if (randomArrow == 1) {
<br />
```
```blocks
if (randomArrow == 2) {
basic.plotImage(`
. . # . .