updating lesson links

This commit is contained in:
Michael Elliot Braun
2016-03-30 16:10:27 -07:00
parent a14585d36f
commit ba6c9f9d92
19 changed files with 83 additions and 38 deletions

View File

@ -12,6 +12,8 @@ Acceleration
* [activity](/microbit/lessons/zoomer/activity)
* [challenges](/microbit/lessons/zoomer/challenges)
* [quiz](/microbit/lessons/zoomer/quiz)
* [quiz answers](/microbit/lessons/zoomer/quiz-answers)
## Prior learning/place of lesson in scheme of work
@ -21,12 +23,10 @@ Learn how to get the **acceleration**, `acceleration` in one of three specified
```docs
basic.forever(() => {
})
let x = 0
input.acceleration(Dimension.X)
if (true) {
}
input.buttonIsPressed(Button.A)
basic.showNumber(0)