|
1193 | 1193 |
|
1194 | 1194 | activity.programmes = [primary_certificate]
|
1195 | 1195 | end.save!
|
| 1196 | + |
| 1197 | +######################################################################################################################## |
| 1198 | + |
| 1199 | +Activity.find_or_initialize_by(stem_course_template_no: "415cc9d7-ff24-f011-8c4e-002248c763ad").tap do |activity| |
| 1200 | + activity.title = "Advanced Data Structures for A-Level Computer Science" |
| 1201 | + activity.credit = 50 |
| 1202 | + activity.slug = "advanced-data-structures-for-a-level-computer-science-online" |
| 1203 | + activity.category = "online" |
| 1204 | + activity.self_certifiable = false |
| 1205 | + activity.provider = "stem-learning" |
| 1206 | + activity.stem_activity_code = "CO903" |
| 1207 | + activity.always_on = true |
| 1208 | + |
| 1209 | + activity.programmes = [secondary_certificate] |
| 1210 | +end.save! |
| 1211 | + |
| 1212 | +######################################################################################################################## |
| 1213 | + |
| 1214 | +Activity.find_or_initialize_by(stem_course_template_no: "71d89c47-0425-f011-8c4e-002248c763ad").tap do |activity| |
| 1215 | + activity.title = "Object oriented programming (OOP) in A Level computer science" |
| 1216 | + activity.credit = 60 |
| 1217 | + activity.slug = "object-oriented-programming-oop-in-a-level-computer-science-online" |
| 1218 | + activity.category = "online" |
| 1219 | + activity.self_certifiable = false |
| 1220 | + activity.provider = "stem-learning" |
| 1221 | + activity.stem_activity_code = "CO506" |
| 1222 | + activity.always_on = true |
| 1223 | + |
| 1224 | + activity.programmes = [secondary_certificate] |
| 1225 | +end.save! |
| 1226 | + |
| 1227 | +######################################################################################################################## |
| 1228 | + |
| 1229 | +Activity.find_or_initialize_by(stem_course_template_no: "23cfc421-0725-f011-8c4e-002248c763ad").tap do |activity| |
| 1230 | + activity.title = "Pathfinding algorithms in A Level computer science" |
| 1231 | + activity.credit = 20 |
| 1232 | + activity.slug = "pathfinding-algorithms-in-a-level-computer-science-online" |
| 1233 | + activity.category = "online" |
| 1234 | + activity.self_certifiable = false |
| 1235 | + activity.provider = "stem-learning" |
| 1236 | + activity.stem_activity_code = "CO504" |
| 1237 | + activity.always_on = true |
| 1238 | + |
| 1239 | + activity.programmes = [secondary_certificate] |
| 1240 | +end.save! |
| 1241 | + |
| 1242 | +######################################################################################################################## |
| 1243 | + |
| 1244 | +Activity.find_or_initialize_by(stem_course_template_no: "2d1c9e1c-af25-f011-8c4e-6045bd0c58e0").tap do |activity| |
| 1245 | + activity.title = "Adapted teaching and effective learning interventions in secondary computing" |
| 1246 | + activity.credit = 60 |
| 1247 | + activity.slug = "adapted-teaching-and-effective-learning-interventions-in-secondary-computing-online" |
| 1248 | + activity.category = "online" |
| 1249 | + activity.self_certifiable = false |
| 1250 | + activity.provider = "stem-learning" |
| 1251 | + activity.stem_activity_code = "CO448" |
| 1252 | + activity.always_on = true |
| 1253 | + |
| 1254 | + activity.programmes = [secondary_certificate] |
| 1255 | +end.save! |
| 1256 | + |
| 1257 | +######################################################################################################################## |
| 1258 | + |
| 1259 | +Activity.find_or_initialize_by(stem_course_template_no: "f552acb6-b125-f011-8c4e-6045bd0c58e0").tap do |activity| |
| 1260 | + activity.title = "AI and Ethics in GCSE computer science" |
| 1261 | + activity.credit = 15 |
| 1262 | + activity.slug = "ai-and-ethics-in-gcse-computer-science-online" |
| 1263 | + activity.category = "online" |
| 1264 | + activity.self_certifiable = false |
| 1265 | + activity.provider = "stem-learning" |
| 1266 | + activity.stem_activity_code = "CO427" |
| 1267 | + activity.always_on = true |
| 1268 | + |
| 1269 | + activity.programmes = [cs_accelerator] |
| 1270 | +end.save! |
| 1271 | + |
| 1272 | +######################################################################################################################## |
| 1273 | + |
| 1274 | +Activity.find_or_initialize_by(stem_course_template_no: "5cb94dc2-c025-f011-8c4e-6045bd0c58e0").tap do |activity| |
| 1275 | + activity.title = "Behaviour for learning in a computing environment" |
| 1276 | + activity.credit = 15 |
| 1277 | + activity.slug = "behaviour-for-learning-in-a-computing-environment-online" |
| 1278 | + activity.category = "online" |
| 1279 | + activity.self_certifiable = false |
| 1280 | + activity.provider = "stem-learning" |
| 1281 | + activity.stem_activity_code = "CO468" |
| 1282 | + activity.always_on = true |
| 1283 | + |
| 1284 | + activity.programmes = [secondary_certificate] |
| 1285 | +end.save! |
| 1286 | + |
| 1287 | +######################################################################################################################## |
| 1288 | + |
| 1289 | +Activity.find_or_initialize_by(stem_course_template_no: "6f5e9497-c325-f011-8c4e-6045bd0c58e0").tap do |activity| |
| 1290 | + activity.title = "Python programming: working with data" |
| 1291 | + activity.credit = 15 |
| 1292 | + activity.slug = "python-programming-working-with-data-online" |
| 1293 | + activity.category = "online" |
| 1294 | + activity.self_certifiable = false |
| 1295 | + activity.provider = "stem-learning" |
| 1296 | + activity.stem_activity_code = "CO433" |
| 1297 | + activity.always_on = true |
| 1298 | + |
| 1299 | + activity.programmes = [secondary_certificate] |
| 1300 | +end.save! |
| 1301 | + |
| 1302 | +######################################################################################################################## |
| 1303 | + |
| 1304 | +Activity.find_or_initialize_by(stem_course_template_no: "faadd61b-5c2a-f011-8c4e-002248c763ad").tap do |activity| |
| 1305 | + activity.title = "Representing algorithms using flowcharts and pseudocode" |
| 1306 | + activity.credit = 15 |
| 1307 | + activity.slug = "representing-algorithms-using-flowcharts-and-pseudocode-online" |
| 1308 | + activity.category = "online" |
| 1309 | + activity.self_certifiable = false |
| 1310 | + activity.provider = "stem-learning" |
| 1311 | + activity.stem_activity_code = "CO420" |
| 1312 | + activity.always_on = true |
| 1313 | + |
| 1314 | + activity.programmes = [cs_accelerator] |
| 1315 | +end.save! |
| 1316 | + |
| 1317 | +######################################################################################################################## |
| 1318 | + |
| 1319 | +Activity.find_or_initialize_by(stem_course_template_no: "2bf0fc94-c525-f011-8c4e-6045bd0c58e0").tap do |activity| |
| 1320 | + activity.title = "Teaching GCSE computer science improving student engagement" |
| 1321 | + activity.credit = 15 |
| 1322 | + activity.slug = "teaching-gcse-computer-science-improving-student-engagement-online" |
| 1323 | + activity.category = "online" |
| 1324 | + activity.self_certifiable = false |
| 1325 | + activity.provider = "stem-learning" |
| 1326 | + activity.stem_activity_code = "CO447" |
| 1327 | + activity.always_on = true |
| 1328 | + |
| 1329 | + activity.programmes = [secondary_certificate] |
| 1330 | +end.save! |
| 1331 | + |
| 1332 | +######################################################################################################################## |
| 1333 | + |
| 1334 | +Activity.find_or_initialize_by(stem_course_template_no: "7999fd2b-c725-f011-8c4e-6045bd0c58e0").tap do |activity| |
| 1335 | + activity.title = "Teaching GCSE Computer Science: pedagogy for programming" |
| 1336 | + activity.credit = 15 |
| 1337 | + activity.slug = "teaching-gcse-computer-science-pedagogy-for-programming-online" |
| 1338 | + activity.category = "online" |
| 1339 | + activity.self_certifiable = false |
| 1340 | + activity.provider = "stem-learning" |
| 1341 | + activity.stem_activity_code = "CO242" |
| 1342 | + activity.always_on = true |
| 1343 | + |
| 1344 | + activity.programmes = [secondary_certificate] |
| 1345 | +end.save! |
| 1346 | + |
| 1347 | +######################################################################################################################## |
| 1348 | + |
| 1349 | +Activity.find_or_initialize_by(stem_course_template_no: "2c924b42-c825-f011-8c4e-6045bd0c58e0").tap do |activity| |
| 1350 | + activity.title = "The internet and cyber security" |
| 1351 | + activity.credit = 15 |
| 1352 | + activity.slug = "the-internet-and-cyber-security-online" |
| 1353 | + activity.category = "online" |
| 1354 | + activity.self_certifiable = false |
| 1355 | + activity.provider = "stem-learning" |
| 1356 | + activity.stem_activity_code = "CO432" |
| 1357 | + activity.always_on = true |
| 1358 | + |
| 1359 | + activity.programmes = [secondary_certificate] |
| 1360 | +end.save! |
0 commit comments