-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This updates the content for reference emails that we send to applicants and referees.
- Loading branch information
1 parent
0ed930b
commit 1e12586
Showing
14 changed files
with
93 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,35 @@ | ||
Dear <%= @work_history.contact_name %> | ||
|
||
We still need you to confirm some information about <%= application_form_full_name(@application_form) %> as part of their application for qualified teacher status (QTS) in England. | ||
<% if @number_of_reminders_sent == 1 %> | ||
You have just 2 weeks to complete the reference request for <%= application_form_full_name(@application_form) %>. | ||
<% end %> | ||
|
||
We recently contacted you to ask you to help us confirm that the information <%= application_form_full_name(@application_form) %> has provided about their work history and experience is accurate. | ||
<%= application_form_full_name(@application_form) %> has applied for qualified teacher status (QTS) in England. | ||
|
||
Please follow the link below and answer the questions by <%= @reference_request.expires_at.to_date.to_fs(:long_ordinal_uk) %>. If we do not receive your response by this date, it could affect the outcome for the applicant. | ||
<% if @number_of_reminders_sent == 0 %> | ||
We recently asked you to confirm the information they’ve provided about their work history and experience. We have not yet received a response from you. The applicant may not be awarded QTS if we cannot confirm the information they have provided. | ||
<% elsif @number_of_reminders_sent == 1 %> | ||
They have given us your name and email address to confirm the information they’ve provided about their work history and experience. | ||
|
||
The applicant may not be awarded QTS if we cannot confirm the information they have provided. | ||
<% end %> | ||
|
||
# What you need to do | ||
|
||
You need to answer a few questions about <%= application_form_full_name(@application_form) %> by <%= @reference_request.expires_at.to_date.to_fs(:long_ordinal_uk) %>. This should take no longer than 5 minutes. | ||
|
||
Follow the link below to start. | ||
|
||
<%= teacher_interface_reference_request_url(@reference_request.slug) %> | ||
|
||
It should take no longer than 5 minutes. | ||
# About QTS | ||
|
||
QTS is a legal requirement to teach in many English schools, and most schools prefer their teachers to have it. | ||
|
||
<%= application_form_full_name(@application_form) %> has not applied for a job. Having QTS does not guarantee a job or give someone the right to work in England. | ||
|
||
The QTS application allows us to assess a person’s teacher training and experience to understand if they have the skills and qualifications needed to gain QTS in England. | ||
|
||
Kind regards, | ||
The Teacher Qualifications Team (part of the Teaching Regulation Agency) | ||
Teaching Regulation Authority (TRA) | ||
(an executive agency sponsored by the Department for Education, England) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
Dear <%= application_form_full_name(@application_form) %> | ||
|
||
# We’ve contacted the references you provided to verify your work history | ||
We’ve contacted the references you provided to verify the work history information you gave as part of your QTS application. | ||
|
||
As part of your QTS application we’ve contacted the references that you provided. | ||
They need to respond by <%= @reference_requests.first.expires_at.to_date.to_fs(:long_ordinal_uk) %>. If your references do not respond, and, as a result, we cannot verify your work history, we may not be able to award you QTS. | ||
|
||
Once they reply, we’ll review the references and proceed with assessing your application. | ||
Contact them to make sure they have received the request. They may need to check their junk email folder. | ||
|
||
If they have not received the request, email [email protected] | ||
|
||
<%= render "shared/teacher_mailer/footer" %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters