From dd02c281b514562361a22244c8568322df1e91e5 Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Tue, 14 May 2024 14:50:06 +0100 Subject: [PATCH 01/26] Create salaries.yml and begin population --- .../teacher-pay-and-benefits.md | 32 +++++----- config/values/salaries.yml | 64 ++++++++++++++++++- 2 files changed, 77 insertions(+), 19 deletions(-) diff --git a/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md b/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md index 9158f483d5..d76f84527d 100644 --- a/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md +++ b/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md @@ -56,15 +56,15 @@ If you’re a primary or secondary teacher in England, your salary will depend o The pay ranges below apply to maintained schools (schools funded by local authorities). -Non-maintained schools (for example, academies, independent schools and private schools) can set their own pay, but often follow these pay ranges. +Non-maintained schools (for example, academies, independent schools and private schools) can set their own pay, but often follow these pay ranges. -Figures apply from 1 September 2023. +Figures apply from $salaries_date_applies-from$. ## Primary and secondary teacher salary -If you have [qualified teacher status (QTS)](/train-to-be-a-teacher/what-is-qts), you’ll get a minimum starting salary of £30,000 (or more in London) as a primary or secondary school teacher in England. +If you have [qualified teacher status (QTS)](/train-to-be-a-teacher/what-is-qts), you’ll get a minimum starting salary of £30,000 (or more in London) as a primary or secondary school teacher in England. -Your salary will be reviewed every year, with most teachers moving up the pay range annually. This will depend on your school’s performance management arrangements. +Your salary will be reviewed every year, with most teachers moving up the pay range annually. This will depend on your school’s performance management arrangements. A typical teacher could earn at least £41,333 (or more in London) within 5 years. @@ -79,13 +79,13 @@ A typical teacher could earn at least £41,333 (or more in London) within 5 year ### Additional payments -You may also receive additional payments on top of your regular salary for taking on extra responsibilities. +You may also receive additional payments on top of your regular salary for taking on extra responsibilities. -This could be a one-off payment for a specific project, for example, creating a timetable. +This could be a one-off payment for a specific project, for example, creating a timetable. -Or it might be an extra responsibility attached to your job role, for example, being the head of department. +Or it might be an extra responsibility attached to your job role, for example, being the head of department. -Depending on your responsibilities, you could earn up to an extra £15,690. Your school will determine how much you receive. +Depending on your responsibilities, you could earn up to an extra £15,690. Your school will determine how much you receive. @@ -98,21 +98,21 @@ Some schools also have a leading practitioner pay range for teachers with exempl What this will involve will depend on your school, but could include: * coaching and mentoring other teachers, including trainees and early career teachers -* undertaking a national professional qualification (NPQ) +* undertaking a national professional qualification (NPQ) * supporting your school with plans to reduce workload | Area | Minimum | Maximum | | ------- | ----- | ----- | -| England (excluding London) | £47,417 | £72,085 | -| London fringe | £48,723 | £73,393 | -| Outer London | £51,179 | £75,850 | -| Inner London | £56,377 | £81,051 | +| England (excluding London) | $salaries_leading-practitioner_england-min$ | $salaries_leading-practitioner_england-max$ | +| London fringe | $salaries_leading-practitioner_london-fringe-min$ | $salaries_leading-practitioner_london-fringe-max$ | +| Outer London | $salaries_leading-practitioner_outer-london-min$ | $salaries_leading-practitioner_outer-london-max$ | +| Inner London | $salaries_leading-practitioner_inner-london-min$ | $salaries_leading-practitioner_inner-london-max$ | ### Headteacher salary You could also go into a leadership position, such as a headteacher. -A headteacher is the most senior person in a school. They are ultimately responsible for all teachers and pupils. +A headteacher is the most senior person in a school. They are ultimately responsible for all teachers and pupils. Their role is wide ranging, but includes leading and motivating teachers, and ensuring all pupils get a good education. @@ -127,7 +127,7 @@ Find out more about [how to move up the career ladder in teaching](/is-teaching- ## If you do not have qualified teacher status (QTS) -You need qualified teacher status (QTS) to work in maintained primary, secondary and special schools in England. +You need qualified teacher status (QTS) to work in maintained primary, secondary and special schools in England. If you do not have QTS (for example, if you just have a PGCE), you can work in some schools as an unqualified teacher. @@ -148,7 +148,7 @@ Or find out how you can earn an unqualified teacher salary while training to get ## Holidays -You'll get more days holiday than people in many other professions. In school, full-time teachers work 195 days per year. +You'll get more days holiday than people in many other professions. In school, full-time teachers work 195 days per year. For comparison, you'd work 227 days per year (on average) if you worked full time in an office. diff --git a/config/values/salaries.yml b/config/values/salaries.yml index 95b21789e5..b6818e9122 100644 --- a/config/values/salaries.yml +++ b/config/values/salaries.yml @@ -1,5 +1,63 @@ +salaries_date_applies-from: 1 September 2023 salaries: - example: + leading-practitioner: + england-min: £47,417 + england-max: £72,085 + london-fringe-min: £48,723 + london-fringe-max: £73,393 + outer-london-min: £51,179 + outer-london-max: £75,850 + inner-london-min: £56,377 + inner-london-max: £81,051 +## implemented above line + starting: min: £30,000 - -salaries_example_max: £41k + max: £41,000 + min-shortened: £30k + max-shortened: £41k + max-within-5-years: £41,333 + qualified-teacher: + england-min: £30,000 + england-max: £46,525 + london-fringe-min: £31,350 + london-fringe-max: £47,839 + outer-london-min: £34,514 + outer-london-max: £51,179 + inner-london-min: £36,745 + inner-london-max: £56,959 + headteacher: + min-shortened: £53k + max-shortened: £139k + england-min: £53,380 + england-max: £131,056 + london-fringe-min: £54,685 + london-fringe-max: £132,352 + outer-london-min: £57,124 + outer-london-max: £134,765 + inner-london-min: £62,304 + inner-london-max: £139,891 + unqualified-teacher: + england-min: £20,598 + england-max: £32,134 + london-fringe-min: £21,933 + london-fringe-max: £33,464 + outer-london-min: £24,415 + outer-london-max: £35,954 + inner-london-min: £25,831 + inner-london-max: £37,362 + TLR: + salary-with-tlr: £43k + maximum-value: £15,000 + skilled-worker-visa-minimum-salary-full-time-training: + inner-london: £25,831 + outer-london: £24,415 + london-fringe: £23,200 + rest-of-england: £23,200 + skilled-worker-visa-minimum-salary-part-time-training: + rest-of-england: £23,200 + skiller-worker-visa-minimum-qualified-teacher: + inner-london: £36,745 + outer-london: £34,514 + london-fringe: £31,350 + rest-of-england: £30,000 +salaries_average_shortened: £40k From 9422e59977fa7a566a878337e60a038953113f9b Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Tue, 4 Jun 2024 16:31:38 +0100 Subject: [PATCH 02/26] amend to reflect new naming convention --- .../teacher-pay-and-benefits.md | 10 +- config/values/salaries.yml | 110 +++++++++--------- 2 files changed, 60 insertions(+), 60 deletions(-) diff --git a/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md b/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md index d76f84527d..21ce3f58d5 100644 --- a/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md +++ b/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md @@ -58,7 +58,7 @@ The pay ranges below apply to maintained schools (schools funded by local author Non-maintained schools (for example, academies, independent schools and private schools) can set their own pay, but often follow these pay ranges. -Figures apply from $salaries_date_applies-from$. +Figures apply from $salaries_date_appliesfrom$. ## Primary and secondary teacher salary @@ -103,10 +103,10 @@ What this will involve will depend on your school, but could include: | Area | Minimum | Maximum | | ------- | ----- | ----- | -| England (excluding London) | $salaries_leading-practitioner_england-min$ | $salaries_leading-practitioner_england-max$ | -| London fringe | $salaries_leading-practitioner_london-fringe-min$ | $salaries_leading-practitioner_london-fringe-max$ | -| Outer London | $salaries_leading-practitioner_outer-london-min$ | $salaries_leading-practitioner_outer-london-max$ | -| Inner London | $salaries_leading-practitioner_inner-london-min$ | $salaries_leading-practitioner_inner-london-max$ | +| England (excluding London) | $salaries_leadingpractitioner_englandmin$ | $salaries_leadingpractitioner_englandmax$ | +| London fringe | $salaries_leadingpractitioner_londonfringemin$ | $salaries_leadingpractitioner_londonfringemax$ | +| Outer London | $salaries_leadingpractitioner_outerlondonmin$ | $salaries_leadingpractitioner_outerlondonmax$ | +| Inner London | $salaries_leadingpractitioner_innerlondonmin$ | $salaries_leadingpractitioner_innerlondonmax$ | ### Headteacher salary diff --git a/config/values/salaries.yml b/config/values/salaries.yml index b6818e9122..2ff9d74a6d 100644 --- a/config/values/salaries.yml +++ b/config/values/salaries.yml @@ -1,63 +1,63 @@ -salaries_date_applies-from: 1 September 2023 +salaries_date_appliesfrom: 1 September 2023 salaries: - leading-practitioner: - england-min: £47,417 - england-max: £72,085 - london-fringe-min: £48,723 - london-fringe-max: £73,393 - outer-london-min: £51,179 - outer-london-max: £75,850 - inner-london-min: £56,377 - inner-london-max: £81,051 + leadingpractitioner: + englandmin: £47,417 + englandmax: £72,085 + londonfringemin: £48,723 + londonfringemax: £73,393 + outerlondonmin: £51,179 + outerlondonmax: £75,850 + innerlondonmin: £56,377 + innerlondonmax: £81,051 ## implemented above line starting: min: £30,000 max: £41,000 - min-shortened: £30k - max-shortened: £41k - max-within-5-years: £41,333 - qualified-teacher: - england-min: £30,000 - england-max: £46,525 - london-fringe-min: £31,350 - london-fringe-max: £47,839 - outer-london-min: £34,514 - outer-london-max: £51,179 - inner-london-min: £36,745 - inner-london-max: £56,959 + minshortened: £30k + maxshortened: £41k + maxwithin5years: £41,333 + qualifiedteacher: + englandmin: £30,000 + englandmax: £46,525 + londonfringemin: £31,350 + londonfringemax: £47,839 + outerlondonmin: £34,514 + outerlondonmax: £51,179 + innerlondonmin: £36,745 + innerlondonmax: £56,959 headteacher: - min-shortened: £53k - max-shortened: £139k - england-min: £53,380 - england-max: £131,056 - london-fringe-min: £54,685 - london-fringe-max: £132,352 - outer-london-min: £57,124 - outer-london-max: £134,765 - inner-london-min: £62,304 - inner-london-max: £139,891 - unqualified-teacher: - england-min: £20,598 - england-max: £32,134 - london-fringe-min: £21,933 - london-fringe-max: £33,464 - outer-london-min: £24,415 - outer-london-max: £35,954 - inner-london-min: £25,831 - inner-london-max: £37,362 + minshortened: £53k + maxshortened: £139k + englandmin: £53,380 + englandmax: £131,056 + londonfringemin: £54,685 + londonfringemax: £132,352 + outerlondonmin: £57,124 + outerlondonmax: £134,765 + innerlondonmin: £62,304 + innerlondonmax: £139,891 + unqualifiedteacher: + englandmin: £20,598 + englandmax: £32,134 + londonfringemin: £21,933 + londonfringemax: £33,464 + outerlondonmin: £24,415 + outerlondonmax: £35,954 + innerlondonmin: £25,831 + innerlondonmax: £37,362 TLR: - salary-with-tlr: £43k - maximum-value: £15,000 - skilled-worker-visa-minimum-salary-full-time-training: - inner-london: £25,831 - outer-london: £24,415 - london-fringe: £23,200 - rest-of-england: £23,200 - skilled-worker-visa-minimum-salary-part-time-training: - rest-of-england: £23,200 - skiller-worker-visa-minimum-qualified-teacher: - inner-london: £36,745 - outer-london: £34,514 - london-fringe: £31,350 - rest-of-england: £30,000 + salarywithtlr: £43k + maximumvalue: £15,000 + skilledworkervisaminimumsalaryft: + innerlondon: £25,831 + outerlondon: £24,415 + londonfringe: £23,200 + restofengland: £23,200 + skilledworkervisaminimumsalarypt: + restofengland: £23,200 + skillerworkervisaminimumqualifiedteacher: + innerlondon: £36,745 + outerlondon: £34,514 + londonfringe: £31,350 + restofengland: £30,000 salaries_average_shortened: £40k From 208982578c44ce966dfd50c05595dc621f207c4c Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Tue, 4 Jun 2024 16:37:21 +0100 Subject: [PATCH 03/26] decapitalise TLR --- config/values/salaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/values/salaries.yml b/config/values/salaries.yml index 2ff9d74a6d..57d2dd92dd 100644 --- a/config/values/salaries.yml +++ b/config/values/salaries.yml @@ -45,7 +45,7 @@ salaries: outerlondonmax: £35,954 innerlondonmin: £25,831 innerlondonmax: £37,362 - TLR: + tlr: salarywithtlr: £43k maximumvalue: £15,000 skilledworkervisaminimumsalaryft: From 2226c979a36a809fb2af10d52ca769bcb0a7a12f Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Tue, 11 Jun 2024 11:14:16 +0100 Subject: [PATCH 04/26] implement comments --- config/values/salaries.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/config/values/salaries.yml b/config/values/salaries.yml index 57d2dd92dd..6836521c3b 100644 --- a/config/values/salaries.yml +++ b/config/values/salaries.yml @@ -12,10 +12,13 @@ salaries: ## implemented above line starting: min: £30,000 - max: £41,000 minshortened: £30k + fiveyears: + max: £41,333 + maxrounded: £41,000 maxshortened: £41k - maxwithin5years: £41,333 + average: + classroomshortened: £40k qualifiedteacher: englandmin: £30,000 englandmax: £46,525 @@ -47,17 +50,18 @@ salaries: innerlondonmax: £37,362 tlr: salarywithtlr: £43k - maximumvalue: £15,000 - skilledworkervisaminimumsalaryft: + maximumrounded: £15,000 + max: £15,690 + skilledworkervisatraineeminfulltime: innerlondon: £25,831 outerlondon: £24,415 londonfringe: £23,200 restofengland: £23,200 - skilledworkervisaminimumsalarypt: + skilledworkervisatraineeminparttime: restofengland: £23,200 - skillerworkervisaminimumqualifiedteacher: + skilledworkervisateacherminfulltime: innerlondon: £36,745 outerlondon: £34,514 londonfringe: £31,350 restofengland: £30,000 -salaries_average_shortened: £40k + skilledworkervisateacherminparttime: £23,200 \ No newline at end of file From f08f0ebef91f273eff1a86db38cbcac851b33bf8 Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Tue, 11 Jun 2024 11:45:06 +0100 Subject: [PATCH 05/26] Update salaries.yml --- config/values/salaries.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/values/salaries.yml b/config/values/salaries.yml index 6836521c3b..5f0045b5eb 100644 --- a/config/values/salaries.yml +++ b/config/values/salaries.yml @@ -1,5 +1,6 @@ salaries_date_appliesfrom: 1 September 2023 salaries: +# Detailed salaries leadingpractitioner: englandmin: £47,417 englandmax: £72,085 @@ -10,6 +11,7 @@ salaries: innerlondonmin: £56,377 innerlondonmax: £81,051 ## implemented above line +# Summary salaries starting: min: £30,000 minshortened: £30k @@ -19,6 +21,7 @@ salaries: maxshortened: £41k average: classroomshortened: £40k +# Detailed salaries qualifiedteacher: englandmin: £30,000 englandmax: £46,525 @@ -48,10 +51,12 @@ salaries: outerlondonmax: £35,954 innerlondonmin: £25,831 innerlondonmax: £37,362 +# Additional payments tlr: salarywithtlr: £43k maximumrounded: £15,000 max: £15,690 +# Non-UK salary thresholds skilledworkervisatraineeminfulltime: innerlondon: £25,831 outerlondon: £24,415 From 20004611d942bd5f639748c1735c8fa785724ea3 Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Tue, 11 Jun 2024 12:10:45 +0100 Subject: [PATCH 06/26] reintroduce example values --- config/values/salaries.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/values/salaries.yml b/config/values/salaries.yml index 5f0045b5eb..a4781b3e87 100644 --- a/config/values/salaries.yml +++ b/config/values/salaries.yml @@ -69,4 +69,8 @@ salaries: outerlondon: £34,514 londonfringe: £31,350 restofengland: £30,000 - skilledworkervisateacherminparttime: £23,200 \ No newline at end of file + skilledworkervisateacherminparttime: £23,200 +# Example variables - used in documentation + example: + min: £30,000 +salaries_example_max: £41k \ No newline at end of file From 9ef32a84c859dd8f11d1a2d11e49706a196b2056 Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Fri, 14 Jun 2024 12:13:42 +0100 Subject: [PATCH 07/26] Implement-headteacher-salaries --- .../teacher-pay-and-benefits.md | 8 +++---- .../content/landing/careers/_content.html.erb | 2 +- .../content/landing/grow/_content.html.erb | 2 +- .../_content.html.erb | 2 +- .../what-teaching-taught-me/_content.html.erb | 2 +- config/values/salaries.yml | 23 ++++++++++--------- 6 files changed, 20 insertions(+), 19 deletions(-) diff --git a/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md b/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md index 21ce3f58d5..687fde0fb9 100644 --- a/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md +++ b/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md @@ -118,10 +118,10 @@ Their role is wide ranging, but includes leading and motivating teachers, and en | Area | Minimum | Maximum | | ------- | ----- | ----- | -| England (excluding London) | £53,380 | £131,056 | -| London fringe | £54,685 | £132,352 | -| Outer London | £57,124 | £134,765 | -| Inner London | £62,304 | £139,891 | +| England (excluding London) | $salaries_headteacher_englandmin$ | $salaries_headteacher_englandmax$ | +| London fringe | $salaries_headteacher_londonfringemin$ | $salaries_headteacher_londonfringemax$ | +| Outer London | $salaries_headteacher_outerlondonmin$ | $salaries_headteacher_outerlondonmax$ | +| Inner London | $salaries_headteacher_innerlondonmin$ | $salaries_headteacher_innerlondonmax$ | Find out more about [how to move up the career ladder in teaching](/is-teaching-right-for-me/career-progression). diff --git a/app/views/content/landing/careers/_content.html.erb b/app/views/content/landing/careers/_content.html.erb index 4f515e2a72..efec28fa9b 100644 --- a/app/views/content/landing/careers/_content.html.erb +++ b/app/views/content/landing/careers/_content.html.erb @@ -41,7 +41,7 @@
  • most teachers get a pay rise every year, depending on your school. You could earn over £41k within 5 years
  • you may get extra payments for taking on more responsibilities, for example creating a timetable or becoming head of a department
  • -
  • as a headteacher you can expect to earn between £53k to £139k depending on your location and school
  • +
  • as a headteacher you can expect to earn between £<%= v :salaries_headteacher_minshortened %> to £<%= v :salaries_headteacher_maxshortened %> depending on your location and school

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

diff --git a/app/views/content/landing/grow/_content.html.erb b/app/views/content/landing/grow/_content.html.erb index 509acbec82..5fb326d205 100644 --- a/app/views/content/landing/grow/_content.html.erb +++ b/app/views/content/landing/grow/_content.html.erb @@ -58,7 +58,7 @@
  • your salary is reviewed annually - most teachers get a pay rise every year, depending on your school. You could earn over £41k within 5 years
  • you may get extra payments for taking on additional responsibilities, for example creating a timetable or becoming head of a department
  • -
  • as a headteacher you can expect to earn between £53k to £139k depending on your location and school
  • +
  • as a headteacher you can expect to earn between £<%= v :salaries_headteacher_minshortened %> to £<%= v :salaries_headteacher_maxshortened %> depending on your location and school

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

diff --git a/app/views/content/landing/how-much-do-teachers-get-paid/_content.html.erb b/app/views/content/landing/how-much-do-teachers-get-paid/_content.html.erb index 50fd86da3c..4cd2508d91 100644 --- a/app/views/content/landing/how-much-do-teachers-get-paid/_content.html.erb +++ b/app/views/content/landing/how-much-do-teachers-get-paid/_content.html.erb @@ -9,7 +9,7 @@
  • teachers who make a sustained contribution to their school could expect to earn over £43k
  • -
  • headteachers are usually the highest paid people in a school and could expect to earn around £53k to £139k depending on the school and location
  • +
  • headteachers are usually the highest paid people in a school and could expect to earn around £<%= v :salaries_headteacher_minshortened %> to £<%= v :salaries_headteacher_maxshortened %> depending on the school and location

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

diff --git a/app/views/content/landing/what-teaching-taught-me/_content.html.erb b/app/views/content/landing/what-teaching-taught-me/_content.html.erb index 6854213254..d5daf9a5a5 100644 --- a/app/views/content/landing/what-teaching-taught-me/_content.html.erb +++ b/app/views/content/landing/what-teaching-taught-me/_content.html.erb @@ -51,7 +51,7 @@
  • your salary is reviewed annually - most teachers get a pay rise every year, depending on your school. You could earn over £41k within 5 years.
  • you may get extra payments for taking on additional responsibilities, for example creating a timetable or becoming head of a department.
  • -
  • as a headteacher you can expect to earn between £53k to £139k depending on your location and school.
  • +
  • as a headteacher you can expect to earn between £<%= v :salaries_headteacher_minshortened %> to £<%= v :salaries_headteacher_maxshortened %> depending on your location and school.

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

diff --git a/config/values/salaries.yml b/config/values/salaries.yml index a4781b3e87..d32ae36305 100644 --- a/config/values/salaries.yml +++ b/config/values/salaries.yml @@ -10,6 +10,17 @@ salaries: outerlondonmax: £75,850 innerlondonmin: £56,377 innerlondonmax: £81,051 + headteacher: + minshortened: £53k + maxshortened: £139k + englandmin: £53,380 + englandmax: £131,056 + londonfringemin: £54,685 + londonfringemax: £132,352 + outerlondonmin: £57,124 + outerlondonmax: £134,765 + innerlondonmin: £62,304 + innerlondonmax: £139,891 ## implemented above line # Summary salaries starting: @@ -31,17 +42,7 @@ salaries: outerlondonmax: £51,179 innerlondonmin: £36,745 innerlondonmax: £56,959 - headteacher: - minshortened: £53k - maxshortened: £139k - englandmin: £53,380 - englandmax: £131,056 - londonfringemin: £54,685 - londonfringemax: £132,352 - outerlondonmin: £57,124 - outerlondonmax: £134,765 - innerlondonmin: £62,304 - innerlondonmax: £139,891 + unqualifiedteacher: englandmin: £20,598 englandmax: £32,134 From 67817d6aeda381439d6627b42e45eeee7d492640 Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Fri, 14 Jun 2024 12:14:35 +0100 Subject: [PATCH 08/26] Update salaries.yml --- config/values/salaries.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/values/salaries.yml b/config/values/salaries.yml index d32ae36305..07c1324cab 100644 --- a/config/values/salaries.yml +++ b/config/values/salaries.yml @@ -42,7 +42,6 @@ salaries: outerlondonmax: £51,179 innerlondonmin: £36,745 innerlondonmax: £56,959 - unqualifiedteacher: englandmin: £20,598 englandmax: £32,134 From 6949103ce632ad79843588d3bfe1e2ffaf5c1a8c Mon Sep 17 00:00:00 2001 From: MylesJarvis <35870975+MylesJarvis@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:49:21 +0100 Subject: [PATCH 09/26] =?UTF-8?q?Remove=20=C2=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/content/landing/careers/_content.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/careers/_content.html.erb b/app/views/content/landing/careers/_content.html.erb index efec28fa9b..7c99d912e8 100644 --- a/app/views/content/landing/careers/_content.html.erb +++ b/app/views/content/landing/careers/_content.html.erb @@ -41,7 +41,7 @@
  • most teachers get a pay rise every year, depending on your school. You could earn over £41k within 5 years
  • you may get extra payments for taking on more responsibilities, for example creating a timetable or becoming head of a department
  • -
  • as a headteacher you can expect to earn between £<%= v :salaries_headteacher_minshortened %> to £<%= v :salaries_headteacher_maxshortened %> depending on your location and school
  • +
  • as a headteacher you can expect to earn between <%= v :salaries_headteacher_minshortened %> to <%= v :salaries_headteacher_maxshortened %> depending on your location and school

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From 794a8962c90a21174ab8682538e1577e32fe9c27 Mon Sep 17 00:00:00 2001 From: MylesJarvis <35870975+MylesJarvis@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:49:43 +0100 Subject: [PATCH 10/26] =?UTF-8?q?Remove=20=C2=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/content/landing/grow/_content.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/grow/_content.html.erb b/app/views/content/landing/grow/_content.html.erb index 5fb326d205..d3c67161fd 100644 --- a/app/views/content/landing/grow/_content.html.erb +++ b/app/views/content/landing/grow/_content.html.erb @@ -58,7 +58,7 @@
  • your salary is reviewed annually - most teachers get a pay rise every year, depending on your school. You could earn over £41k within 5 years
  • you may get extra payments for taking on additional responsibilities, for example creating a timetable or becoming head of a department
  • -
  • as a headteacher you can expect to earn between £<%= v :salaries_headteacher_minshortened %> to £<%= v :salaries_headteacher_maxshortened %> depending on your location and school
  • +
  • as a headteacher you can expect to earn between <%= v :salaries_headteacher_minshortened %> to <%= v :salaries_headteacher_maxshortened %> depending on your location and school

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From 923ab514f5bfe34fe4a58e260473d1be92382d23 Mon Sep 17 00:00:00 2001 From: MylesJarvis <35870975+MylesJarvis@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:50:00 +0100 Subject: [PATCH 11/26] =?UTF-8?q?Remove=20=C2=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../landing/how-much-do-teachers-get-paid/_content.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/how-much-do-teachers-get-paid/_content.html.erb b/app/views/content/landing/how-much-do-teachers-get-paid/_content.html.erb index 4cd2508d91..896724d395 100644 --- a/app/views/content/landing/how-much-do-teachers-get-paid/_content.html.erb +++ b/app/views/content/landing/how-much-do-teachers-get-paid/_content.html.erb @@ -9,7 +9,7 @@
  • teachers who make a sustained contribution to their school could expect to earn over £43k
  • -
  • headteachers are usually the highest paid people in a school and could expect to earn around £<%= v :salaries_headteacher_minshortened %> to £<%= v :salaries_headteacher_maxshortened %> depending on the school and location
  • +
  • headteachers are usually the highest paid people in a school and could expect to earn around <%= v :salaries_headteacher_minshortened %> to <%= v :salaries_headteacher_maxshortened %> depending on the school and location

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From c1bb72c8642d8abaa7774b860dc0fffa27984332 Mon Sep 17 00:00:00 2001 From: MylesJarvis <35870975+MylesJarvis@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:50:19 +0100 Subject: [PATCH 12/26] =?UTF-8?q?Remove=20=C2=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../content/landing/what-teaching-taught-me/_content.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/what-teaching-taught-me/_content.html.erb b/app/views/content/landing/what-teaching-taught-me/_content.html.erb index d5daf9a5a5..2a1c308abe 100644 --- a/app/views/content/landing/what-teaching-taught-me/_content.html.erb +++ b/app/views/content/landing/what-teaching-taught-me/_content.html.erb @@ -51,7 +51,7 @@
  • your salary is reviewed annually - most teachers get a pay rise every year, depending on your school. You could earn over £41k within 5 years.
  • you may get extra payments for taking on additional responsibilities, for example creating a timetable or becoming head of a department.
  • -
  • as a headteacher you can expect to earn between £<%= v :salaries_headteacher_minshortened %> to £<%= v :salaries_headteacher_maxshortened %> depending on your location and school.
  • +
  • as a headteacher you can expect to earn between <%= v :salaries_headteacher_minshortened %> to <%= v :salaries_headteacher_maxshortened %> depending on your location and school.

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From 87ad174f5311a8ae03c262cade7ea26358a26806 Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Fri, 14 Jun 2024 13:05:36 +0100 Subject: [PATCH 13/26] Populate starting salaries as variables --- .../content/home/_salaries-banner.html.erb | 4 +-- .../career-progression.md | 34 +++++++++---------- .../teacher-pay-and-benefits.md | 2 +- .../content/landing/careers/_content.html.erb | 4 +-- .../content/landing/grow/_content.html.erb | 4 +-- .../landing/how-much-do-teachers-get-paid.md | 2 +- .../_collage.html.erb | 4 +-- .../what-teaching-taught-me/_content.html.erb | 4 +-- 8 files changed, 29 insertions(+), 29 deletions(-) diff --git a/app/views/content/home/_salaries-banner.html.erb b/app/views/content/home/_salaries-banner.html.erb index 340fe9e718..aa7d318342 100644 --- a/app/views/content/home/_salaries-banner.html.erb +++ b/app/views/content/home/_salaries-banner.html.erb @@ -1,8 +1,8 @@ diff --git a/app/views/content/is-teaching-right-for-me/career-progression.md b/app/views/content/is-teaching-right-for-me/career-progression.md index 3f4baa0382..fadb33ac33 100644 --- a/app/views/content/is-teaching-right-for-me/career-progression.md +++ b/app/views/content/is-teaching-right-for-me/career-progression.md @@ -13,7 +13,7 @@ promo_content: - content/train-to-be-a-teacher/promos/mailing-list-promo-salaries related_content: How to become a teacher : "/steps-to-become-a-teacher" - Teacher pay and benefits : "/is-teaching-right-for-me/teacher-pay-and-benefits" + Teacher pay and benefits : "/is-teaching-right-for-me/teacher-pay-and-benefits" Bursaries and scholarships for training to teach : "/funding-and-support/scholarships-and-bursaries" keywords: @@ -63,33 +63,33 @@ Teacher training advisers Chris Farr, Fran Lee, Sian Mills and Elaine Boyd have ## Is there a set path to getting promoted as a teacher? -Fran: Your career prospects can vary vastly depending on where you’re located, your employer and your training experience. For example, you might decide in your training period to set your targets in a particular area such as special educational needs and disabilities (SEND), or you might work in a sixth-form environment. And that can sway where your future takes you. +Fran: Your career prospects can vary vastly depending on where you’re located, your employer and your training experience. For example, you might decide in your training period to set your targets in a particular area such as special educational needs and disabilities (SEND), or you might work in a sixth-form environment. And that can sway where your future takes you. Sian: When I worked at a maintained primary state school it was quite traditional in terms of class teacher, head of year, deputy/assistant then headteacher. When I moved to a headship in an academy trust there was no deputy head. So you might not always go into a school that has a traditional structure. There’s not always a neat pathway. -Chris: People may not realise how much potential there is for progression in teaching. They think they go into the world of the classroom and that’s it. Lots of teachers have added responsibilities they enjoy doing and find fulfilling. +Chris: People may not realise how much potential there is for progression in teaching. They think they go into the world of the classroom and that’s it. Lots of teachers have added responsibilities they enjoy doing and find fulfilling. ## Can you change the subject you teach? -Fran: People have asked me if they train in geography, for example, can they move out of that subject area or become head of year. Once you get qualified teacher status (QTS) you can essentially teach anything as long as your headteacher supports you and you have the expertise to show you can do this. +Fran: People have asked me if they train in geography, for example, can they move out of that subject area or become head of year. Once you get qualified teacher status (QTS) you can essentially teach anything as long as your headteacher supports you and you have the expertise to show you can do this. ## What are teacher pastoral care roles? -Fran: Pastoral care in schools is looking at nurturing pathways. It’s about recognising all children have a right to feel safe and happy in school and guiding children on a more personal level. A [special educational needs co-ordinator (SENCO)](/is-teaching-right-for-me/teach-disabled-pupils-and-pupils-with-special-educational-needs) is part of pastoral care. Or you might be a form tutor and look after your pupils’ emotional wellbeing. +Fran: Pastoral care in schools is looking at nurturing pathways. It’s about recognising all children have a right to feel safe and happy in school and guiding children on a more personal level. A [special educational needs co-ordinator (SENCO)](/is-teaching-right-for-me/teach-disabled-pupils-and-pupils-with-special-educational-needs) is part of pastoral care. Or you might be a form tutor and look after your pupils’ emotional wellbeing. -That pastoral level is the link between form, tutor, classroom teacher, senior leadership, home parents, carers, extended family and wider community. +That pastoral level is the link between form, tutor, classroom teacher, senior leadership, home parents, carers, extended family and wider community. ## How long does it take to progress between teaching roles? -Fran: Once your training has finished, it's not about other people, it's about how you direct your career. You have to carve out your own journey and make it your own. Lots of people expect to be told what they’ll do in teaching, when they’ll do it and how to progress. +Fran: Once your training has finished, it's not about other people, it's about how you direct your career. You have to carve out your own journey and make it your own. Lots of people expect to be told what they’ll do in teaching, when they’ll do it and how to progress. -Chris: Promotion in teaching won't come and find you. You go and look for it. Traditionally it used to be based on length of service. But people I've known who have become secondary school deputy heads and headteachers in recent years have gone into teaching with a plan. They proactively sought opportunities and put themselves forward to gain the attention of leaders and build their CV within the schools. +Chris: Promotion in teaching won't come and find you. You go and look for it. Traditionally it used to be based on length of service. But people I've known who have become secondary school deputy heads and headteachers in recent years have gone into teaching with a plan. They proactively sought opportunities and put themselves forward to gain the attention of leaders and build their CV within the schools. -## How do you know when you’re ready to apply for a teaching promotion? +## How do you know when you’re ready to apply for a teaching promotion? -Fran: When I was working as an English teacher I got offered a fixed-term teaching and learning responsibility (TLR) payment to work as an assistant head of year. It was a good way for me to test the water to see if I could deal with the demands of a more senior role. Fixed-term TLRs are usually for one-off projects. There are also TLRs that are for permanent roles. You apply for these as you would any job and get paid the TLR while you're doing it. +Fran: When I was working as an English teacher I got offered a fixed-term teaching and learning responsibility (TLR) payment to work as an assistant head of year. It was a good way for me to test the water to see if I could deal with the demands of a more senior role. Fixed-term TLRs are usually for one-off projects. There are also TLRs that are for permanent roles. You apply for these as you would any job and get paid the TLR while you're doing it. -To get a TLR you've got to have a proven track record. It’s not just a case of asking for one and you’ll get it. You need to show you’ve got good relationships with your classes. Your teaching has to be consistently solid and you’ve got to get decent results. And that does take time. +To get a TLR you've got to have a proven track record. It’s not just a case of asking for one and you’ll get it. You need to show you’ve got good relationships with your classes. Your teaching has to be consistently solid and you’ve got to get decent results. And that does take time. Elaine: I was ready for leadership after 6 years of teaching. Because I'd done a master's degree I was leapfrogged into a more senior role. So you can't put years on it. I think you know when you know. @@ -101,15 +101,15 @@ To get a TLR you've got to have a proven track record. It’s not just a case of ## How can you get more responsibilities? -Fran: Realistically you’d want to do at least a year or two in the same setting before then thinking about applying for a role with more responsibility. But you have to prove your worth to get a teaching and learning responsibility (TLR) payment. +Fran: Realistically you’d want to do at least a year or two in the same setting before then thinking about applying for a role with more responsibility. But you have to prove your worth to get a teaching and learning responsibility (TLR) payment. -The headteacher at my school was looking to create an alternative for key stage 3 (KS3) pupils who weren’t able to access the curriculum properly. As part of a shift in my lead practitioner responsibility for English I was given a permanent TLR to research and implement this. I had to come up with case studies and a proposal. It's about showing you’re prepared to invest in your personal development and know what’s going on out there. You have to keep up with legislation, news and topical priorities. +The headteacher at my school was looking to create an alternative for key stage 3 (KS3) pupils who weren’t able to access the curriculum properly. As part of a shift in my lead practitioner responsibility for English I was given a permanent TLR to research and implement this. I had to come up with case studies and a proposal. It's about showing you’re prepared to invest in your personal development and know what’s going on out there. You have to keep up with legislation, news and topical priorities. Sian: It may be the case that your school hasn’t got the budget for a TLR. So if you really want to take on more responsibility you may need to think about moving school. -## How can teachers increase their salary? +## How can teachers increase their salary? -Fran: If you have qualified teacher status (QTS) and work in a maintained school, a school funded by the local authority, your salary is reviewed every year. Most teachers on the main pay scale get an annual pay rise but it may depend on your school’s performance data to prove you’re completing whole school and individual targets. So you could potentially go from a starting salary of £30,000 to over £41,000, or more if you’re in London, in 5 years. +Fran: If you have qualified teacher status (QTS) and work in a maintained school, a school funded by the local authority, your salary is reviewed every year. Most teachers on the main pay scale get an annual pay rise but it may depend on your school’s performance data to prove you’re completing whole school and individual targets. So you could potentially go from a starting salary of £30,000 to over $salaries_fiveyears_maxrounded$, or more if you’re in London, in 5 years. As well as helping you understand the demands of a more senior role, a teaching and learning responsibility (TLR) payment could make a big difference to your pay. If you’re in London it could be around an extra £15,000. @@ -127,6 +127,6 @@ As well as helping you understand the demands of a more senior role, a teaching Chris: If you want to develop your leadership skills there are national professional qualification (NPQ) leadership courses available to help teachers progress their careers. -## How has teaching helped your professional development? +## How has teaching helped your professional development? -Fran: Teaching helps anybody. You can be thrown into a unique situation every day in a classroom. A good teacher can recognise that if they continue developing and learning and follow the theory side of education, it’s always going to empower you as an individual, regardless of where you end up working. Teaching has allowed me to look at the theories behind education, the psychology and sociology, which I’d never have done had I not been a teacher. +Fran: Teaching helps anybody. You can be thrown into a unique situation every day in a classroom. A good teacher can recognise that if they continue developing and learning and follow the theory side of education, it’s always going to empower you as an individual, regardless of where you end up working. Teaching has allowed me to look at the theories behind education, the psychology and sociology, which I’d never have done had I not been a teacher. diff --git a/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md b/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md index 21ce3f58d5..9572b40e24 100644 --- a/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md +++ b/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md @@ -66,7 +66,7 @@ If you have [qualified teacher status (QTS)](/train-to-be-a-teacher/what-is-qts) Your salary will be reviewed every year, with most teachers moving up the pay range annually. This will depend on your school’s performance management arrangements. -A typical teacher could earn at least £41,333 (or more in London) within 5 years. +A typical teacher could earn at least $salaries_fiveyears_max$ (or more in London) within 5 years. ### Qualified teacher salary diff --git a/app/views/content/landing/careers/_content.html.erb b/app/views/content/landing/careers/_content.html.erb index 4f515e2a72..93330883e1 100644 --- a/app/views/content/landing/careers/_content.html.erb +++ b/app/views/content/landing/careers/_content.html.erb @@ -35,11 +35,11 @@

- You might be surprised to learn that teachers get a starting salary of £30k (or more in London). And there are plenty of ways to increase your pay as you progress your career: + You might be surprised to learn that teachers get a starting salary of <%= v :salaries_starting_minshortened %> (or more in London). And there are plenty of ways to increase your pay as you progress your career:

    -
  • most teachers get a pay rise every year, depending on your school. You could earn over £41k within 5 years
  • +
  • most teachers get a pay rise every year, depending on your school. You could earn over <%= v :salaries_fiveyears_maxshortened %> within 5 years
  • you may get extra payments for taking on more responsibilities, for example creating a timetable or becoming head of a department
  • as a headteacher you can expect to earn between £53k to £139k depending on your location and school
diff --git a/app/views/content/landing/grow/_content.html.erb b/app/views/content/landing/grow/_content.html.erb index 509acbec82..4a09d42b9d 100644 --- a/app/views/content/landing/grow/_content.html.erb +++ b/app/views/content/landing/grow/_content.html.erb @@ -52,11 +52,11 @@

- With a competitive starting salary of £30k (or more in London), it pays to do what you love. And there are plenty of opportunities for you to increase your pay as you progress your career: + With a competitive starting salary of <%= v :salaries_starting_minshortened %> (or more in London), it pays to do what you love. And there are plenty of opportunities for you to increase your pay as you progress your career:

    -
  • your salary is reviewed annually - most teachers get a pay rise every year, depending on your school. You could earn over £41k within 5 years
  • +
  • your salary is reviewed annually - most teachers get a pay rise every year, depending on your school. You could earn over <%= v :salaries_fiveyears_maxshortened %> within 5 years
  • you may get extra payments for taking on additional responsibilities, for example creating a timetable or becoming head of a department
  • as a headteacher you can expect to earn between £53k to £139k depending on your location and school
diff --git a/app/views/content/landing/how-much-do-teachers-get-paid.md b/app/views/content/landing/how-much-do-teachers-get-paid.md index b9338522e8..fc378d50cf 100644 --- a/app/views/content/landing/how-much-do-teachers-get-paid.md +++ b/app/views/content/landing/how-much-do-teachers-get-paid.md @@ -1,6 +1,6 @@ --- title: "How much do teachers get paid?" -description: There are great benefits to teaching including a starting salary of at least £30k (or higher in London). Learn more about teachers' salaries and other benefits. +description: There are great benefits to teaching including a starting salary of at least $salaries_starting_min$ (or higher in London). Learn more about teachers' salaries and other benefits. content: - content/landing/how-much-do-teachers-get-paid/header - content/landing/how-much-do-teachers-get-paid/collage diff --git a/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb b/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb index f7926279ff..2f5b0432e8 100644 --- a/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb +++ b/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb @@ -9,8 +9,8 @@ <%= render Content::ChecklistCollageComponent.new( checklist: [ - "You'll earn at least £30k (or more in London) if you're just starting as a teacher.", - "The average salary for a classroom teacher in England is over £40k a year." + "You'll earn at least <%= v :salaries_starting_minshortened %> (or more in London) if you're just starting as a teacher.", + "The average salary for a classroom teacher in England is over <%= v :salaries_average_classroomshortened %> a year." ], image_paths: [ "static/images/content/landing/how-to-fund-your-teacher-training-1.jpg", diff --git a/app/views/content/landing/what-teaching-taught-me/_content.html.erb b/app/views/content/landing/what-teaching-taught-me/_content.html.erb index 6854213254..2be7cc6696 100644 --- a/app/views/content/landing/what-teaching-taught-me/_content.html.erb +++ b/app/views/content/landing/what-teaching-taught-me/_content.html.erb @@ -45,11 +45,11 @@

- With a competitive starting salary of £30k (or more in London), it pays to do what you love. And there are plenty of opportunities for you to increase your pay as you progress your career: + With a competitive starting salary of <%= v :salaries_starting_minshortened %> (or more in London), it pays to do what you love. And there are plenty of opportunities for you to increase your pay as you progress your career:

    -
  • your salary is reviewed annually - most teachers get a pay rise every year, depending on your school. You could earn over £41k within 5 years.
  • +
  • your salary is reviewed annually - most teachers get a pay rise every year, depending on your school. You could earn over <%= v :salaries_fiveyears_maxshortened %> within 5 years.
  • you may get extra payments for taking on additional responsibilities, for example creating a timetable or becoming head of a department.
  • as a headteacher you can expect to earn between £53k to £139k depending on your location and school.
From d5294cb29060e3e3524ae3ebe1d219eb86c5b46b Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Fri, 14 Jun 2024 13:16:17 +0100 Subject: [PATCH 14/26] add starting salaries --- .../career-progression.md | 2 +- .../teacher-pay-and-benefits.md | 12 ++++---- ...-in-england-as-an-international-student.md | 28 +++++++++---------- app/views/content/train-to-be-a-teacher.md | 2 +- config/values/salaries.yml | 2 +- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/app/views/content/is-teaching-right-for-me/career-progression.md b/app/views/content/is-teaching-right-for-me/career-progression.md index fadb33ac33..70d7303679 100644 --- a/app/views/content/is-teaching-right-for-me/career-progression.md +++ b/app/views/content/is-teaching-right-for-me/career-progression.md @@ -109,7 +109,7 @@ The headteacher at my school was looking to create an alternative for key stage ## How can teachers increase their salary? -Fran: If you have qualified teacher status (QTS) and work in a maintained school, a school funded by the local authority, your salary is reviewed every year. Most teachers on the main pay scale get an annual pay rise but it may depend on your school’s performance data to prove you’re completing whole school and individual targets. So you could potentially go from a starting salary of £30,000 to over $salaries_fiveyears_maxrounded$, or more if you’re in London, in 5 years. +Fran: If you have qualified teacher status (QTS) and work in a maintained school, a school funded by the local authority, your salary is reviewed every year. Most teachers on the main pay scale get an annual pay rise but it may depend on your school’s performance data to prove you’re completing whole school and individual targets. So you could potentially go from a starting salary of $salaries_starting_min$ to over $salaries_fiveyears_maxrounded$, or more if you’re in London, in 5 years. As well as helping you understand the demands of a more senior role, a teaching and learning responsibility (TLR) payment could make a big difference to your pay. If you’re in London it could be around an extra £15,000. diff --git a/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md b/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md index 9572b40e24..513e48dab2 100644 --- a/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md +++ b/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md @@ -3,7 +3,7 @@ title: "Teacher pay and benefits" heading: "Teacher pay and benefits" subcategory: Pay and benefits description: |- - All qualified teachers will have a starting salary of at least £30,000 (or higher in London). Find out about teacher pay ranges and more benefits of teaching. + All qualified teachers will have a starting salary of at least $starting_salary_min$ (or higher in London). Find out about teacher pay ranges and more benefits of teaching. date: "2021-06-24" backlink: "../../" navigation: 5.10 @@ -62,7 +62,7 @@ Figures apply from $salaries_date_appliesfrom$. ## Primary and secondary teacher salary -If you have [qualified teacher status (QTS)](/train-to-be-a-teacher/what-is-qts), you’ll get a minimum starting salary of £30,000 (or more in London) as a primary or secondary school teacher in England. +If you have [qualified teacher status (QTS)](/train-to-be-a-teacher/what-is-qts), you’ll get a minimum starting salary of $salaries_starting_min$ (or more in London) as a primary or secondary school teacher in England. Your salary will be reviewed every year, with most teachers moving up the pay range annually. This will depend on your school’s performance management arrangements. @@ -72,10 +72,10 @@ A typical teacher could earn at least $salaries_fiveyears_max$ (or more in Londo | Area | Minimum | Maximum | | ------- | ----- | ----- | -| England (excluding London) | £30,000 | £46,525 | -| London fringe | £31,350 | £47,839 | -| Outer London | £34,514 | £51,179 | -| Inner London | £36,745 | £56,959 | +| England (excluding London) | $salaries_qualifiedteacher_englandmin$ | $salaries_qualifiedteacher_englandmax$ | +| London fringe | $salaries_qualifiedteacher_londonfringemin$ | $salaries_qualifiedteacher_londonfringemax$ | +| Outer London | $salaries_qualifiedteacher_outerlondonmin$ | $salaries_qualifiedteacher_outerlondonmax$ | +| Inner London | $salaries_qualifiedteacher_innerlondonmin$ | $salaries_qualifiedteacher_innerlondonmax$ | ### Additional payments diff --git a/app/views/content/non-uk-teachers/train-to-teach-in-england-as-an-international-student.md b/app/views/content/non-uk-teachers/train-to-teach-in-england-as-an-international-student.md index feb08f20da..85410603fb 100644 --- a/app/views/content/non-uk-teachers/train-to-teach-in-england-as-an-international-student.md +++ b/app/views/content/non-uk-teachers/train-to-teach-in-england-as-an-international-student.md @@ -68,7 +68,7 @@ living costs - depending on your immigration status and the subject you train to teach, you may get some financial support - training lasts one academic year full-time, or longer part-time - you can apply for paid teaching jobs as soon as you successfully complete your training and gain English qualified teacher status (QTS) -- you'll earn at least £30,000 a year (or more in London) when you qualify as a teacher +- you'll earn at least $salaries_starting_min$ a year (or more in London) when you qualify as a teacher - you can update, extend or switch your visa to live and work in the UK long-term ## Already a qualified teacher? @@ -81,7 +81,7 @@ Teacher training in England is practical, hands-on and supportive. As an interna When you have successfully completed your training, you will be awarded [qualified teacher status (QTS)](https://www.gov.uk/guidance/qualified-teacher-status-qts), a professional qualification valued globally. -QTS will allow you to apply for teaching jobs in all schools in England. +QTS will allow you to apply for teaching jobs in all schools in England. [Read teachers' stories about the rewards of training to teach in England](/blog). @@ -95,13 +95,13 @@ For teachers who qualified outside the UK, as well as those with teaching experi ## Check your qualifications and get help -Before you apply, you must [check your qualifications](/non-uk-teachers/non-uk-qualifications). If you gained your qualifications outside the UK, we can help you check they meet the required standard in England. +Before you apply, you must [check your qualifications](/non-uk-teachers/non-uk-qualifications). If you gained your qualifications outside the UK, we can help you check they meet the required standard in England. To get help with your qualifications, you can use the live chat service at the bottom of this page. Or you can call us on +44 800 389 2500. Calls will be charged at your country's standard rate. -We're available Monday to Friday between 8:30am and 5:30pm (UK local time) except on [bank holidays](https://www.gov.uk/bank-holidays) in England. +We're available Monday to Friday between 8:30am and 5:30pm (UK local time) except on [bank holidays](https://www.gov.uk/bank-holidays) in England. -When you speak to us, we can also tell you if you're eligible for a [teacher training adviser](/teacher-training-advisers). +When you speak to us, we can also tell you if you're eligible for a [teacher training adviser](/teacher-training-advisers). ## Find out about fees and financial support @@ -114,7 +114,7 @@ Fees cost: You’ll also have to cover your living costs. -If you're planning on training to teach languages or physics, you could be eligible for a bursary or scholarship worth up to £30,000. +If you're planning on training to teach languages or physics, you could be eligible for a bursary or scholarship worth up to £30,000. If you are not training to teach in these subjects, any support you get will depend on your immigration status. [Learn more about fees and funding for non-UK trainees](/non-uk-teachers/fees-and-funding-for-non-uk-trainees). @@ -142,14 +142,14 @@ Salaried courses include: * postgraduate teaching apprenticeships [Find out more about salaried teacher training](/funding-and-support/salaried-teacher-training). - -### Choosing a subject to teach -The subject you apply to teach must usually be the same as, or closely related to, the subject you studied at university. (For example, engineering graduates can apply to train to teach physics, but computer science graduates are unlikely to be accepted to train to teach geography.) +### Choosing a subject to teach + +The subject you apply to teach must usually be the same as, or closely related to, the subject you studied at university. (For example, engineering graduates can apply to train to teach physics, but computer science graduates are unlikely to be accepted to train to teach geography.) ### Finding the right course for you and getting help -[Find postgraduate teacher training courses](https://www.gov.uk/find-postgraduate-teacher-training-courses) lists courses leading to [qualified teacher status (QTS)](https://www.gov.uk/guidance/qualified-teacher-status-qts). +[Find postgraduate teacher training courses](https://www.gov.uk/find-postgraduate-teacher-training-courses) lists courses leading to [qualified teacher status (QTS)](https://www.gov.uk/guidance/qualified-teacher-status-qts). You can also search courses by: @@ -165,7 +165,7 @@ It's important that you give yourself time to write the best possible [personal Your personal statement can be up to 1000 words. 90% of successful candidates write 500 words or more. -If you have a [teacher training adviser](/help-and-support), they can help you write your personal statement and will also give advice on: +If you have a [teacher training adviser](/help-and-support), they can help you write your personal statement and will also give advice on: * your choice of course and training provider * your choice of subject @@ -177,7 +177,7 @@ If you have a [teacher training adviser](/help-and-support), they can help you w If you need a visa to train to teach in England, you must have a confirmed offer of a training place on a course offering student or skilled worker visa sponsorship before you apply for your visa. -For your teacher training place offer to be confirmed, you’ll have to pass criminal record and health checks, so we recommend applying to your training provider early. You can apply for teacher training from October, for courses starting the following year in September or January. +For your teacher training place offer to be confirmed, you’ll have to pass criminal record and health checks, so we recommend applying to your training provider early. You can apply for teacher training from October, for courses starting the following year in September or January. Due to rules about immigration, not all providers can accept international applicants – we suggest you contact them before you apply to check. @@ -198,7 +198,7 @@ If you do not have settled or pre-settled status under the EU Settlement Scheme, * you must apply for a visa or immigration status allowing you to work in the UK * you must have been living in the UK for 3 or more years before the start of your apprenticeship - + If you are resident in the UK, you may already have a visa or immigration status allowing you to work – for example, a graduate visa. If you need to apply for another visa – for example, a skilled worker visa – you'll need to do this after you've been given a place on a postgraduate teaching apprenticeship. [Find postgraduate teacher training courses](https://www.gov.uk/find-postgraduate-teacher-training-courses) lists fee-paying and salaried training courses, including postgraduate teaching apprenticeships, leading to qualified teacher status. @@ -207,7 +207,7 @@ If you are resident in the UK, you may already have a visa or immigration status ## Apply for your visa -To train to teach in England, you will need a visa or immigration status allowing you to study (or work, for salaried courses) in the UK. +To train to teach in England, you will need a visa or immigration status allowing you to study (or work, for salaried courses) in the UK. [Learn more about applying for the right visa for your teacher training course](/non-uk-teachers/visas-for-non-uk-trainees). diff --git a/app/views/content/train-to-be-a-teacher.md b/app/views/content/train-to-be-a-teacher.md index 4db4fea5a3..cdd267bace 100644 --- a/app/views/content/train-to-be-a-teacher.md +++ b/app/views/content/train-to-be-a-teacher.md @@ -6,7 +6,7 @@ description: |- title_paragraph: |- If you’ve just graduated, you're studying for a degree or you want to change your career, we can help you understand what training you need to do to get - qualified teacher status (QTS). With QTS you get a minimum starting salary of £30,000. + qualified teacher status (QTS). With QTS you get a minimum starting salary of $salaries_qualifiedteacher_englandmin$. navigation: 15 navigation_title: Train to be a teacher navigation_path: "/train-to-be-a-teacher" diff --git a/config/values/salaries.yml b/config/values/salaries.yml index a4781b3e87..df9e7af03b 100644 --- a/config/values/salaries.yml +++ b/config/values/salaries.yml @@ -10,7 +10,6 @@ salaries: outerlondonmax: £75,850 innerlondonmin: £56,377 innerlondonmax: £81,051 -## implemented above line # Summary salaries starting: min: £30,000 @@ -21,6 +20,7 @@ salaries: maxshortened: £41k average: classroomshortened: £40k +## implemented above line # Detailed salaries qualifiedteacher: englandmin: £30,000 From 15fc2f71490c234850c37fa11dac30fc6bb4cc7a Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Fri, 14 Jun 2024 13:17:38 +0100 Subject: [PATCH 15/26] Update salaries.yml --- config/values/salaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/values/salaries.yml b/config/values/salaries.yml index df9e7af03b..ab148cf4dd 100644 --- a/config/values/salaries.yml +++ b/config/values/salaries.yml @@ -20,8 +20,6 @@ salaries: maxshortened: £41k average: classroomshortened: £40k -## implemented above line -# Detailed salaries qualifiedteacher: englandmin: £30,000 englandmax: £46,525 @@ -31,6 +29,8 @@ salaries: outerlondonmax: £51,179 innerlondonmin: £36,745 innerlondonmax: £56,959 +## implemented above line +# Detailed salaries headteacher: minshortened: £53k maxshortened: £139k From 3ef2164b325f85bb368baf8d60e1ea6948f1ed43 Mon Sep 17 00:00:00 2001 From: MylesJarvis <35870975+MylesJarvis@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:37:30 +0100 Subject: [PATCH 16/26] Remove variable from web description for search engines --- .../is-teaching-right-for-me/teacher-pay-and-benefits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md b/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md index 513e48dab2..a2f8f55cb6 100644 --- a/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md +++ b/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md @@ -3,7 +3,7 @@ title: "Teacher pay and benefits" heading: "Teacher pay and benefits" subcategory: Pay and benefits description: |- - All qualified teachers will have a starting salary of at least $starting_salary_min$ (or higher in London). Find out about teacher pay ranges and more benefits of teaching. + All qualified teachers will have a starting salary of at least £30k (or higher in London). Find out about teacher pay ranges and more benefits of teaching. date: "2021-06-24" backlink: "../../" navigation: 5.10 From 0c1d7ae7b53d9c8f15a9d2a43e7983eb59ec1a96 Mon Sep 17 00:00:00 2001 From: MylesJarvis <35870975+MylesJarvis@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:37:46 +0100 Subject: [PATCH 17/26] Update teacher-pay-and-benefits.md --- .../is-teaching-right-for-me/teacher-pay-and-benefits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md b/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md index a2f8f55cb6..6e5426b56f 100644 --- a/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md +++ b/app/views/content/is-teaching-right-for-me/teacher-pay-and-benefits.md @@ -3,7 +3,7 @@ title: "Teacher pay and benefits" heading: "Teacher pay and benefits" subcategory: Pay and benefits description: |- - All qualified teachers will have a starting salary of at least £30k (or higher in London). Find out about teacher pay ranges and more benefits of teaching. + All qualified teachers will have a starting salary of at least £30,000 (or higher in London). Find out about teacher pay ranges and more benefits of teaching. date: "2021-06-24" backlink: "../../" navigation: 5.10 From 26950b39c81710a20d8c808bf9faa264487e3576 Mon Sep 17 00:00:00 2001 From: Sarah-DfE <103052329+Sarah-DfE@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:30:09 +0100 Subject: [PATCH 18/26] Update app/views/content/landing/careers/_content.html.erb --- app/views/content/landing/careers/_content.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/careers/_content.html.erb b/app/views/content/landing/careers/_content.html.erb index 7c99d912e8..6f57201e9f 100644 --- a/app/views/content/landing/careers/_content.html.erb +++ b/app/views/content/landing/careers/_content.html.erb @@ -41,7 +41,7 @@
  • most teachers get a pay rise every year, depending on your school. You could earn over £41k within 5 years
  • you may get extra payments for taking on more responsibilities, for example creating a timetable or becoming head of a department
  • -
  • as a headteacher you can expect to earn between <%= v :salaries_headteacher_minshortened %> to <%= v :salaries_headteacher_maxshortened %> depending on your location and school
  • +
  • as a headteacher you can expect to earn between <%= v :salaries_headteacher_minshortened %> and <%= v :salaries_headteacher_maxshortened %> depending on your location and school

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From 7a4abcfc68c5b763e3d520fceff2b344fb80db7a Mon Sep 17 00:00:00 2001 From: Sarah-DfE <103052329+Sarah-DfE@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:31:49 +0100 Subject: [PATCH 19/26] Change 'between X to Y, to between X and Y' --- app/views/content/landing/grow/_content.html.erb | 2 +- .../landing/how-much-do-teachers-get-paid/_content.html.erb | 2 +- .../content/landing/what-teaching-taught-me/_content.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/content/landing/grow/_content.html.erb b/app/views/content/landing/grow/_content.html.erb index d3c67161fd..5b9cdf1834 100644 --- a/app/views/content/landing/grow/_content.html.erb +++ b/app/views/content/landing/grow/_content.html.erb @@ -58,7 +58,7 @@
  • your salary is reviewed annually - most teachers get a pay rise every year, depending on your school. You could earn over £41k within 5 years
  • you may get extra payments for taking on additional responsibilities, for example creating a timetable or becoming head of a department
  • -
  • as a headteacher you can expect to earn between <%= v :salaries_headteacher_minshortened %> to <%= v :salaries_headteacher_maxshortened %> depending on your location and school
  • +
  • as a headteacher you can expect to earn between <%= v :salaries_headteacher_minshortened %> and <%= v :salaries_headteacher_maxshortened %> depending on your location and school

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

diff --git a/app/views/content/landing/how-much-do-teachers-get-paid/_content.html.erb b/app/views/content/landing/how-much-do-teachers-get-paid/_content.html.erb index 896724d395..e37c98ce6c 100644 --- a/app/views/content/landing/how-much-do-teachers-get-paid/_content.html.erb +++ b/app/views/content/landing/how-much-do-teachers-get-paid/_content.html.erb @@ -9,7 +9,7 @@
  • teachers who make a sustained contribution to their school could expect to earn over £43k
  • -
  • headteachers are usually the highest paid people in a school and could expect to earn around <%= v :salaries_headteacher_minshortened %> to <%= v :salaries_headteacher_maxshortened %> depending on the school and location
  • +
  • headteachers are usually the highest paid people in a school and could expect to earn around <%= v :salaries_headteacher_minshortened %> and <%= v :salaries_headteacher_maxshortened %> depending on the school and location

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

diff --git a/app/views/content/landing/what-teaching-taught-me/_content.html.erb b/app/views/content/landing/what-teaching-taught-me/_content.html.erb index 2a1c308abe..4e8e568ab7 100644 --- a/app/views/content/landing/what-teaching-taught-me/_content.html.erb +++ b/app/views/content/landing/what-teaching-taught-me/_content.html.erb @@ -51,7 +51,7 @@
  • your salary is reviewed annually - most teachers get a pay rise every year, depending on your school. You could earn over £41k within 5 years.
  • you may get extra payments for taking on additional responsibilities, for example creating a timetable or becoming head of a department.
  • -
  • as a headteacher you can expect to earn between <%= v :salaries_headteacher_minshortened %> to <%= v :salaries_headteacher_maxshortened %> depending on your location and school.
  • +
  • as a headteacher you can expect to earn between <%= v :salaries_headteacher_minshortened %> and <%= v :salaries_headteacher_maxshortened %> depending on your location and school.

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From 84e880ff36f2b0631a94fa855d90c6edb0465bca Mon Sep 17 00:00:00 2001 From: Martyn Whitwell Date: Tue, 2 Jul 2024 15:14:21 +0100 Subject: [PATCH 20/26] Fix for /landing/how-much-do-teachers-get-paid --- .../landing/how-much-do-teachers-get-paid/_collage.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb b/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb index 2f5b0432e8..1fcdacb0b3 100644 --- a/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb +++ b/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb @@ -9,8 +9,8 @@ <%= render Content::ChecklistCollageComponent.new( checklist: [ - "You'll earn at least <%= v :salaries_starting_minshortened %> (or more in London) if you're just starting as a teacher.", - "The average salary for a classroom teacher in England is over <%= v :salaries_average_classroomshortened %> a year." + "You'll earn at least #{v :salaries_starting_minshortened } (or more in London) if you're just starting as a teacher.", + "The average salary for a classroom teacher in England is over #{ v :salaries_average_classroomshortened } a year." ], image_paths: [ "static/images/content/landing/how-to-fund-your-teacher-training-1.jpg", From e694c0fe2c0ee8f6215c3b1372dee53fc38ac96d Mon Sep 17 00:00:00 2001 From: Sarah-DfE <103052329+Sarah-DfE@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:14:01 +0100 Subject: [PATCH 21/26] Change variable in hero back to figure train-to-be-a-teacher.md We are doing a separate card for changes to the hero section --- app/views/content/train-to-be-a-teacher.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/train-to-be-a-teacher.md b/app/views/content/train-to-be-a-teacher.md index cdd267bace..4db4fea5a3 100644 --- a/app/views/content/train-to-be-a-teacher.md +++ b/app/views/content/train-to-be-a-teacher.md @@ -6,7 +6,7 @@ description: |- title_paragraph: |- If you’ve just graduated, you're studying for a degree or you want to change your career, we can help you understand what training you need to do to get - qualified teacher status (QTS). With QTS you get a minimum starting salary of $salaries_qualifiedteacher_englandmin$. + qualified teacher status (QTS). With QTS you get a minimum starting salary of £30,000. navigation: 15 navigation_title: Train to be a teacher navigation_path: "/train-to-be-a-teacher" From 9e9dbe36fb4c7b120f455ec69bea91eb2d7dfffe Mon Sep 17 00:00:00 2001 From: Gemma Dallman <87642394+gemmadallmandfe@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:00:55 +0100 Subject: [PATCH 22/26] Change over to at least Co-authored-by: Sarah-DfE <103052329+Sarah-DfE@users.noreply.github.com> --- .../content/is-teaching-right-for-me/career-progression.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/content/is-teaching-right-for-me/career-progression.md b/app/views/content/is-teaching-right-for-me/career-progression.md index 70d7303679..6b3eb330cc 100644 --- a/app/views/content/is-teaching-right-for-me/career-progression.md +++ b/app/views/content/is-teaching-right-for-me/career-progression.md @@ -109,7 +109,8 @@ The headteacher at my school was looking to create an alternative for key stage ## How can teachers increase their salary? -Fran: If you have qualified teacher status (QTS) and work in a maintained school, a school funded by the local authority, your salary is reviewed every year. Most teachers on the main pay scale get an annual pay rise but it may depend on your school’s performance data to prove you’re completing whole school and individual targets. So you could potentially go from a starting salary of $salaries_starting_min$ to over $salaries_fiveyears_maxrounded$, or more if you’re in London, in 5 years. +Fran: If you have qualified teacher status (QTS) and work in a maintained school, a school funded by the local authority, your salary is reviewed every year. Most teachers on the main pay scale get an annual pay rise but it may depend on your school’s performance data to prove you’re completing whole school and individual targets. So you could potentially go from a starting salary of $salaries_starting_min$ to at least $salaries_fiveyears_maxrounded$, or more if you’re in London, in 5 years. + As well as helping you understand the demands of a more senior role, a teaching and learning responsibility (TLR) payment could make a big difference to your pay. If you’re in London it could be around an extra £15,000. From 11d37b15fd898e4af5e81d40b3f00d556f2f9c4e Mon Sep 17 00:00:00 2001 From: Gemma Dallman <87642394+gemmadallmandfe@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:08:47 +0100 Subject: [PATCH 23/26] Backing out change to meta description --- app/views/content/landing/how-much-do-teachers-get-paid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/how-much-do-teachers-get-paid.md b/app/views/content/landing/how-much-do-teachers-get-paid.md index fc378d50cf..b9338522e8 100644 --- a/app/views/content/landing/how-much-do-teachers-get-paid.md +++ b/app/views/content/landing/how-much-do-teachers-get-paid.md @@ -1,6 +1,6 @@ --- title: "How much do teachers get paid?" -description: There are great benefits to teaching including a starting salary of at least $salaries_starting_min$ (or higher in London). Learn more about teachers' salaries and other benefits. +description: There are great benefits to teaching including a starting salary of at least £30k (or higher in London). Learn more about teachers' salaries and other benefits. content: - content/landing/how-much-do-teachers-get-paid/header - content/landing/how-much-do-teachers-get-paid/collage From 232ca60dbf9ff90e7296291f1f4616b94c7ebb65 Mon Sep 17 00:00:00 2001 From: Gemma Dallman <87642394+gemmadallmandfe@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:19:41 +0100 Subject: [PATCH 24/26] Adding space to variable format --- .../landing/how-much-do-teachers-get-paid/_collage.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb b/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb index 1fcdacb0b3..0ae4e5a1ad 100644 --- a/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb +++ b/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb @@ -9,7 +9,7 @@ <%= render Content::ChecklistCollageComponent.new( checklist: [ - "You'll earn at least #{v :salaries_starting_minshortened } (or more in London) if you're just starting as a teacher.", + "You'll earn at least #{ v :salaries_starting_minshortened } (or more in London) if you're just starting as a teacher.", "The average salary for a classroom teacher in England is over #{ v :salaries_average_classroomshortened } a year." ], image_paths: [ From 6680b6594c68508f339a4871958ffc3491c755cd Mon Sep 17 00:00:00 2001 From: Martyn Whitwell Date: Wed, 10 Jul 2024 09:20:37 +0100 Subject: [PATCH 25/26] fix linting --- .../landing/how-much-do-teachers-get-paid/_collage.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb b/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb index 0ae4e5a1ad..57ab51fba9 100644 --- a/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb +++ b/app/views/content/landing/how-much-do-teachers-get-paid/_collage.html.erb @@ -9,8 +9,8 @@ <%= render Content::ChecklistCollageComponent.new( checklist: [ - "You'll earn at least #{ v :salaries_starting_minshortened } (or more in London) if you're just starting as a teacher.", - "The average salary for a classroom teacher in England is over #{ v :salaries_average_classroomshortened } a year." + "You'll earn at least #{v :salaries_starting_minshortened} (or more in London) if you're just starting as a teacher.", + "The average salary for a classroom teacher in England is over #{v :salaries_average_classroomshortened} a year." ], image_paths: [ "static/images/content/landing/how-to-fund-your-teacher-training-1.jpg", From 804efcc93f38d0feb0a526c2e040cfb0e4f3a684 Mon Sep 17 00:00:00 2001 From: Gemma Dallman <87642394+gemmadallmandfe@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:33:12 +0100 Subject: [PATCH 26/26] Reorganising salaries.yml --- config/values/salaries.yml | 41 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/config/values/salaries.yml b/config/values/salaries.yml index 7318793db8..d493080604 100644 --- a/config/values/salaries.yml +++ b/config/values/salaries.yml @@ -1,6 +1,25 @@ salaries_date_appliesfrom: 1 September 2023 salaries: +# Summary salaries + starting: + min: £30,000 + minshortened: £30k + fiveyears: + max: £41,333 + maxrounded: £41,000 + maxshortened: £41k + average: + classroomshortened: £40k # Detailed salaries + qualifiedteacher: + englandmin: £30,000 + englandmax: £46,525 + londonfringemin: £31,350 + londonfringemax: £47,839 + outerlondonmin: £34,514 + outerlondonmax: £51,179 + innerlondonmin: £36,745 + innerlondonmax: £56,959 leadingpractitioner: englandmin: £47,417 englandmax: £72,085 @@ -21,26 +40,6 @@ salaries: outerlondonmax: £134,765 innerlondonmin: £62,304 innerlondonmax: £139,891 -## implemented above line -# Summary salaries - starting: - min: £30,000 - minshortened: £30k - fiveyears: - max: £41,333 - maxrounded: £41,000 - maxshortened: £41k - average: - classroomshortened: £40k - qualifiedteacher: - englandmin: £30,000 - englandmax: £46,525 - londonfringemin: £31,350 - londonfringemax: £47,839 - outerlondonmin: £34,514 - outerlondonmax: £51,179 - innerlondonmin: £36,745 - innerlondonmax: £56,959 unqualifiedteacher: englandmin: £20,598 englandmax: £32,134 @@ -72,4 +71,4 @@ salaries: # Example variables - used in documentation example: min: £30,000 -salaries_example_max: £41k \ No newline at end of file +salaries_example_max: £41k