move lessons out of web site
will move select lessons back to "educators" section
This commit is contained in:
parent
a6e6dd8287
commit
f4eca66648
docs
olddocs
lessons.md
lessons
answering-machine.md
answering-machine
beautiful-image.mdbeautiful-image
blink.mdblink
blocks-conditions.mdbop-it
catch-the-egg-game.mdcatch-the-egg-game
challenges.mdcharting.mdcharting
classic-beatbox.mdclassic-beatbox
compass.mdcompass
counter.mdcounter
dice-roll.mddice-roll
digi-yoyo.mddigi-yoyo
flashing-heart.mdflashing-heart
game-counter.mdgame-counter
game-of-chance.mdgame-of-chance
glowing-pendulum.mdglowing-pendulum
graphics.mdguess-the-number.mdguess-the-number
happy-birthday.mdhappy-birthday
headbands.mdheadbands
hero.mdhero
looper.mdlooper
loops.mdlove-meter.mdlove-meter
lucky-7.md
8
docs/blocks.md
Normal file
8
docs/blocks.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Blocks language
|
||||
|
||||
```namspaces
|
||||
for (let i = 0;i<5;++i) {}
|
||||
if (true){}
|
||||
let x = 0;
|
||||
Math.random(5);
|
||||
```
|
@ -21,11 +21,3 @@ serial.writeNumber(0);
|
||||
control.inBackground(() => {
|
||||
|
||||
});
|
||||
|
||||
```
|
||||
<!-- No language reference for now, until
|
||||
for (let i = 0;i<5;++i) {}
|
||||
if (true){}
|
||||
let x = 0;
|
||||
Math.random(5);
|
||||
-->
|
0
docs/lessons/answering-machine/quiz-answers.md → olddocs/lessons/answering-machine/quiz-answers.md
0
docs/lessons/answering-machine/quiz-answers.md → olddocs/lessons/answering-machine/quiz-answers.md
0
docs/lessons/catch-the-egg-game/quiz-answers.md → olddocs/lessons/catch-the-egg-game/quiz-answers.md
0
docs/lessons/catch-the-egg-game/quiz-answers.md → olddocs/lessons/catch-the-egg-game/quiz-answers.md
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user