-
Notifications
You must be signed in to change notification settings - Fork 11
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
emmaachesongray
wants to merge
7
commits into
master
Choose a base branch
from
skills-page
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+97
−5
Open
New teacher skills page #4499
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
09ea360
add skills page
emmaachesongray 6951c01
fix linting
emmaachesongray 6eb3a00
error fix
emmaachesongray c42826c
add links from other pages
emmaachesongray d8f1e4d
Apply suggestions from code review
emmaachesongray 640b93b
content tweaks
emmaachesongray 100959a
add CTA
emmaachesongray File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
app/views/content/life-as-a-teacher/teaching-as-a-career/skills-to-teach.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
--- |
52 changes: 52 additions & 0 deletions
52
app/views/content/life-as-a-teacher/teaching-as-a-career/skills-to-teach/_article.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> | ||
|
||
<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> |
5 changes: 5 additions & 0 deletions
5
app/views/content/life-as-a-teacher/teaching-as-a-career/skills-to-teach/_header.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<%= render Content::LandingHeroComponent.new( | ||
title: @front_matter["title"], | ||
title_paragraph: @front_matter["title_paragraph"], | ||
colour: @front_matter["colour"] | ||
) %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
) %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
) %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
) %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
) %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?