Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New teacher skills page #4499

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2 class="heading--box-blue">A meaningful and rewarding job</h2>
<p>Many teachers have worked in other careers before stepping into the classroom.</p>
<p><%= render 'content/shared/quotes/quote_career_change_jack' %></p>
<p>Transfering your existing skills to teaching can be incredibly rewarding. You'll be in demand as someone who has real-world professional and industry experience.</p>
<p>Transfering your existing skills to teaching can be incredibly rewarding. You'll be in demand as someone who has real-world professional and industry experience, as well as <a href="/life-as-a-teacher/teaching-as-a-career/skills-to-teach">important skills needed to be a teacher</a>.</p>
<p><%= render 'content/shared/quotes/quote_career_change_mark' %></p>
<p>The skills and experiences you bring from previous careers are invaluable in the classroom. From communication and public speaking, to problem solving and people management, your pupils will learn more from you than you might think.</p>
<p>As a teacher, you can watch pupils progress as they learn, making an impact from your very first lesson.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
description: "Explore the many reasons why you should become a teacher in England. From making a difference from day one, to exploring your creativity and benefitting from a competitive salary and generous holidays.",
path: "/life-as-a-teacher/teaching-as-a-career/why-teach",
)) %>
<%= render Categories::CardComponent.new(heading_tag: "h2", card:
OpenStruct.new(
title: "Skills needed to be a teacher",
description: "Find out about the the skills needed for teaching, including subject knowledge, pedagogy, and soft skills.",
path: "/life-as-a-teacher/teaching-as-a-career/skills-to-teach"
)) %>
<%= render Categories::CardComponent.new(heading_tag: "h2", card:
OpenStruct.new(
title: "Early career teachers (ECTs)",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Skills needed to be a teacher
description: |-
Find out about the the skills needed for teaching, including subject knowledge, pedagogy, and soft skills.
layout: "layouts/minimal"
colour: pastel yellow-yellow
keywords:
- skills
- skills to become a teacher
content:
- "content/life-as-a-teacher/teaching-as-a-career/skills-to-teach/header"
- "content/life-as-a-teacher/teaching-as-a-career/skills-to-teach/article"
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<div class="row inset">
<section class="col col-720 col-space-l-top">
<p>Teaching is a job that requires enthusiasm, subject passion, and a range of skills. Some skills you’ll learn through your teacher training and develop throughout your career. Other skills may be more natural or abilities you’ve developed through your life experience and previous jobs.</p>

<p>The skills needed to be a teacher will also vary by teaching role. For example, the skills needed for teaching secondary differ to the required skills to be a primary teacher.</p>

<p><%= render 'content/shared/quotes/quote_skills_ben' %></p>

<h2 class="heading--box-blue">Subject knowledge</h2>
<p>One of the most important skills for teaching is enthusiasm and knowledge of the subject you want to teach. This allows you to answer questions your pupils have and be creative in how you help them learn.</p>

<p>You can build your subject knowledge in several ways. For example, through a degree in a subject, your teacher training, or conversations with your colleagues and pupils. If you do postgraduate teacher training, your provider may decide that you'd benefit from <a href="/how-to-apply-for-teacher-training/subject-knowledge-enhancement">a subject knowledge enhancement course</a>.</p>

<p>Being passionate about building and sharing subject knowledge will help you inspire your pupils to learn and fulfil their potential.</p>

<p><%= render 'content/shared/quotes/quote_skills_mark' %></p>

<h2 class="heading--box-blue">Pedagogy</h2>
<p>Pedagogy is the theory and practices of teaching. In your teacher training, you’ll learn all the various ways you can teach. You’ll be equipped with a toolkit to put into practice during your teacher training placements and throughout your career.</p>

<p><%= render 'content/shared/quotes/quote_skills_jane' %></p>

<h2 class="heading--box-blue">Soft skills</h2>
<p>As teaching is a very people-focused career, your soft skills are important. These are natural attributes you develop through your life experience and previous jobs.</p>

<p>Soft skills that are useful as a teacher include:</p>

<ul>
<li>adaptability</li>
<li>communication</li>
<li>creativity</li>
<li>empathy</li>
<li>organisation</li>
<li>patience</li>
<li>problem solving</li>
<li>resilience</li>
<li>teamwork</li>
</ul>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure it matters, but should these be alphabetical?


<p>These skills will help you build relationships with your pupils, colleagues, and parents. They’ll also help you manage your workload and adapt to the changing needs of your pupils and school.</p>

<p><%= render 'content/shared/quotes/quote_skills_jodie' %></p>

<h2 class="heading--box-blue">Find out more about the skills needed to become a teacher</h2>
<p>To find out more about what skills a teacher needs, you can attend a free <a href="/events">Get Into Teaching event</a> or <a href="/teacher-training-advisers">get a teacher training adviser</a> if you’re eligible.</p>

</section>
<section>
<%= render CallsToAction::AdviserComponent.new(
text: "An adviser with years of teaching experience can answer any questions you have about teaching and help you decide if it is the career for you. Chat by phone, text or email, as little or as often as you need.") %>
</section>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<%= render Content::LandingHeroComponent.new(
title: @front_matter["title"],
title_paragraph: @front_matter["title_paragraph"],
colour: @front_matter["colour"]
) %>
4 changes: 4 additions & 0 deletions app/views/content/shared/quotes/_quote_skills_ben.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<%= render Content::QuoteComponent.new(
text: "There’s no one 'type' of teacher that works, and so you're able to make the job your own.",
name: "Ben, maths teacher",
) %>
4 changes: 4 additions & 0 deletions app/views/content/shared/quotes/_quote_skills_jane.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<%= render Content::QuoteComponent.new(
text: "Teacher training will allow you to experiment with the best tone of voice for your own teaching style. Observe as many teachers as you can and cherry-pick the techniques and skills that they use for your own classroom. I found that having a quieter voice required pupils to listen more actively. It was an excellent way to manage behaviour!",
name: "Jane, teacher training adviser",
) %>
4 changes: 4 additions & 0 deletions app/views/content/shared/quotes/_quote_skills_jodie.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<%= render Content::QuoteComponent.new(
text: "Some skills you need to be an amazing teacher can't be taught - kindness, caring, empathy and a passion to help others. If this sounds like you then the job satisfaction is unlike anything you will have experienced elsewhere.",
name: "Jodie, primary school teacher",
) %>
4 changes: 4 additions & 0 deletions app/views/content/shared/quotes/_quote_skills_mark.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<%= render Content::QuoteComponent.new(
text: "Ensure you have a genuine passion for education and a commitment to helping students succeed. Teaching requires dedication and enthusiasm, as you'll be influencing young lives and their futures.",
name: "Mark, maths and business teacher",
) %>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

<p>For your first 2 years as an early career teacher, you’ll receive a package of support to help you find your feet. You'll get this automatically if you work in a maintained school but lots of other schools provide this for ECTs too.</p>

<p>You’ll get a mentor to support you, boost your confidence and help you develop key skills, including behaviour management and ways to adapt your teaching. This builds on your initial teacher training.</p>
<p>You’ll get a mentor to support you, boost your confidence and help you develop <a href="/life-as-a-teacher/teaching-as-a-career/skills-to-teach">the key skills of a teacher</a>, including behaviour management and ways to adapt your teaching. This builds on your initial teacher training.</p>

<p><a href="/life-as-a-teacher/teaching-as-a-career/early-career-teachers">Find out more about support for early career teachers (ECT)</a>.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ School placements can seem daunting, but there's lots of support available.

### Your skills from training

You’ll start your placements well equipped with a toolkit of theory and techniques that you'll learn in training. Placements are a chance to put your new skills into practice.
You’ll start your placements well equipped with a toolkit of theory and techniques that you'll learn in training. Placements are a chance to put your new skills into practice. [Find out more about the skills needed for teaching](/life-as-a-teacher/teaching-as-a-career/skills-to-teach).

### Mentors

Expand Down
4 changes: 2 additions & 2 deletions app/views/content/train-to-be-a-teacher/what-is-a-pgce.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ expander:

If you have a degree and are interested in gaining a qualification in education, you may want to do a postgraduate certificate in education (PGCE).

You can get a postgraduate certificate in education through teacher training.
You can get a postgraduate certificate in education through teacher training. A PGCE can help you develop your [teaching skills and knowledge](/life-as-a-teacher/teaching-as-a-career/skills-to-teach).

You do not need a PGCE to be a qualified teacher in England, but it can help you develop your teaching skills and knowledge.
You do not need a PGCE to be a qualified teacher in England.

## The qualifications you need to teach in England

Expand Down
Loading