|
1013 | 1013 |
|
1014 | 1014 | activity.programmes = [primary_certificate] |
1015 | 1015 | end.save! |
| 1016 | + |
| 1017 | +######################################################################################################################## |
| 1018 | + |
| 1019 | +Activity.find_or_initialize_by(stem_course_template_no: "0ba68557-50fe-ef11-bae3-6045bd0da0e9").tap do |activity| |
| 1020 | + activity.title = "Supporting GCSE computer science students at grades 1-3" |
| 1021 | + activity.credit = 60 |
| 1022 | + activity.slug = "supporting-gcse-computer-science-students-at-grades-1-3-online" |
| 1023 | + activity.category = "online" |
| 1024 | + activity.self_certifiable = false |
| 1025 | + activity.provider = "stem-learning" |
| 1026 | + activity.stem_activity_code = "CO478" |
| 1027 | + activity.always_on = true |
| 1028 | + |
| 1029 | + activity.programmes = [secondary_certificate] |
| 1030 | +end.save! |
| 1031 | + |
| 1032 | +######################################################################################################################## |
| 1033 | + |
| 1034 | +Activity.find_or_initialize_by(stem_course_template_no: "3a08b061-51fe-ef11-bae3-6045bd0da0e9").tap do |activity| |
| 1035 | + activity.title = "KS3 computing (module 3): Creative curriculum enrichment and inclusion" |
| 1036 | + activity.credit = 50 |
| 1037 | + activity.slug = "ks3-computing-module-3-creative-curriculum-enrichment-and-inclusion-online" |
| 1038 | + activity.category = "online" |
| 1039 | + activity.self_certifiable = false |
| 1040 | + activity.provider = "stem-learning" |
| 1041 | + activity.stem_activity_code = "CO249" |
| 1042 | + activity.always_on = true |
| 1043 | + |
| 1044 | + activity.programmes = [secondary_certificate] |
| 1045 | +end.save! |
| 1046 | + |
| 1047 | +######################################################################################################################## |
| 1048 | + |
| 1049 | +Activity.find_or_initialize_by(stem_course_template_no: "a1f21bd0-52fe-ef11-bae3-6045bd0da0e9").tap do |activity| |
| 1050 | + activity.title = "Foundation knowledge of computer science for KS3 and GCSE" |
| 1051 | + activity.credit = 20 |
| 1052 | + activity.slug = "foundation-knowledge-of-computer-science-for-ks3-and-gcse-online" |
| 1053 | + activity.category = "online" |
| 1054 | + activity.self_certifiable = false |
| 1055 | + activity.provider = "stem-learning" |
| 1056 | + activity.stem_activity_code = "CO426" |
| 1057 | + activity.always_on = true |
| 1058 | + |
| 1059 | + activity.programmes = [cs_accelerator] |
| 1060 | +end.save! |
| 1061 | + |
| 1062 | +######################################################################################################################## |
| 1063 | + |
| 1064 | +Activity.find_or_initialize_by(stem_course_template_no: "89b260f5-53fe-ef11-bae3-6045bd0da0e9").tap do |activity| |
| 1065 | + activity.title = "Computing Quality Framework - driving change within your secondary school" |
| 1066 | + activity.credit = 20 |
| 1067 | + activity.slug = "computing-quality-framework-driving-change-within-your-secondary-school-online" |
| 1068 | + activity.category = "online" |
| 1069 | + activity.self_certifiable = false |
| 1070 | + activity.provider = "stem-learning" |
| 1071 | + activity.stem_activity_code = "CO406" |
| 1072 | + activity.always_on = true |
| 1073 | + |
| 1074 | + activity.programmes = [secondary_certificate] |
| 1075 | +end.save! |
| 1076 | + |
| 1077 | +######################################################################################################################## |
| 1078 | + |
| 1079 | +Activity.find_or_initialize_by(stem_course_template_no: "c9536bf0-66fe-ef11-bae3-6045bd0da0e9").tap do |activity| |
| 1080 | + activity.title = "Higher attainment in computer science - meeting the challenges of the exams" |
| 1081 | + activity.credit = 60 |
| 1082 | + activity.slug = "higher-attainment-in-computer-science-meeting-the-challenges-of-the-exams-online" |
| 1083 | + activity.category = "online" |
| 1084 | + activity.self_certifiable = false |
| 1085 | + activity.provider = "stem-learning" |
| 1086 | + activity.stem_activity_code = "CO439" |
| 1087 | + activity.always_on = true |
| 1088 | + |
| 1089 | + activity.programmes = [secondary_certificate] |
| 1090 | +end.save! |
| 1091 | + |
| 1092 | +######################################################################################################################## |
| 1093 | + |
| 1094 | +Activity.find_or_initialize_by(stem_course_template_no: "a83fd7af-f5ff-ef11-bae3-0022481add34").tap do |activity| |
| 1095 | + activity.title = "Digital literacy in key stage 2 and key stage 3" |
| 1096 | + activity.credit = 20 |
| 1097 | + activity.slug = "digital-literacy-in-key-stage-2-and-key-stage-3-online" |
| 1098 | + activity.category = "online" |
| 1099 | + activity.self_certifiable = false |
| 1100 | + activity.provider = "stem-learning" |
| 1101 | + activity.stem_activity_code = "CO904" |
| 1102 | + activity.always_on = true |
| 1103 | + |
| 1104 | + activity.programmes = [secondary_certificate] |
| 1105 | +end.save! |
0 commit comments