pxt-calliope/docs/lessons/spinner/quiz.md
Michael Elliot Braun ba6c9f9d92 updating lesson links
2016-03-30 16:10:27 -07:00

808 B

spinner quiz

a spin the BBC micro:bit game with the input on shake #math #random #docs #shake

Name

Directions

Use this activity document to guide your work in the spinner tutorial.

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'.


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.


3. Write the if statement that will display this right arrow. Hint- This occurs if the local variable 'random arrow' returns 2.