-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4366 from DFE-Digital/create-drama-page-2
create drama page 2
- Loading branch information
Showing
4 changed files
with
107 additions
and
6 deletions.
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
21 changes: 21 additions & 0 deletions
21
app/views/content/life-as-a-teacher/explore-subjects/drama.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,21 @@ | ||
--- | ||
title: Become a drama teacher | ||
subject: drama | ||
title_paragraph: |- | ||
<p> | ||
As a drama teacher, you'll fire up pupils’ imaginations and prove that learning can be fun. On and off stage, you'll build their confidence and give them the chance to shine.</p> | ||
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" | ||
--- |
67 changes: 67 additions & 0 deletions
67
app/views/content/life-as-a-teacher/explore-subjects/drama/_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,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, empathy 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> | ||
<%= 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> | ||
<%= render 'content/shared/teaching/bursary_no' %> | ||
<%= render 'content/shared/teaching/funding_support' %> | ||
</section> | ||
|
||
<section class="col col-720"> | ||
<!-- Support with teacher training --> | ||
<%= render 'content/shared/teaching/ect_support' %> | ||
</section> | ||
|
||
</div> |
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,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> |