batch fixing ](/microbit/ -> ](/ links

This commit is contained in:
Peli de Halleux
2016-04-13 08:27:45 -07:00
parent 2e49901a7e
commit d28efb3b84
517 changed files with 2235 additions and 2235 deletions

View File

@ -57,7 +57,7 @@ basic.forever(() => {
### ~avatar boothing
Excellent, you're ready to continue with the [challenges](/microbit/lessons/flashing-heart/challenges)!
Excellent, you're ready to continue with the [challenges](/lessons/flashing-heart/challenges)!
### ~

View File

@ -4,7 +4,7 @@ Coding challenges for flashing heart.
## Before we get started
Complete the [flashing heart](/microbit/lessons/flashing-heart/activity) activity and your code will look like this:
Complete the [flashing heart](/lessons/flashing-heart/activity) activity and your code will look like this:
```
basic.forever(() => {

View File

@ -30,18 +30,18 @@ Learn how to control a blinking LED image. We will be learning how to create a b
## Documentation
* **global variables**: [read more...](/microbit/js/data)
* **create image** : [read more...](/microbit/reference/images/create-image)
* **show image** : [read more...](/microbit/reference/images/show-image)
* **pause**: [read more...](/microbit/reference/basic/pause)
* **clear screen**: [read more...](/microbit/reference/basic/clear-screen)
* **forever**: [read more...](/microbit/reference/basic/forever)
* **global variables**: [read more...](/js/data)
* **create image** : [read more...](/reference/images/create-image)
* **show image** : [read more...](/reference/images/show-image)
* **pause**: [read more...](/reference/basic/pause)
* **clear screen**: [read more...](/reference/basic/clear-screen)
* **forever**: [read more...](/reference/basic/forever)
## Resources
* Activity: [tutorial](/microbit/lessons/flashing-heart/tutorial)
* Activity: [quiz](/microbit/lessons/flashing-heart/quiz)
* Extended Activity: [challenges](/microbit/lessons/flashing-heart/challenges)
* Activity: [tutorial](/lessons/flashing-heart/tutorial)
* Activity: [quiz](/lessons/flashing-heart/quiz)
* Extended Activity: [challenges](/lessons/flashing-heart/challenges)
## Objectives
@ -82,19 +82,19 @@ Computational Thinking Concept: AB = Abstraction; DE = Decomposition; AL = Algor
## Activity
* time: 20 min.
* [tutorial](/microbit/lessons/flashing-heart/tutorial)
* [quiz](/microbit/lessons/flashing-heart/quiz)
* [tutorial](/lessons/flashing-heart/tutorial)
* [quiz](/lessons/flashing-heart/quiz)
* assessment opportunities: forever, plot, pause, clear screen
## Extended Activity
* time: 20 min.
* [challenges](/microbit/lessons/flashing-heart/challenges)
* [challenges](/lessons/flashing-heart/challenges)
* assessment opportunities: loops, plot, pause, clear screen
## Homework
* Extended Activity: [challenges](/microbit/lessons/flashing-heart/challenges)
* Extended Activity: [challenges](/lessons/flashing-heart/challenges)
## Intended follow on

View File

@ -2,7 +2,7 @@
Learn how to create images with global variables.
This is the answer key for the [flashing heart quiz](/microbit/lessons/flashing-heart/quiz).
This is the answer key for the [flashing heart quiz](/lessons/flashing-heart/quiz).
## 1. Describe what `basic->show leds` does

View File

@ -6,7 +6,7 @@ Learn how to create a blinking LED script with a variable.
## Directions
Use this activity document to guide your work in the [flashing heart activity](/microbit/lessons/flashing-heart/activity).
Use this activity document to guide your work in the [flashing heart activity](/lessons/flashing-heart/activity).
Answer the questions while completing the activity. Pay attention to the dialogues!