File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 13911391
13921392########################################################################################################################
13931393
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"
1398+ activity . category = "online"
1399+ activity . self_certifiable = false
1400+ activity . provider = "stem-learning"
1401+ activity . stem_activity_code = "CO018"
1402+ activity . always_on = true
1403+
1404+ activity . programmes = [ primary_certificate ]
1405+ end . save!
1406+
1407+ ########################################################################################################################
1408+
13941409Activity . find_or_initialize_by ( stem_course_template_no : "d6225144-4748-f011-877a-6045bd0b0fca" ) . tap do |activity |
13951410 activity . title = "Introduction to the Bee-bot in key stage 1"
13961411 activity . credit = 20
You can’t perform that action at this time.
0 commit comments