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 drama page #4351

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 5 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 @@ -33,6 +33,12 @@
description: "As a design and technology teacher, you'll help pupils to turn their ideas into reality.",
path: "/life-as-a-teacher/explore-subjects/design-and-technology",
)) %>
<%= render Categories::CardComponent.new(heading_tag: "h2", card:
OpenStruct.new(
title: "Drama",
description: "As a drama teacher, you'll build pupils confidence and inspire them to unlock their inner creativity.",
joegibb marked this conversation as resolved.
Show resolved Hide resolved
path: "/life-as-a-teacher/explore-subjects/drama",
)) %>
<%= render Categories::CardComponent.new(heading_tag: "h2", card:
OpenStruct.new(
title: "Languages",
Expand Down
21 changes: 21 additions & 0 deletions app/views/content/life-as-a-teacher/explore-subjects/drama.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Become a drama teacher
subject: drama
title_paragraph: |-
<p>
As a drama teacher, you'll fire pupils’ imaginations and prove that learning can be fun. On and off stage you will build their confidence and give them the chance to shine.</p>
joegibb marked this conversation as resolved.
Show resolved Hide resolved
joegibb marked this conversation as resolved.
Show resolved Hide resolved
description: |-
Find out how to become a drama 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/0034.jpg"
keywords:
- drama
- teaching drama
- teacher training

content:
- "content/shared/subject-pages/header"
- "content/life-as-a-teacher/explore-subjects/drama/article"
- "content/shared/subject-pages/adviser-promo"
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<div class="row inset">
<section class="col col-720 col-space-l-top">
<h2 class="heading--box-blue">Why teach drama</h2>
<div class="inset">
<p>In drama lessons, you’ll foster a safe space for pupils to explore ideas creatively and help them bring characters to life. They’ll build skills in teamwork and empathy, take bold risks, and discover their own distinct voices.</p>
<!-- Why teach: benefits -->
<%= render 'content/shared/teaching/benefits' %>
</div>
</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 drama opens the door for your pupils to pursue exciting careers in fields such as acting, stage management and set design.</p>
<p>Your pupils will learn more from you than you might think. As their drama teacher, you'll guide them through the skills needed to write, rehearse and perform dramatic pieces. You'll teach them valuable life skills such as confidence with public speaking, working collaboratively and thinking creatively.</p>
</div>
</section>

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

<section class="col col-720">
<h2 class="heading--box-blue">What you'll teach</h2>
<p>Drama is part of the spoken language element of the <a href="https://www.gov.uk/government/publications/national-curriculum-in-england-english-programmes-of-study/national-curriculum-in-england-english-programmes-of-study">national curriculum for English</a>.</p>
<p>When you teach 11 to 16 year olds (key stages 3 and 4), you might cover skills including:</p>
<ul>
<li>improvising and rehearsing scripts</li>
<li>discussing language use and meaning</li>
<li>using intonation, voice and tone to add impact</li>
<li>using space effectively</li>
</ul>
<p>At A level and AS level (key stage 5), you’ll help pupils develop a deeper knowledge and understanding of:</p>
<ul>
<li>the theatrical processes and practices involved in interpreting and performing theatre</li>
<li>how conventions, forms and techniques are used in drama and live theatre to create meaning</li>
<li>how creative and artistic choices influence how meaning is communicated to an audience </li>
<li>how performance texts are constructed to be performed</li>
<li>how performance texts are informed by their social, cultural and historical contexts, and are interpreted and performed for an audience</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 drama</h2>
<%= render 'content/shared/qualifications-training/check_qualifcations' %>
<p>Drama teacher training courses have had successful applications from candidates with a range of degrees, including dance, film studies, English and law.</p>
joegibb marked this conversation as resolved.
Show resolved Hide resolved
<%= render 'content/shared/qualifications-training/find_out_more' %>
<%= render 'content/shared/qualifications-training/non_uk_qualifications' %>
</section>

<section class="col col-space-m col-720">
<h3>Fund your teacher training</h3>
<!-- there will be a partial for no funding when history goes out -->
joegibb marked this conversation as resolved.
Show resolved Hide resolved
<%= render 'content/shared/teaching/funding_support' %>
joegibb marked this conversation as resolved.
Show resolved Hide resolved
</section>

<section class="col col-720">
<!-- Support with teacher training -->
<%= render 'content/shared/teaching/ect_support' %>
</section>

</div>
7 changes: 7 additions & 0 deletions app/views/content/shared/quotes/_quote_drama_itasha.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<div class="quote-itasha">
<%= render Content::QuoteComponent.new(
text: "I love theatre and teaching young people how to practise life! Watching their journey from year 7 to 13 is priceless.",
name: "Itasha, drama teacher",
large: true
) %>
</div>
Loading