2017-06-23 11:36:24 -07:00
|
|
|
# Courses
|
|
|
|
|
|
|
|
A collection of courses built for the @boardname@.
|
|
|
|
|
|
|
|
## Courses
|
|
|
|
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2017-06-23 13:35:06 -07:00
|
|
|
"name": "CS Intro",
|
2017-06-24 19:50:00 -07:00
|
|
|
"description": "14 weeks for middle school grades 6-8",
|
2017-06-23 12:28:30 -07:00
|
|
|
"url":"/courses/csintro",
|
|
|
|
"imageUrl": "/static/courses/csintro.jpg"
|
2017-06-24 19:50:00 -07: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-06-23 11:36:24 -07:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
2017-06-24 19:50:00 -07:00
|
|
|
[CS Intro](/courses/csintro), [Start Coding](http://microbit.org/en/2017-03-07-javascript-block-resources/)
|