27 lines
816 B
Markdown
Raw Normal View History

2016-03-25 16:47:20 -07:00
# compass quiz
Create an actual compass to show your direction: North, South, East, or West
## Name
## Directions
2016-04-13 08:27:45 -07:00
Use this activity document to guide your work in the [compass activity](/lessons/compass/activity).
2016-03-25 16:47:20 -07:00
Answer the questions while completing the tutorial. Pay attention to the dialogues!
## 1. What is the purpose of the 'compass heading' block?
## 2. Write the code that stores the compass heading into a local variable called 'degrees'.
## 3. Write the 'If statement' that will check if the device is mostly pointing North. Display 'N' on the micro:bit
2016-03-29 13:13:18 -07:00
## 4. Write the 'If statement' that will check if the device is mostly pointing East. Display 'E' on the micro:bit
2016-03-25 16:47:20 -07:00
2016-03-29 13:13:18 -07:00
## 5. Write the 'If statement' that will check if the device is mostly pointing South. Display 'S' on the micro:bit
2016-03-25 16:47:20 -07:00