starting to reorganize lessons

This commit is contained in:
Tom Ball 2016-06-11 22:15:36 -04:00
parent 56301d2d6f
commit 5b5cac878b
14 changed files with 4 additions and 35 deletions

View File

@ -51,7 +51,6 @@
### ~column
## Maker
* [The Watch](/lessons/the-watch), design and create The Watch
* [Hack your Headphones](/lessons/hack-your-headphones), create music on the BBC micro:bit by hacking your headphones
* [Banana Keyboard](/lessons/banana-keyboard), create music with fruits
* [Telegraph](/lessons/telegraph), play the telegraph game between two BBC micro:bits

View File

@ -38,7 +38,6 @@ Overview of Blocks lessons for the BBC micro:bit.
## Engineering
* [The Watch](/lessons/the-watch), design and create The Watch
* [Truth or dare](/lessons/truth-or-dare), a game that forces each player to reveal a secret or do something funny with if statement
* [Spinner](/lessons/spinner), spin the arrow with multiple if statements
* [Dice roll](/lessons/dice-roll), spin with more if statements

View File

@ -1,23 +0,0 @@
# the watch lesson
display beautiful images on the BBC micro:bit.
![](/static/mb/lessons/the-watch-0.png)
## Topic
The Watch
## Quick Links
* [activity](/lessons/the-watch/activity)
## Prior learning/place of lesson in scheme of work
Learn how to design the BBC micro:bit watch with household supplies.
## Objectives
* learn how to design and make the watch with the BBC micro:bit

View File

@ -38,7 +38,7 @@
![](/static/mb/projects/a9-radio.png)
## [Watch](/lessons/the-watch/activity)
## [Watch](/projects/the-watch)
![](/static/mb/projects/a10-watch.png)

View File

@ -39,7 +39,7 @@ basic.forever(() => {
basic.showLeds(`
. # . # .
# # # # #
# # # # #
# # # # #d
. # # # .
. . # . .`);
basic.pause(500);

View File

@ -1,6 +1,4 @@
# The watch activity
Control images with variables.
![](/static/mb/projects/a10-watch.png)
# micro:bit watch
@ -152,7 +150,7 @@ Your watch is ready!
### ~avatar avatar
Excellent, you're ready to continue with the [challenges](/lessons/rock-paper-scissors/activity)!
Excellent, you're ready to continue with the [challenges](/projects/rock-paper-scissors)!
### ~

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

View File

@ -107,10 +107,6 @@
{
"name": "Reference",
"path": "/reference"
},
{
"name": "Lessons",
"path": "/lessons"
}
],
"sideDoc": "getting-started"