Skip to content

Commit a467426

Browse files
committed
Adding in the last course to secondary pathway.
Fixing i belong primary slugs
1 parent 4d8c2d5 commit a467426

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

db/seeds/activities/community.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -952,8 +952,8 @@
952952
activity.category = "community"
953953
activity.provider = "stem-learning"
954954
activity.self_certifiable = true
955-
activity.description = "Once you’ve completed the short, remote course <a href='https://teachcomputing.org/courses/CO409/encouraging-girls-into-gcse-computer-science-remote-short-course-online'>‘Empowering girls in key stage 2 computing’</a> you’ll be ready to bring enrichment activities, role models and inclusive teaching practices to your school. The I Belong handbook contains everything you need to know to reach this goal."
956-
activity.public_copy_description = "Once you’ve completed the short, remote course <a href='https://teachcomputing.org/courses/CO409/encouraging-girls-into-gcse-computer-science-remote-short-course-online'>‘Empowering girls in key stage 2 computing’</a> you’ll be ready to bring enrichment activities, role models and inclusive teaching practices to your school. The I Belong handbook contains everything you need to know to reach this goal."
955+
activity.description = "Once you’ve completed the short, remote course <a href='https://teachcomputing.org/courses/CO409/empowering-girls-in-key-stage-2-computing-online'>‘Empowering girls in key stage 2 computing’</a> you’ll be ready to bring enrichment activities, role models and inclusive teaching practices to your school. The I Belong handbook contains everything you need to know to reach this goal."
956+
activity.public_copy_description = "Once you’ve completed the short, remote course <a href='https://teachcomputing.org/courses/CO409/empowering-girls-in-key-stage-2-computing-online'>‘Empowering girls in key stage 2 computing’</a> you’ll be ready to bring enrichment activities, role models and inclusive teaching practices to your school. The I Belong handbook contains everything you need to know to reach this goal."
957957
activity.public_copy_title_url = "https://teachcomputing.org/i-belong"
958958
activity.self_verification_info = nil
959959
activity.public_copy_evidence = [{

db/seeds/pathways/secondary_certificate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
pathway.save!
3131

32-
cpds = %w[CO478 CO444 CO439 CO413 CO411A CO249 CO247 CO248 CP448 CP440 CO700 CP446 CO222 CP468 CP212 CO230]
32+
cpds = %w[CO411A CO478 CO444 CO439 CO413 CO411A CO249 CO247 CO248 CP448 CP440 CO700 CP446 CO222 CP468 CP212 CO230]
3333
cpds.each do |cpd|
3434
maybe_attach_activity_to_pathway(pathway, stem_activity_code: cpd)
3535
end

0 commit comments

Comments
 (0)