diff --git a/app/views/content/life-as-a-teacher/change-careers/how-to-become-a-teacher-from-teaching-assistant/_article.html.erb b/app/views/content/life-as-a-teacher/change-careers/how-to-become-a-teacher-from-teaching-assistant/_article.html.erb index 463e81247d..9577728168 100644 --- a/app/views/content/life-as-a-teacher/change-careers/how-to-become-a-teacher-from-teaching-assistant/_article.html.erb +++ b/app/views/content/life-as-a-teacher/change-careers/how-to-become-a-teacher-from-teaching-assistant/_article.html.erb @@ -4,7 +4,10 @@
Becoming a teacher means that your levels of responsibility will increase. You will be responsible for planning lessons, assessing students' learning and managing behaviour.
This added responsibility comes with its own rewards. You will have a greater freedom to shape pupils learning and inspire them to become passionate about your subject. You will also earn a competitive starting salary of <%= v :salaries_starting_minshortened %> (or higher in London) and gain a secure pension.
+ <%= render 'content/shared/quotes/quote_teaching_assistant_emma' %>To teach in maintained primary, secondary and special schools in England (schools funded by local authorities) you'll normally need:
diff --git a/app/views/content/shared/quotes/_quote_teaching_assistant_emma.html.erb b/app/views/content/shared/quotes/_quote_teaching_assistant_emma.html.erb new file mode 100644 index 0000000000..7281947ac3 --- /dev/null +++ b/app/views/content/shared/quotes/_quote_teaching_assistant_emma.html.erb @@ -0,0 +1,5 @@ +<%= render Content::QuoteComponent.new( + text: "I’d been in quite a few lessons in more of a teaching assistant capacity. Some of the kids said, ‘Why doesn’t Miss become a teacher?’, and I thought, ‘Why not? I can do this’.", + name: "Emma, trainee teacher", + large: true +) %>