Skip to content

Commit

Permalink
Suffix computing course to indicate it's compsci
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfodder committed Aug 16, 2024
1 parent 6509678 commit f209122
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def checkbox_options
name: course_option_description("tlevel_digitalproduction")
),
OpenStruct.new(
id: "ibo_level3",
name: course_option_description("ibo_level3")
id: "ibo_level3_compsci",
name: course_option_description("ibo_level3_compsci")
),
OpenStruct.new(
id: "level2_3_apprenticeship",
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ en:
tlevel_digitalsupport: T Level in digital support services
tlevel_digitalbusiness: T Level in digital business services
tlevel_digitalproduction: T Level in digital production, design and development
ibo_level3: IBO level 3 SL and HL computer science, taught as part of a diploma or career related programme or as a standalone certificate
ibo_level3_compsci: IBO level 3 SL and HL computer science, taught as part of a diploma or career related programme or as a standalone certificate
level2_3_apprenticeship: Level 2 or level 3 apprenticeships in the %{link}
none: I do not teach any of these courses
early_years_courses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
tlevel_digitalsupport
tlevel_digitalbusiness
tlevel_digitalproduction
ibo_level3
ibo_level3_compsci
level2_3_apprenticeship
]
}
Expand Down

0 comments on commit f209122

Please sign in to comment.