Skip to content

Commit

Permalink
Update award email and page content
Browse files Browse the repository at this point in the history
This updates the content of the award email and the page teachers see
after they sign in, to clarify some of the next steps and to include a
link to the access your teaching qualifications service.
  • Loading branch information
thomasleese committed Sep 13, 2023
1 parent 9cd1c15 commit b5b2f20
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,42 @@
<h2 class="govuk-heading-l">Your QTS application was successful</h2>

<p class="govuk-body">As someone with qualified teacher status, you’ve been assigned a teacher reference number (TRN).</p>
<p class="govuk-body">Your application <%= view_object.application_form.reference %> has been reviewed and you have been awarded qualified teacher status.</p>

<p class="govuk-body">Your TRN is:</p>
<%= govuk_inset_text(text: view_object.teacher.trn) %>
<h3 class="govuk-heading-m">Access your QTS certificate and teacher reference number (TRN)</h3>

<h3 class="govuk-heading-m">Next steps</h3>
<p class="govuk-body">You can now get your QTS certificate and teacher reference number (TRN). You will need both of these to be recognised in the education sector in England.</p>

<p class="govuk-body">To download a PDF of your QTS certificate and find your date of recognition, visit:</p>
<p class="govuk-body"><%= govuk_link_to "https://www.gov.uk/guidance/teacher-self-service-portal", "https://www.gov.uk/guidance/teacher-self-service-portal" %></p>
<p class="govuk-body">You can access these at: <%= govuk_link_to nil, view_object.teacher.access_your_teaching_qualifications_url.presence || "https://access-your-teaching-qualifications.education.gov.uk" %></p>

<p class="govuk-body">You will be asked to create a Department for Education (DfE) Identity account to log in.</p>

<h3 class="govuk-heading-m">About DfE Identity accounts</h3>

<p class="govuk-body">You’ll need your name and mobile phone number (for account security only) to create an account. Your DfE Identity account can be used to:</p>

<ul class="govuk-list govuk-list--bullet">
<li>access your teaching qualifications, for example your QTS certification (to show employers evidence of your teaching service)</li>
<li>get your teacher reference number (TRN) (7 digit number that identifies you in the education sector in England)</li>
<li>sign into different DfE teacher services</li>
<li>update your details</li>
</ul>

<h3 class="govuk-heading-m">Find out more about teaching in England</h3>

<p class="govuk-body">There’s more information about coming to teach in England at <%= govuk_link_to "Get Into Teaching", "https://getintoteaching.education.gov.uk/non-uk-teachers" %>.</p>
<p class="govuk-body">There is more information available about coming to teach in England at <%= govuk_link_to "Get into Teaching", "https://getintoteaching.education.gov.uk/non-uk-teachers" %>.</p>

<p class="govuk-body">The Get into Teaching website also offers <%= govuk_link_to "help and support", "https://getintoteaching.education.gov.uk/help-and-support" %>.</p>

<p class="govuk-body">You may be eligible to receive help from a return to teaching adviser. They can give you one-to-one support with applications and applying for interviews. They cannot provide visa advice or offer you a teaching role in England. To register for support you will need your TRN. Find out more: <%= govuk_link_to nil, "https://getintoteaching.education.gov.uk/teacher-training-adviser/sign_up/identity" %>.</p>

<h3 class="govuk-heading-m">Search for a job in teaching</h3>
<h3 class="govuk-heading-m">Search for a teaching job in England</h3>

<p class="govuk-body">You can search for a teaching job using <%= govuk_link_to "Teaching Vacancies", "https://teaching-vacancies.service.gov.uk" %>. It’s the official government service that schools use to list their teaching roles. You can also sign up to alerts for the latest jobs matching your key search criteria.</p>
<p class="govuk-body">You can search for a job in teaching through the government’s official <%= govuk_link_to "Teaching Vacancies service", "https://teaching-vacancies.service.gov.uk" %>.</p>

<h3 class="govuk-heading-m">Get support with your application</h3>
<p class="govuk-body">The service is free and is used by English schools to list their teaching roles. As well as applying for jobs you can:</p>

<p class="govuk-body">If you’re applying for a secondary school maths, physics or modern foreign languages teaching role in England, use the Get into Teaching service for one-to-one support with your application through <%= govuk_link_to "Get an advisor", "https://adviser-getintoteaching.education.gov.uk" %>.</p>
<p class="govuk-body">Your adviser can help with writing a personal statement, preparing for an interview and accessing courses to enhance your subject knowledge.</p>
<ul class="govuk-list govuk-list--bullet">
<li>set up job alerts</li>
<li>create a profile which allows schools to find and invite you to apply for their jobs</li>
<li>read advice for jobseekers</li>
</ul>
37 changes: 33 additions & 4 deletions app/views/teacher_mailer/application_awarded.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,43 @@ Dear <%= application_form_full_name(@application_form) %>

# Your QTS application was successful

<%= render "shared/teacher_mailer/reference_number" %>
We’re pleased to tell you that your application <%= @application_form.reference %> has been reviewed and you have been awarded qualified teacher status.

## Access your QTS certificate and teacher reference number (TRN)

You can now get your QTS certificate and teacher reference number (TRN). You will need both of these to be recognised in the education sector in England.

You can access these at: <%= @application_form.teacher.access_your_teaching_qualifications_url.presence || "https://access-your-teaching-qualifications.education.gov.uk" %>

You will be asked to create a Department for Education (DfE) Identity account to log in.

## About DfE Identity accounts

You’ll need your name and mobile phone number (for account security only) to create an account. Your DfE Identity account can be used to:

- access your teaching qualifications, for example your QTS certification (to show employers evidence of your teaching service)
- get your teacher reference number (TRN) (7 digit number that identifies you in the education sector in England)
- sign into different DfE teacher services
- update your details

We’re pleased to tell you that the assessor has now completed their review of your application and you’ve been awarded qualified teacher status (QTS).

# What happens next
## Find out more about teaching in England

There is more information available about coming to teach in England at [Get into Teaching](https://getintoteaching.education.gov.uk/non-uk-teachers).

The Get into Teaching website also offers [help and support](https://getintoteaching.education.gov.uk/help-and-support).

You may be eligible to receive help from a return to teaching adviser. They can give you one-to-one support with applications and applying for interviews. They cannot provide visa advice or offer you a teaching role in England. To register for support you will need your TRN. Find out more: https://getintoteaching.education.gov.uk/teacher-training-adviser/sign_up/identity

## Search for a teaching job in England

You can search for a job in teaching through the government’s official [Teaching Vacancies service](https://teaching-vacancies.service.gov.uk).

You can sign in to get your Teacher Reference Number (TRN) and get some guidance about your next steps:
The service is free and is used by English schools to list their teaching roles. As well as applying for jobs you can:

<%= new_teacher_session_url %>
- set up job alerts
- create a profile which allows schools to find and invite you to apply for their jobs
- read advice for jobseekers

<%= render "shared/teacher_mailer/footer" %>
6 changes: 5 additions & 1 deletion spec/views/teacher_interface/application_forms_show_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
let(:application_form) { create(:application_form, :awarded, teacher:) }

it { is_expected.to match(/Your QTS application was successful/) }
it { is_expected.to match(/ABCDEF/) }
it do
is_expected.to match(
/You can now get your QTS certificate and teacher reference number/,
)
end
end

context "when declined" do
Expand Down

0 comments on commit b5b2f20

Please sign in to comment.