file management quizzes

This commit is contained in:
Michael Elliot Braun
2016-03-29 15:14:16 -07:00
parent d9c51b5fd5
commit 00adabe441
20 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# 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.