2017-06-23 20:36:24 +02:00
|
|
|
# Courses
|
|
|
|
|
|
|
|
A collection of courses built for the @boardname@.
|
|
|
|
|
|
|
|
## Courses
|
|
|
|
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2017-07-11 22:19:20 +02:00
|
|
|
"name": "Intro to CS",
|
|
|
|
"description": "14 week computer science course for middle school grades 6-8",
|
2017-06-23 21:28:30 +02:00
|
|
|
"url":"/courses/csintro",
|
|
|
|
"imageUrl": "/static/courses/csintro.jpg"
|
2017-06-25 04:50:00 +02:00
|
|
|
}, {
|
|
|
|
"name": "Start Coding",
|
|
|
|
"description": "11 lessons with five minute plans, teacher notes and program files",
|
|
|
|
"url":"http://microbit.org/en/2017-03-07-javascript-block-resources/",
|
|
|
|
"imageUrl": "http://microbit.org/assets/posts/2017-03-07-rock%20paper%20scissors.png"
|
2017-07-11 22:19:20 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "micro:bit of Things",
|
|
|
|
"description": "A hands-on course about the micro:bit and what you can do with it.",
|
|
|
|
"url":"https://sites.google.com/view/microbitofthings",
|
|
|
|
"imageUrl": "https://lh4.googleusercontent.com/T_abGPJXNGVRNoKBmu6eZEoAkZXj1JubbIsbimSgF-Yc1BA2fUgXkrtMAmawjWlOU801fUnZ=w371"
|
2017-06-23 20:36:24 +02:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
2017-07-11 22:19:20 +02:00
|
|
|
[Intro to CS](/courses/csintro),
|
|
|
|
[Start Coding](http://microbit.org/en/2017-03-07-javascript-block-resources/),
|
|
|
|
[micro:bit of Things](https://sites.google.com/view/microbitofthings)
|