27 lines
654 B
Markdown
27 lines
654 B
Markdown
|
# magic logo quiz
|
||
|
|
||
|
show an image that points up when the logo is up #logo #show #create #docs
|
||
|
|
||
|
## Name
|
||
|
|
||
|
## Directions
|
||
|
|
||
|
Use the hints from the [magic logo activity](/microbit/lessons/magic-logo/activity) to answer this quiz!
|
||
|
|
||
|
## 1. Define what `input->on logo up` does
|
||
|
|
||
|
<br/>
|
||
|
|
||
|
## 2. The `logo up` event is raised when...
|
||
|
|
||
|
* the screen is facing up and the board is horizontal
|
||
|
* the screen is facing down and the board is horizontal
|
||
|
* the board is vertical and the logo is facing up
|
||
|
|
||
|
## 3. Consider the following animation
|
||
|
|
||
|
![](/static/mb/lessons/magic-logo-0.png)
|
||
|
|
||
|
Write the code to display a downward pointing arrow when the BBC micro:bit logo is down.
|
||
|
|