|
1391 | 1391 |
|
1392 | 1392 | ######################################################################################################################## |
1393 | 1393 |
|
1394 | | -Activity.find_or_initialize_by(stem_course_template_no: "6d35d662-d40e-f011-9989-6045bd0c58e0").tap do |activity| |
1395 | | - activity.title = "Teaching programming with the micro:bit" |
1396 | | - activity.credit = 60 |
1397 | | - activity.slug = "teaching-programming-with-the-micro-bit-online" |
| 1394 | +Activity.find_or_initialize_by(stem_course_template_no: "d6225144-4748-f011-877a-6045bd0b0fca").tap do |activity| |
| 1395 | + activity.title = "Introduction to the Bee-bot in key stage 1" |
| 1396 | + activity.credit = 20 |
| 1397 | + activity.slug = "introduction-to-the-bee-bot-in-key-stage-1-online" |
1398 | 1398 | activity.category = "online" |
1399 | 1399 | activity.self_certifiable = false |
1400 | 1400 | activity.provider = "stem-learning" |
1401 | | - activity.stem_activity_code = "CO018" |
| 1401 | + activity.stem_activity_code = "CO256" |
1402 | 1402 | activity.always_on = true |
1403 | 1403 |
|
1404 | 1404 | activity.programmes = [primary_certificate] |
1405 | 1405 | end.save! |
1406 | 1406 |
|
1407 | 1407 | ######################################################################################################################## |
1408 | 1408 |
|
1409 | | -Activity.find_or_initialize_by(stem_course_template_no: "d6225144-4748-f011-877a-6045bd0b0fca").tap do |activity| |
1410 | | - activity.title = "Introduction to the Bee-bot in key stage 1" |
1411 | | - activity.credit = 20 |
1412 | | - activity.slug = "introduction-to-the-bee-bot-in-key-stage-1-online" |
| 1409 | +Activity.find_or_initialize_by(stem_course_template_no: "6d35d662-d40e-f011-9989-6045bd0c58e0").tap do |activity| |
| 1410 | + activity.title = "Teaching programming with the micro:bit" |
| 1411 | + activity.credit = 60 |
| 1412 | + activity.slug = "teaching-programming-with-the-micro-bit-online" |
1413 | 1413 | activity.category = "online" |
1414 | 1414 | activity.self_certifiable = false |
1415 | 1415 | activity.provider = "stem-learning" |
1416 | | - activity.stem_activity_code = "CO256" |
| 1416 | + activity.stem_activity_code = "CO018" |
1417 | 1417 | activity.always_on = true |
1418 | 1418 |
|
1419 | 1419 | activity.programmes = [primary_certificate] |
|
0 commit comments