From 9e33acd2339f39dbeb8eff2988ca69fee846191b Mon Sep 17 00:00:00 2001 From: Spencer Dixon Date: Wed, 22 Jan 2025 15:22:06 +0000 Subject: [PATCH] Added early years and further education section (#4506) --- app/helpers/routes_into_teaching_helper.rb | 4 ++++ app/views/routes_into_teaching/steps/completed.html.erb | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/app/helpers/routes_into_teaching_helper.rb b/app/helpers/routes_into_teaching_helper.rb index ee55531862..a9cc986cc3 100644 --- a/app/helpers/routes_into_teaching_helper.rb +++ b/app/helpers/routes_into_teaching_helper.rb @@ -28,4 +28,8 @@ def location_summary def non_uk? answers["location"] == "No" end + + def no_degree? + answers["undergraduate_degree"] == "No" + end end diff --git a/app/views/routes_into_teaching/steps/completed.html.erb b/app/views/routes_into_teaching/steps/completed.html.erb index 1ac1fc6c15..ef2d3bc5e3 100644 --- a/app/views/routes_into_teaching/steps/completed.html.erb +++ b/app/views/routes_into_teaching/steps/completed.html.erb @@ -52,6 +52,15 @@ + <% if no_degree? %> +
+
+

Other routes into teaching

+

You do not need a degree and QTS to <%= link_to "teach in further education", "/life-as-a-teacher/age-groups-and-specialisms/further-education-teachers" %> or to <%= link_to "teach in early years", "/life-as-a-teacher/age-groups-and-specialisms/early-years-teachers" %>. So if you want to become a teacher but are not able to get a degree, you can explore these options. +

+
+ <% end %> +

Next steps