diff --git a/app/controllers/eligibility_interface/work_experience_in_england_controller.rb b/app/controllers/eligibility_interface/work_experience_in_england_controller.rb
index b995d9837e..13347f7bee 100644
--- a/app/controllers/eligibility_interface/work_experience_in_england_controller.rb
+++ b/app/controllers/eligibility_interface/work_experience_in_england_controller.rb
@@ -7,6 +7,7 @@ class WorkExperienceInEnglandController < BaseController
def new
@form =
WorkExperienceInEnglandForm.new(
+ eligibility_check: eligibility_check,
eligible: eligibility_check.eligible_work_experience_in_england,
)
end
diff --git a/app/models/work_history.rb b/app/models/work_history.rb
index 9491e3ba8b..4b97956042 100644
--- a/app/models/work_history.rb
+++ b/app/models/work_history.rb
@@ -132,8 +132,6 @@ def requires_contact_information?
)
end
- private
-
def country_code_england?
CountryCode.england?(country_code)
end
diff --git a/app/views/eligibility_interface/teach_children/new.html.erb b/app/views/eligibility_interface/teach_children/new.html.erb
index 864ced9489..05b14eb805 100644
--- a/app/views/eligibility_interface/teach_children/new.html.erb
+++ b/app/views/eligibility_interface/teach_children/new.html.erb
@@ -10,7 +10,7 @@
if @form.eligibility_check.qualified_for_subject_required? && @eligibility_check.eligible_work_experience_in_england?
hint += "
"
- hint += "You told us you have valid work experience in England. If we cannot confirm this, you will need to prove you are qualified to teach children aged anywhere between 11 and 16 years."
+ hint += "You told us you have valid work experience in England. If we cannot confirm this, you will need to give evidence that you have a subject specialism in mathematics, science or languages and are qualified to teach children who are aged anywhere between 11 and 16 years."
end
%>
diff --git a/app/views/eligibility_interface/work_experience/new.html.erb b/app/views/eligibility_interface/work_experience/new.html.erb
index 8e0c1a6585..437045e2d8 100644
--- a/app/views/eligibility_interface/work_experience/new.html.erb
+++ b/app/views/eligibility_interface/work_experience/new.html.erb
@@ -1,3 +1,18 @@
+<%
+ hint = "
+ Your teaching work experience can be gained in any country but must be from after you qualified as a teacher.
+
+ A recognised teacher is someone who meets all of the following criteria:
+
+ - worked in the role after becoming qualified as a teacher
+ - worked in a school that delivers mandatory education
+ - worked unsupervised with children aged between 5 and 16 years
+ - were solely responsible for planning, preparing, and delivering lessons to at least 4 students at a time
+ - were solely responsible for assessing and reporting on the progress of those students
+
+ ".html_safe
+%>
+
<% content_for :page_title, title_with_error_prefix(t("helpers.legend.eligibility_interface_work_experience_form.work_experience"), error: @form.errors.any?) %>
<% content_for :back_link_url, eligibility_interface_degree_path %>
@@ -9,7 +24,7 @@
EligibilityCheck.work_experiences.keys,
:itself,
legend: { size: "l", tag: "h1" },
- hint: { text: t("helpers.hint.eligibility_interface_work_experience_form.work_experience").html_safe }
+ hint: { text: hint.html_safe }
) %>
<% unless @region.reduced_evidence_accepted %>
diff --git a/app/views/eligibility_interface/work_experience_in_england/new.html.erb b/app/views/eligibility_interface/work_experience_in_england/new.html.erb
index 169862d82b..d1ac72c33e 100644
--- a/app/views/eligibility_interface/work_experience_in_england/new.html.erb
+++ b/app/views/eligibility_interface/work_experience_in_england/new.html.erb
@@ -1,7 +1,7 @@
<%
legend = "Have you worked in a valid educational setting in England within the last 12 months?"
hint = "
- Your application will be prioritised if you have valid educational work experience in England within the last 12 months that we can confirm with your references.
+ Your application will be prioritised #{ 'and subject restrictions will be removed ' if @form.eligibility_check.qualified_for_subject_required? }if you have valid educational work experience in England within the last 12 months that we can confirm with your references.
We will only consider the following settings and roles worked in England within the last 12 months:
diff --git a/app/views/shared/eligible_region_content_components/_proof_of_recognition.html.erb b/app/views/shared/eligible_region_content_components/_proof_of_recognition.html.erb
index 6cf42d979f..68433d17fa 100644
--- a/app/views/shared/eligible_region_content_components/_proof_of_recognition.html.erb
+++ b/app/views/shared/eligible_region_content_components/_proof_of_recognition.html.erb
@@ -145,3 +145,7 @@
<%= raw GovukMarkdown.render(region.country.other_information) %>
<% end %>
<% end %>
+
+
+ Your <%= region_certificate_name(region) %> must be dated within 6 months of you applying for QTS.
+
diff --git a/app/views/teacher_interface/other_england_work_histories/add_another.html.erb b/app/views/teacher_interface/other_england_work_histories/add_another.html.erb
index eaaa5b1f70..3ed371302c 100644
--- a/app/views/teacher_interface/other_england_work_histories/add_another.html.erb
+++ b/app/views/teacher_interface/other_england_work_histories/add_another.html.erb
@@ -8,7 +8,7 @@
<%
hint = "
- Your application will be prioritised if you have valid educational work experience in England within the last 12 months that we can confirm with your references.
+ Your application will be prioritised #{ 'and subject restrictions may be removed ' if @application_form.subject_limited? }if you have valid educational work experience in England within the last 12 months that we can confirm with your references.
We will consider the following settings and roles worked in England within the last 12 months:
diff --git a/app/views/teacher_interface/other_england_work_histories/edit_contact.html.erb b/app/views/teacher_interface/other_england_work_histories/edit_contact.html.erb
index 14379b8b68..2e08653bbd 100644
--- a/app/views/teacher_interface/other_england_work_histories/edit_contact.html.erb
+++ b/app/views/teacher_interface/other_england_work_histories/edit_contact.html.erb
@@ -13,7 +13,7 @@
The person you choose must:
- - be a senior member of staff at this institution (either a headteacher/principal, an assistant/deputy head, or an institution business manager)
+ - be a senior member of staff at this institution (either a headteacher/principal, an assistant/deputy head, a head of department, or an institution business manager)
- be able to provide a reference in English
- only comment on teaching work that you did after becoming a qualified teacher
@@ -23,7 +23,7 @@
<%= govuk_warning_text(text: "You cannot act as your own reference.") %>
<%= govuk_details(summary_text: "Choosing someone to verify this role") do %>
- A senior member of staff means either a headteacher/principal, an assistant/deputy head or an institution business manager.
+ A senior member of staff means either a headteacher/principal, an assistant/deputy head, a head of department, or an institution business manager.
Make sure you have an up-to-date email address for the person you choose, because the reference they provide will be important to your application.
diff --git a/app/views/teacher_interface/other_england_work_histories/edit_meets_criteria.html.erb b/app/views/teacher_interface/other_england_work_histories/edit_meets_criteria.html.erb
index e62ab5649a..d1b2d36fae 100644
--- a/app/views/teacher_interface/other_england_work_histories/edit_meets_criteria.html.erb
+++ b/app/views/teacher_interface/other_england_work_histories/edit_meets_criteria.html.erb
@@ -8,7 +8,7 @@
<%
hint = "
- Your application may be prioritised if you have already told us about work history as a teacher or supply teacher in England within the last 12 months.
+ Your application may be prioritised #{ 'and subject restrictions may be removed ' if @application_form.subject_limited? }if you have already told us about work history as a teacher or supply teacher in England within the last 12 months.
We will also consider the following settings and roles worked in England within the last 12 months:
diff --git a/app/views/teacher_interface/other_england_work_histories/new.html.erb b/app/views/teacher_interface/other_england_work_histories/new.html.erb
index 8705e0cfc3..3013db5a40 100644
--- a/app/views/teacher_interface/other_england_work_histories/new.html.erb
+++ b/app/views/teacher_interface/other_england_work_histories/new.html.erb
@@ -1,4 +1,4 @@
-<% content_for :page_title, title_with_error_prefix(t("application_form.other_england_work_history.school.heading.#{@work_history.locale_key}"), error: @form.errors.any?) %>
+<% content_for :page_title, title_with_error_prefix(t("application_form.other_england_work_history.school.#{@work_history.initial_other_england_educational_role_by_user? ? 'first' : 'others'}.heading"), error: @form.errors.any?) %>
<% content_for :back_link_url, back_history_path(default: teacher_interface_application_form_other_england_work_histories_path) %>
<%= render "school_form", form: @form %>
diff --git a/app/views/teacher_interface/uploads/new.html.erb b/app/views/teacher_interface/uploads/new.html.erb
index d6ce6a777b..fe39908d91 100644
--- a/app/views/teacher_interface/uploads/new.html.erb
+++ b/app/views/teacher_interface/uploads/new.html.erb
@@ -148,7 +148,7 @@
- <%= requirement %>
<% end %>
- This written confirmation must be dated within 6 months of you applying for QTS.
+ <%= govuk_warning_text(text: "This written confirmation must be dated within 6 months of you applying for QTS.") %>
<% if @application_form.region.status_check_written? %>
<% if @application_form.region.status_information.present? %>
diff --git a/app/views/teacher_interface/work_histories/_school_form.html.erb b/app/views/teacher_interface/work_histories/_school_form.html.erb
index c9491a3e66..a9a7d4def2 100644
--- a/app/views/teacher_interface/work_histories/_school_form.html.erb
+++ b/app/views/teacher_interface/work_histories/_school_form.html.erb
@@ -21,6 +21,12 @@
- solely responsible for assessing and reporting on the progress of those students
+ <% if form.work_history.application_form.includes_prioritisation_features %>
+
+ Only include your roles as a teacher that meet the above requirements here. We’ll ask about other educational work experience gained in England later, for example, as a cover supervisor, teaching assistant, lecturer or tutor.
+
+ <% end %>
+
<%= govuk_warning_text(text: "Any teaching work experience gained before you were qualified as a teacher will not be considered.") %>
<% unless form.work_history.application_form.reduced_evidence_accepted %>
diff --git a/app/views/teacher_interface/work_histories/edit_contact.html.erb b/app/views/teacher_interface/work_histories/edit_contact.html.erb
index 5edc70585c..b4e897add1 100644
--- a/app/views/teacher_interface/work_histories/edit_contact.html.erb
+++ b/app/views/teacher_interface/work_histories/edit_contact.html.erb
@@ -13,7 +13,7 @@
The person you choose must:
- - be a senior member of staff at this school (either a headteacher/principal, an assistant/deputy head, or a school business manager)
+ - be a senior member of staff at this school (either a headteacher/principal, an assistant/deputy head, or a school business manager)<%= ", we will also accept a head of department for schools in England" if @form.work_history.country_code_england? %>
- be able to provide a reference in English
- only comment on teaching work that you did after becoming a qualified teacher
@@ -24,7 +24,7 @@
<%= govuk_details(summary_text: "Choosing someone to verify this role") do %>
- A senior member of staff means either a headteacher/principal, an assistant/deputy head or a school business manager.
+ A senior member of staff means either a headteacher/principal, an assistant/deputy head or a school business manager. <%= "We will also accept a head of department for schools in England." if @form.work_history.country_code_england? %>
Make sure you have an up-to-date email address for the person you choose, because the reference they provide will be important to your application.
diff --git a/config/locales/helpers.en.yml b/config/locales/helpers.en.yml
index 35838ddb4c..05b0fc069d 100644
--- a/config/locales/helpers.en.yml
+++ b/config/locales/helpers.en.yml
@@ -30,8 +30,6 @@ en:
location: This means you have all the qualifications needed to teach in a state school.
You’ll need to show that you completed your teaching training at level 6 or equivalent in the country that you select.
eligibility_interface_region_form:
region_id: This means you have all the qualifications needed to teach in a state school.
You’ll need to show that you completed your teaching training at level 6 or equivalent in the country that you select.
- eligibility_interface_work_experience_form:
- work_experience: Your teaching work experience can be gained in any country but must be from after you qualified as a teacher.
teacher:
email: We’ll use this to send you an email with a link to continue with your QTS application. Do not use a work or university email that you might lose access to.
teacher_interface_add_another_qualification_form:
@@ -75,6 +73,7 @@ en:
hours_per_week: This means all the hours you spent working per week for this role (not just the hours you spent teaching students). In roles where you worked under 30 hours per week we may need to ask for more information when we assess your application.
start_date: For example, 3 2020, If you cannot remember the exact month or year, enter an estimate.
end_date: For example, 3 2020, If you cannot remember the exact month or year, enter an estimate.
+ job: This is the job title for your role as a teacher that meets the requirements above. This does not include cover supervisor, teaching assistant, lecturer or tutor roles.
teacher_interface_other_england_work_history_school_form:
postcode: This helps assessors to verify the institution you worked in.
school_website: If this institution does not have a webpage, the assessor may need to ask you for further information to verify it.
diff --git a/config/locales/teacher_interface.en.yml b/config/locales/teacher_interface.en.yml
index de60b9a149..882c00b299 100644
--- a/config/locales/teacher_interface.en.yml
+++ b/config/locales/teacher_interface.en.yml
@@ -211,12 +211,12 @@ en:
heading: What subjects are you qualified to teach?
hint: Enter up to 3 subjects. The assessor will compare what you enter to the subjects that appear on the curriculum in England.
work_history:
- current_or_most_recent_role: Your current or most recent role
- previous_role: Previous role
+ current_or_most_recent_role: Your current or most recent role as a teacher
+ previous_role: Previous role as a teacher
school:
heading:
- current_or_most_recent_role: Add your current or most recent role
- previous_role: Add another role
+ current_or_most_recent_role: Add your current or most recent role as a teacher
+ previous_role: Add another role as a teacher
contact:
heading: Who should we contact to verify this role?
other_england_work_history:
diff --git a/spec/helpers/work_history_helper_spec.rb b/spec/helpers/work_history_helper_spec.rb
index 4bcb0b8c7c..4fe55ba1b6 100644
--- a/spec/helpers/work_history_helper_spec.rb
+++ b/spec/helpers/work_history_helper_spec.rb
@@ -8,7 +8,7 @@
let(:work_history) { build(:work_history) }
- it { is_expected.to eq("Your current or most recent role") }
+ it { is_expected.to eq("Your current or most recent role as a teacher") }
context "with a school name" do
before { work_history.school_name = "Name" }