lucky quiz

This commit is contained in:
Michael Elliot Braun
2016-03-28 16:23:18 -07:00
parent 82d74b4eeb
commit 95303ae2da
3 changed files with 42 additions and 15 deletions

View File

@ -56,7 +56,7 @@ We click on the Logic drawer then insert a `less than` sign into the first `if`
```blocks
let light = null;
let light = 0;
input.onButtonPressed(Button.A, () => {
music.rest(music.beat(BeatFraction.Sixteenth));
light = input.lightLevel();
@ -89,7 +89,7 @@ input.onButtonPressed(Button.A, () => {
### ~avatar avatar
Excellent, you're ready to continue by connecting your headphones with these [challenges](/microbit/lessons/hack-your-headphones/activity)!
Excellent, you're ready to continue by connecting your headphones with these [challenges](/lessons/hack-your-headphones/activity)!
### ~