From 00eebaf11c71b9e5312026a52b97a053c7295a37 Mon Sep 17 00:00:00 2001 From: joegibb Date: Wed, 13 Nov 2024 08:48:50 +0000 Subject: [PATCH 1/6] create drama page --- .../explore-subjects/_categories.html.erb | 6 ++ .../explore-subjects/drama.md | 21 ++++++ .../explore-subjects/drama/_article.html.erb | 73 +++++++++++++++++++ .../quotes/_quote_drama_itasha.html.erb | 7 ++ 4 files changed, 107 insertions(+) create mode 100644 app/views/content/life-as-a-teacher/explore-subjects/drama.md create mode 100644 app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb create mode 100644 app/views/content/shared/quotes/_quote_drama_itasha.html.erb diff --git a/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb b/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb index a4bdd08633..5fafc59a3b 100644 --- a/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb +++ b/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb @@ -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 inspire pupils to unlock their inner creativity and take bold risks.", + path: "/life-as-a-teacher/explore-subjects/drama", + )) %> <%= render Categories::CardComponent.new(heading_tag: "h2", card: OpenStruct.new( title: "Languages", diff --git a/app/views/content/life-as-a-teacher/explore-subjects/drama.md b/app/views/content/life-as-a-teacher/explore-subjects/drama.md new file mode 100644 index 0000000000..afe51c38dc --- /dev/null +++ b/app/views/content/life-as-a-teacher/explore-subjects/drama.md @@ -0,0 +1,21 @@ +--- +title: Become a drama teacher +subject: drama +title_paragraph: |- +

+ As a drama teacher, you will 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.

+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" +--- diff --git a/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb b/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb new file mode 100644 index 0000000000..90041a161f --- /dev/null +++ b/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb @@ -0,0 +1,73 @@ +
+
+

Why teach drama

+
+

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.

+ + <%= render 'content/shared/teaching/benefits' %> +
+
+ +
+ <%= render 'content/shared/quotes/quote_progression_chris' %> +
+ +
+

Shape your pupils' futures

+
+

Teaching drama opens the door for your pupils to pursue exciting careers in fields such as acting, stage management and set design.

+

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.

+
+
+ +
+ <%= render 'content/shared/quotes/quote_drama_itasha' %> +
+ +
+

What you'll teach

+

Drama is part of the spoken language section in the national curriculum for English.

+

When you teach 11 to 14 year olds (key stage 3), you might cover skills including:

+
    +
  • improvising and rehearsing scripts
  • +
  • working collaboratively to perform plays
  • +
  • using intonation, voice and tone to add impact
  • +
  • using space effectively
  • +
+

When you teach 14 to 16 year olds (key stage 4) you might help them demonstrate skills in:

+
    +
  • devising scripts to perform
  • +
  • using expression to convey meaning
  • +
  • developing ideas about characters through playing roles
  • +
  • reflecting and evaluating the work of others
  • +
+

At A level and AS level (key stage 5), you’ll help pupils develop a deeper knowledge and understanding of:

+
    +
  • critically analysing the work of others
  • +
  • adopting safe working practices
  • +
  • exploring and devising rehearsal methods
  • +
  • performing with confidence
  • + + <%= render 'content/shared/teaching/ages_abilities' %> +
+ +
+

Start your journey into teaching drama

+ <%= render 'content/shared/qualifications-training/check_qualifcations' %> +

Drama teacher training courses have had successful applications from candidates with a range of degrees, including dance, film studies, English and law.

+ <%= render 'content/shared/qualifications-training/find_out_more' %> + <%= render 'content/shared/qualifications-training/non_uk_qualifications' %> +
+ +
+

Fund your teacher training

+ + <%= render 'content/shared/teaching/funding_support' %> +
+ +
+ + <%= render 'content/shared/teaching/ect_support' %> +
+ +
diff --git a/app/views/content/shared/quotes/_quote_drama_itasha.html.erb b/app/views/content/shared/quotes/_quote_drama_itasha.html.erb new file mode 100644 index 0000000000..1f0675f863 --- /dev/null +++ b/app/views/content/shared/quotes/_quote_drama_itasha.html.erb @@ -0,0 +1,7 @@ +
+ <%= render Content::QuoteComponent.new( + text: "I love theatre and teaching young people how to practice life! Watching their journey from year 7 to 13 is priceless.", + name: "Itasha, drama teacher", + large: true + ) %> +
From 00f7bc1ad11d270b74b5110f9926ad5b5ecb3c76 Mon Sep 17 00:00:00 2001 From: joegibb Date: Wed, 13 Nov 2024 10:19:30 +0000 Subject: [PATCH 2/6] fix linting --- .../explore-subjects/drama/_article.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb b/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb index 90041a161f..ea0c69936f 100644 --- a/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb +++ b/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb @@ -25,9 +25,9 @@
-

What you'll teach

-

Drama is part of the spoken language section in the national curriculum for English.

-

When you teach 11 to 14 year olds (key stage 3), you might cover skills including:

+

What you'll teach

+

Drama is part of the spoken language element of the national curriculum for English.

+

When you teach 11 to 14 year olds (key stage 3), you might cover skills including:

  • improvising and rehearsing scripts
  • working collaboratively to perform plays
  • @@ -47,7 +47,7 @@
  • adopting safe working practices
  • exploring and devising rehearsal methods
  • performing with confidence
  • - +
<%= render 'content/shared/teaching/ages_abilities' %>
From 99f72180c8330c000f4a2c214486f002372af22d Mon Sep 17 00:00:00 2001 From: joegibb Date: Wed, 13 Nov 2024 10:56:56 +0000 Subject: [PATCH 3/6] responding to comments --- .../life-as-a-teacher/explore-subjects/drama/_article.html.erb | 2 +- app/views/content/shared/quotes/_quote_drama_itasha.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb b/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb index ea0c69936f..bf160e76f3 100644 --- a/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb +++ b/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb @@ -26,7 +26,7 @@

What you'll teach

-

Drama is part of the spoken language element of the national curriculum for English.

+

Drama is part of the spoken language element of the national curriculum for English.

When you teach 11 to 14 year olds (key stage 3), you might cover skills including:

  • improvising and rehearsing scripts
  • diff --git a/app/views/content/shared/quotes/_quote_drama_itasha.html.erb b/app/views/content/shared/quotes/_quote_drama_itasha.html.erb index 1f0675f863..bdb8939a72 100644 --- a/app/views/content/shared/quotes/_quote_drama_itasha.html.erb +++ b/app/views/content/shared/quotes/_quote_drama_itasha.html.erb @@ -1,6 +1,6 @@
    <%= render Content::QuoteComponent.new( - text: "I love theatre and teaching young people how to practice life! Watching their journey from year 7 to 13 is priceless.", + 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 ) %> From d569de980a095a72e8ad2d407f31aadc7970589e Mon Sep 17 00:00:00 2001 From: joegibb Date: Thu, 14 Nov 2024 10:29:25 +0000 Subject: [PATCH 4/6] respond to comments --- .../life-as-a-teacher/explore-subjects/_categories.html.erb | 2 +- app/views/content/life-as-a-teacher/explore-subjects/drama.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb b/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb index 5fafc59a3b..62bf0c5f7a 100644 --- a/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb +++ b/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb @@ -36,7 +36,7 @@ <%= render Categories::CardComponent.new(heading_tag: "h2", card: OpenStruct.new( title: "Drama", - description: "As a drama teacher, you'll inspire pupils to unlock their inner creativity and take bold risks.", + description: "As a drama teacher, you'll build pupils confidence and inspire them to unlock their inner creativity.", path: "/life-as-a-teacher/explore-subjects/drama", )) %> <%= render Categories::CardComponent.new(heading_tag: "h2", card: diff --git a/app/views/content/life-as-a-teacher/explore-subjects/drama.md b/app/views/content/life-as-a-teacher/explore-subjects/drama.md index afe51c38dc..691308f3ec 100644 --- a/app/views/content/life-as-a-teacher/explore-subjects/drama.md +++ b/app/views/content/life-as-a-teacher/explore-subjects/drama.md @@ -3,7 +3,7 @@ title: Become a drama teacher subject: drama title_paragraph: |-

    - As a drama teacher, you will 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.

    + 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.

    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" From eb5231922c72434e08c16bba4a3f02eb47d8ede4 Mon Sep 17 00:00:00 2001 From: joegibb Date: Fri, 15 Nov 2024 11:43:43 +0000 Subject: [PATCH 5/6] curriculum content changes --- .../explore-subjects/drama/_article.html.erb | 20 +++++++------------ 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb b/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb index bf160e76f3..70833a1758 100644 --- a/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb +++ b/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb @@ -27,26 +27,20 @@

    What you'll teach

    Drama is part of the spoken language element of the national curriculum for English.

    -

    When you teach 11 to 14 year olds (key stage 3), you might cover skills including:

    +

    When you teach 11 to 16 year olds (key stages 3 and 4), you might cover skills including:

    • improvising and rehearsing scripts
    • -
    • working collaboratively to perform plays
    • +
    • discussing language use and meaning
    • using intonation, voice and tone to add impact
    • using space effectively
    -

    When you teach 14 to 16 year olds (key stage 4) you might help them demonstrate skills in:

    -
      -
    • devising scripts to perform
    • -
    • using expression to convey meaning
    • -
    • developing ideas about characters through playing roles
    • -
    • reflecting and evaluating the work of others
    • -

    At A level and AS level (key stage 5), you’ll help pupils develop a deeper knowledge and understanding of:

      -
    • critically analysing the work of others
    • -
    • adopting safe working practices
    • -
    • exploring and devising rehearsal methods
    • -
    • performing with confidence
    • +
    • the theatrical processes and practices involved in interpreting and performing theatre
    • +
    • how conventions, forms and techniques are used in drama and live theatre to create meaning
    • +
    • how creative and artistic choices influence how meaning is communicated to an audience
    • +
    • how performance texts are constructed to be performed
    • +
    • how performance texts are informed by their social, cultural and historical contexts, and are interpreted and performed for an audience
    <%= render 'content/shared/teaching/ages_abilities' %>
    From bb89a795e2a20f45054c74258fac8861564b638d Mon Sep 17 00:00:00 2001 From: joegibb Date: Mon, 18 Nov 2024 10:38:45 +0000 Subject: [PATCH 6/6] suggested changes --- .../life-as-a-teacher/explore-subjects/_categories.html.erb | 2 +- app/views/content/life-as-a-teacher/explore-subjects/drama.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb b/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb index 62bf0c5f7a..8fb25d8394 100644 --- a/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb +++ b/app/views/content/life-as-a-teacher/explore-subjects/_categories.html.erb @@ -36,7 +36,7 @@ <%= 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.", + description: "As a drama teacher, you'll build pupils' confidence and inspire them to unlock their inner creativity.", path: "/life-as-a-teacher/explore-subjects/drama", )) %> <%= render Categories::CardComponent.new(heading_tag: "h2", card: diff --git a/app/views/content/life-as-a-teacher/explore-subjects/drama.md b/app/views/content/life-as-a-teacher/explore-subjects/drama.md index 691308f3ec..a6ff2abaeb 100644 --- a/app/views/content/life-as-a-teacher/explore-subjects/drama.md +++ b/app/views/content/life-as-a-teacher/explore-subjects/drama.md @@ -3,7 +3,7 @@ title: Become a drama teacher subject: drama title_paragraph: |-

    - 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.

    + As a drama teacher, you'll fire 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.

    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"