Skip to content

Commit 32995b7

Browse files
committed
Updating content for assessment of qualifications regarding level 6 teaching qualifications
1 parent c1aa038 commit 32995b7

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

app/lib/assessment_factory.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def personal_information_section
9898
def qualifications_section
9999
checks = [
100100
"qualifications_meet_level_6_or_equivalent",
101-
"teaching_qualifications_completed_in_eligible_country",
102101
"qualified_in_mainstream_education",
103102
(
104103
if application_form.subject_limited

config/locales/assessor_interface.en.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ en:
119119
passport_document_valid: the uploaded passport was valid and in date when the application was created
120120
identification_document_present: a valid ID document is present
121121
name_change_document_present: evidence of name change is present (if the name entered on the form is different to the name on their ID)
122-
qualifications_meet_level_6_or_equivalent: applicant holds qualifications that meet the required academic level (level 6 qualification or higher)
122+
qualifications_meet_level_6_or_equivalent: applicant holds a level 6 qualification or higher from the country where they’re recognised as a teacher
123123
qualified_in_mainstream_education: they’re qualified to teach in mainstream education (not vocationally only/SEN only/early years/pre-school only)
124124
qualified_to_teach: the applicant is qualified to teach at state or government schools
125125
qualified_to_teach_children_11_to_16: the applicant is qualified to teach children aged 11-16
@@ -190,7 +190,7 @@ en:
190190
teaching_qualification_1_year: The teacher training course qualification did not last at least 1 academic year.
191191
teaching_qualification_pedagogy: The teaching qualification did not have enough focus on pedagogy.
192192
teaching_qualification_subjects_criteria: The applicant is not qualified to teach one of the subjects that we currently accept (Maths, Science, Biology, Chemistry, Physics, French, German, Italian, Japanese, Latin, Mandarin, Russian, Spanish).
193-
teaching_qualifications_from_ineligible_country: The teaching qualifications were completed in an ineligible country.
193+
teaching_qualifications_from_ineligible_country: The teaching qualifications were completed in a different country to where they are recognised as a teacher.​
194194
teaching_qualifications_not_at_required_level: The teaching qualifications do not meet the required academic level (level 6).
195195
teaching_transcript_illegible: The teaching qualification transcript (or translation) is illegible or in a format that we cannot accept.
196196
unrecognised_references: Application contained 1 or more references that cannot be considered.

config/locales/teacher_interface.en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ en:
5454
teaching_qualification_1_year: Your teacher training course qualification did not last at least 1 academic year.
5555
teaching_qualification_pedagogy: Your teaching qualification did not have enough focus on pedagogy.
5656
teaching_qualification_subjects_criteria: You are not qualified to teach one of the subjects we currently accept (Maths, Science, Biology, Chemistry, Physics, French, German, Italian, Japanese, Latin, Mandarin, Russian, Spanish).
57-
teaching_qualifications_from_ineligible_country: Your teaching qualifications were completed in an ineligible country.
57+
teaching_qualifications_from_ineligible_country: Your teaching qualifications were completed in a different country to where you are recognised as a teacher.​
5858
teaching_qualifications_not_at_required_level: Your teaching qualifications do not meet the required academic level (level 6).
5959
teaching_transcript_illegible: Your teaching qualification transcript (or translation) is illegible or in a format we cannot accept.
6060
unrecognised_references: Your application contained one or more references we cannot consider.

spec/lib/assessment_factory_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
expect(section.checks).to eq(
113113
%w[
114114
qualifications_meet_level_6_or_equivalent
115-
teaching_qualifications_completed_in_eligible_country
116115
qualified_in_mainstream_education
117116
has_teacher_qualification_certificate
118117
has_teacher_qualification_transcript
@@ -159,7 +158,6 @@
159158
expect(section.checks).to eq(
160159
%w[
161160
qualifications_meet_level_6_or_equivalent
162-
teaching_qualifications_completed_in_eligible_country
163161
qualified_in_mainstream_education
164162
qualified_to_teach_children_11_to_16
165163
teaching_qualification_subjects_criteria

0 commit comments

Comments
 (0)