|
568 | 568 |
|
569 | 569 | Activity.find_or_initialize_by(stem_course_template_no: "071de4a9-f7f8-ef11-bae2-0022481add34").tap do |activity| |
570 | 570 | activity.title = "Block-based programming for KS3 computing" |
571 | | - activity.credit = 60 |
| 571 | + activity.credit = 20 |
572 | 572 | activity.slug = "block-based-programming-for-ks3-computing-online" |
573 | 573 | activity.category = "online" |
574 | 574 | activity.self_certifiable = false |
575 | 575 | activity.provider = "stem-learning" |
576 | 576 | activity.stem_activity_code = "CO237" |
577 | 577 | activity.always_on = true |
578 | 578 |
|
579 | | - activity.programmes = [secondary_certificate] |
| 579 | + activity.programmes = [cs_accelerator] |
580 | 580 | end.save! |
581 | 581 |
|
582 | 582 | ######################################################################################################################## |
|
1288 | 1288 |
|
1289 | 1289 | Activity.find_or_initialize_by(stem_course_template_no: "6f5e9497-c325-f011-8c4e-6045bd0c58e0").tap do |activity| |
1290 | 1290 | activity.title = "Python programming: working with data" |
1291 | | - activity.credit = 15 |
| 1291 | + activity.credit = 20 |
1292 | 1292 | activity.slug = "python-programming-working-with-data-online" |
1293 | 1293 | activity.category = "online" |
1294 | 1294 | activity.self_certifiable = false |
1295 | 1295 | activity.provider = "stem-learning" |
1296 | 1296 | activity.stem_activity_code = "CO433" |
1297 | 1297 | activity.always_on = true |
1298 | 1298 |
|
1299 | | - activity.programmes = [secondary_certificate] |
| 1299 | + activity.programmes = [cs_accelerator] |
1300 | 1300 | end.save! |
1301 | 1301 |
|
1302 | 1302 | ######################################################################################################################## |
|
1348 | 1348 |
|
1349 | 1349 | Activity.find_or_initialize_by(stem_course_template_no: "2c924b42-c825-f011-8c4e-6045bd0c58e0").tap do |activity| |
1350 | 1350 | activity.title = "The internet and cyber security" |
1351 | | - activity.credit = 15 |
| 1351 | + activity.credit = 20 |
1352 | 1352 | activity.slug = "the-internet-and-cyber-security-online" |
1353 | 1353 | activity.category = "online" |
1354 | 1354 | activity.self_certifiable = false |
1355 | 1355 | activity.provider = "stem-learning" |
1356 | 1356 | activity.stem_activity_code = "CO432" |
1357 | 1357 | activity.always_on = true |
1358 | 1358 |
|
1359 | | - activity.programmes = [secondary_certificate] |
| 1359 | + activity.programmes = [cs_accelerator] |
1360 | 1360 | end.save! |
1361 | 1361 |
|
1362 | 1362 | ######################################################################################################################## |
|
0 commit comments