converted lesson to tutorial

This commit is contained in:
Peli de Halleux
2018-01-18 12:09:43 -08:00
parent 057a1d66dc
commit efd6718ea3
3 changed files with 81 additions and 3 deletions

View File

@ -9,13 +9,19 @@ Learning activities for LEGO Mindstorms with MakeCode.
"name": "Make it Move",
"imageUrl":"/static/lessons/make-it-move.jpg",
"url": "/lessons/make-it-move",
"cardType": "lesson",
"cardType": "project",
"description": "Make a robot that moves itself without wheels."
}, {
"name": "Make it Move TUTORIAL",
"imageUrl":"/static/lessons/make-it-move.jpg",
"url": "/lessons/make-it-move-tutorial",
"cardType": "tutorial",
"description": "Make a robot that moves itself without wheels."
}, {
"name": "Line Detection",
"imageUrl":"/static/lessons/line-detection.jpg",
"url": "/lessons/line-detection",
"cardType": "lesson",
"cardType": "project",
"description": "Make your robot drive itself by following lines."
}]
```