3 activies from curriculum (#194)

* 3 activies from curriculum

* fixing style
This commit is contained in:
Peli de Halleux
2018-01-05 18:24:23 -08:00
committed by GitHub
parent 9f9ce29476
commit ea46f1cbc7
7 changed files with 85 additions and 4 deletions

28
docs/coding.md Normal file
View File

@ -0,0 +1,28 @@
# Coding Activites
12 computer science activities, with cross-curricular opportunities in design and technology, science, and math.
* [Download Curriculum Materials](https://education.lego.com/en-us/downloads/mindstorms-ev3)
## Activites
```codecard
[
{
"name": "Three Point Turn",
"description": "Activity 1",
"url":"/coding/three-point-turn-1",
"cardType": "example"
}, {
"name": "Three Point Turn",
"description": "Activity 1",
"url":"/coding/three-point-turn-2",
"cardType": "example"
}, {
"name": "Three Point Turn",
"description": "Activity 1",
"url":"/coding/three-point-turn-3",
"cardType": "example"
}
]
```