Activity category & description fixes (#390)

This commit is contained in:
Galen Nickel
2018-03-29 15:16:26 -07:00
committed by GitHub
parent b6b23314cb
commit 3cad464ea5
6 changed files with 303 additions and 20 deletions

View File

@ -7,19 +7,19 @@
[
{
"name": "Autonomous Parking",
"description": "Design cars that can park by themselves",
"description": "Design cars that can park themselves safely without driver intervention.",
"url":"/coding/autonomous-parking",
"imageUrl": "/static/lessons/autonomous-parking.png",
"cardType": "side"
}, {
"name": "Object Detection",
"description": "Design ways to avoid accidents between vehicles and objects",
"description": "Design ways to avoid accidents between vehicles and objects in the road.",
"url":"/coding/object-detection",
"imageUrl": "/static/lessons/object-detection.jpg",
"cardType": "side"
}, {
"name": "Line Detection",
"description": "Improve driving safety by helping drivers stay on course",
"description": "Design ways to improve driving safety by helping to prevent drivers from falling asleep and causing an accident.",
"url":"/coding/line-detection",
"imageUrl": "/static/lessons/line-detection.jpg",
"cardType": "side"