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

create music page #4343

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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 @@ -45,6 +45,12 @@
description: "Find out how to become a maths teacher, so you can show pupils how important maths is in everyday life and in understanding the world.",
path: "/life-as-a-teacher/explore-subjects/maths"
)) %>
<%= render Categories::CardComponent.new(heading_tag: "h2", card:
OpenStruct.new(
title: "Music",
description: "Find out how to become a music teacher and inspire pupils unlock their creativity.",
joegibb marked this conversation as resolved.
Show resolved Hide resolved
path: "/life-as-a-teacher/explore-subjects/music"
)) %>
<%= render Categories::CardComponent.new(heading_tag: "h2", card:
OpenStruct.new(
title: "Physics",
Expand Down
22 changes: 22 additions & 0 deletions app/views/content/life-as-a-teacher/explore-subjects/music.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Become a music teacher
subject: music
title_paragraph: |-
<p>
As a music teacher, you’ll inspire pupils to unlock their creativity and get them to express themselves. You’ll foster a lifelong appreciation of music, enriching their lives beyond the classroom.
Tax-free bursaries of $bursaries_postgraduate_music$ are available for eligible trainee music teachers.</p>
joegibb marked this conversation as resolved.
Show resolved Hide resolved
description: |-
Find out how to become a music teacher, including what you'll be teaching and what funding is available to help you train.
layout: "layouts/minimal"
colour: pastel yellow-yellow
image: "static/images/content/hero-images/0031.jpg"
keywords:
- music
- teaching music
- teacher training

content:
- "content/shared/subject-pages/header"
- "content/life-as-a-teacher/explore-subjects/music/article"
- "content/shared/subject-pages/adviser-promo"
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<div class="row inset">
<section class="col col-720 col-space-l-top">
<h2 class="heading--box-blue">Why teach music</h2>
<p> Through teaching music, you will share your passion and encourage pupils to discover theirs. From composing and performing to being a critical listener, you'll give pupils the chance to have fun and develop their appreciation for different types of music.</p>
<%= render 'content/shared/teaching/benefits' %>
</section>

<section class="col col-720">
<%= render 'content/shared/quotes/quote_progression_chris' %>
</section>

<section class="col col-720 col-space-l-top">
<h2 class="heading--box-blue">Shape your pupils' futures</h2>
<div class="inset">
<p>Teaching music opens the door for your pupils to pursue exciting careers. From music producers and sound engineers, to musical artists and composers, you may just inspire the next big thing.</p>
<p>Your pupils will learn more from you than you might think. As their music teacher, you 'll guide your pupils through the skills they need to develop their appreciation of music and how it's constructed. You'll teach them valuable life skills such as reflective listening, how to make considered choices and the confidence to take risks.</p>
joegibb marked this conversation as resolved.
Show resolved Hide resolved
</div>
</section>

<section class="col col-720">
<h2 class="heading--box-blue">What you'll teach</h2>
<p>You'll teach the <a href="https://www.gov.uk/government/publications/national-curriculum-in-england-music-programmes-of-study/national-curriculum-in-england-music-programmes-of-study">national curriculum for music</a>.</p>
<p>Throughout key stage 3 pupils will build on their skills through performing, composing and listening. Pupils will be taught to: </p>
<ul>
<li>perform confidently</li>
<li>improvise and compose musical ideas </li>
<li>use staff and other notations accurately </li>
<li> listen to a wide range of composers and musicians</li>
<li>develop a deeper understanding of music and its history</li>
</ul>
<p>In key stage 4 (14 to 16 years olds) you will help pupils demonstrate skills in:</p>
joegibb marked this conversation as resolved.
Show resolved Hide resolved
<ul>
<li>developing composing </li>
<li>recognising contrasting genres, styles and traditions</li>
<li>use staff and other notations accurately </li>
joegibb marked this conversation as resolved.
Show resolved Hide resolved
<li>reading and writing of staff notation</li>
<li>analysing and evaluating music</li>
<li>making critical judgements about music</li>
</ul>
<p>Explore what teaching a key stage 3 and 4 music lesson would be like at the <a href="https://www.thenational.academy/teachers/curriculum/music-secondary-edexcel/units">Oak National Academy website</a>.</p>
joegibb marked this conversation as resolved.
Show resolved Hide resolved
<p>At A level and AS level (key stage 5), you’ll help pupils develop a deeper knowledge and understanding of:</p>
<ul>
<li>performance</li>
<li>composing</li>
<li>awareness of music</li>
joegibb marked this conversation as resolved.
Show resolved Hide resolved
<li>reflective listening</li>
</ul>
<%= render 'content/shared/teaching/ages_abilities' %>
</section>

<section class="col col-space-m col-720">
<h2 class="heading--box-blue">Start your journey into teaching music</h2>
<%= render 'content/shared/qualifications-training/check_qualifcations' %>
<p>Music teacher training courses have had successful applications from candidates with a range of degrees, including drama, media and graphic design.</p>
<p>Find out more about what <a href="/train-to-be-a-teacher/qualifications-you-need-to-teach">qualifications you need to train to teach</a>.</p>
<%= render 'content/shared/qualifications-training/non_uk_qualifications' %>
</section>

<section class="col col-space-m col-720">
<h3>Fund your teacher training</h3>
<%= render 'content/shared/teaching/bursary_only' %>
<%= render 'content/shared/teaching/funding_support' %>
</section>

<section class="col col-720">
<%= render 'content/shared/teaching/ect_support' %>
</section>
</div>
Loading