pxt-calliope/docs/lessons/spinner/quiz.md
2016-11-01 10:42:42 -07:00

29 lines
771 B
Markdown

# spinner quiz
a spin the @boardname@ game with the input on shake.
## Name
## Directions
Use this activity document to guide your work in the [spinner tutorial](/lessons/spinner/activity).
Answer the questions while completing the tutorial. Pay attention to the dialogues!
## 1. Write the code that stores a random number between 0 and 3 into a local variable named 'random arrow'.
<br/>
## 2. Write the if statement that will display this down arrow from your code. Hint- This occurs if the local variable 'random arrow' returns 1.
![](/static/mb/lessons/spinner-0.png)
<br/>
## 3. Write the if statement that will display this right arrow. Hint- This occurs if the local variable 'random arrow' returns 2.
![](/static/mb/lessons/spinner-1.png)
<br />