2018-01-06 03:24:23 +01:00
|
|
|
# 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)
|
|
|
|
|
2018-01-06 04:14:55 +01:00
|
|
|
## Three Point Turn
|
2018-01-06 03:24:23 +01:00
|
|
|
|
|
|
|
```codecard
|
|
|
|
[
|
|
|
|
{
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Three Point Turn 1",
|
2018-01-06 03:24:23 +01:00
|
|
|
"description": "Activity 1",
|
|
|
|
"url":"/coding/three-point-turn-1",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Three Point Turn 2",
|
2018-01-06 03:36:20 +01:00
|
|
|
"description": "Activity 2",
|
2018-01-06 03:24:23 +01:00
|
|
|
"url":"/coding/three-point-turn-2",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Three Point Turn 3",
|
2018-01-06 03:36:20 +01:00
|
|
|
"description": "Activity 3",
|
2018-01-06 03:24:23 +01:00
|
|
|
"url":"/coding/three-point-turn-3",
|
|
|
|
"cardType": "example"
|
2018-01-06 04:14:55 +01:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
|
|
|
## Reversing the robot
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Reversing the robot 1",
|
2018-01-06 03:36:20 +01:00
|
|
|
"description": "Activity 1",
|
|
|
|
"url":"/coding/reversing-the-robot-1",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Reversing the robot 2",
|
2018-01-06 03:36:20 +01:00
|
|
|
"description": "Activity 2",
|
|
|
|
"url":"/coding/reversing-the-robot-2",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Reversing the robot 3",
|
2018-01-06 03:36:20 +01:00
|
|
|
"description": "Activity 3",
|
|
|
|
"url":"/coding/reversing-the-robot-3",
|
|
|
|
"cardType": "example"
|
2018-01-06 04:14:55 +01:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
|
|
|
## Light the way
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Light the way 1",
|
2018-01-06 04:14:55 +01:00
|
|
|
"description": "Activity 1",
|
|
|
|
"url":"/coding/light-the-way-1",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Light the way 2",
|
2018-01-06 04:14:55 +01:00
|
|
|
"description": "Activity 2",
|
|
|
|
"url":"/coding/light-the-way-2",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Light the way 3",
|
2018-01-06 04:14:55 +01:00
|
|
|
"description": "Activity 3",
|
|
|
|
"url":"/coding/light-the-way-3",
|
|
|
|
"cardType": "example"
|
2018-01-06 03:24:23 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
```
|
2018-01-06 04:28:24 +01:00
|
|
|
|
|
|
|
## Traffic Lights
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Traffic Lights 1",
|
2018-01-06 04:28:24 +01:00
|
|
|
"description": "Activity 1",
|
|
|
|
"url":"/coding/traffic-lights-1",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Traffic Lights 2",
|
2018-01-06 04:28:24 +01:00
|
|
|
"description": "Activity 2",
|
|
|
|
"url":"/coding/traffic-lights-2",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Traffic Lights 3",
|
2018-01-06 04:28:24 +01:00
|
|
|
"description": "Activity 3",
|
|
|
|
"url":"/coding/traffic-lights-3",
|
|
|
|
"cardType": "example"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
```
|
2018-01-06 06:20:00 +01:00
|
|
|
|
|
|
|
## Reverse Bepper
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Reverse Beeper 1",
|
2018-01-06 06:20:00 +01:00
|
|
|
"description": "Activity 1",
|
|
|
|
"url":"/coding/reverse-beeper-1",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Reverse Beeper 2",
|
2018-01-06 06:20:00 +01:00
|
|
|
"description": "Activity 2",
|
|
|
|
"url":"/coding/reverse-beeper-2",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Reverse Beeper 3",
|
2018-01-06 06:20:00 +01:00
|
|
|
"description": "Activity 3",
|
|
|
|
"url":"/coding/reverse-beeper-3",
|
|
|
|
"cardType": "example"
|
2018-01-06 06:40:11 +01:00
|
|
|
}]
|
2018-01-06 06:20:00 +01:00
|
|
|
```
|
2018-01-06 06:40:11 +01:00
|
|
|
|
|
|
|
## Ignition
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Ignition 1",
|
2018-01-06 06:40:11 +01:00
|
|
|
"description": "Activity 1",
|
|
|
|
"url":"/coding/ingition-1",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Ignition 2",
|
2018-01-06 06:40:11 +01:00
|
|
|
"description": "Activity 2",
|
|
|
|
"url":"/coding/ignition-2",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Ignition 3",
|
2018-01-06 06:40:11 +01:00
|
|
|
"description": "Activity 3",
|
|
|
|
"url":"/coding/ignition-3",
|
|
|
|
"cardType": "example"
|
|
|
|
}]
|
2018-01-06 06:49:04 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
## Cruise Control
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Cruise Control 1",
|
2018-01-06 06:49:04 +01:00
|
|
|
"description": "Activity 1",
|
|
|
|
"url":"/coding/cruise-control-1",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Cruise Control 2",
|
2018-01-06 06:49:04 +01:00
|
|
|
"description": "Activity 2",
|
|
|
|
"url":"/coding/cruise-control-2",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
2018-01-06 06:50:50 +01:00
|
|
|
"name": "Cruise Control 3",
|
2018-01-06 06:49:04 +01:00
|
|
|
"description": "Activity 3",
|
|
|
|
"url":"/coding/cruise-control-3",
|
|
|
|
"cardType": "example"
|
|
|
|
}]
|
2018-01-06 07:04:18 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
## Roaming
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
|
|
|
"name": "Roaming 1",
|
|
|
|
"description": "Activity 1",
|
|
|
|
"url":"/coding/roaming-1",
|
|
|
|
"cardType": "example"
|
|
|
|
}, {
|
|
|
|
"name": "Roaming 2",
|
|
|
|
"description": "Activity 2",
|
|
|
|
"url":"/coding/roaming-2",
|
|
|
|
"cardType": "example"
|
2018-01-08 23:06:29 +01:00
|
|
|
}]
|
|
|
|
```
|