From 66e3cb4341fc1688f4e56019ad57481c8cf101d2 Mon Sep 17 00:00:00 2001 From: joegibb Date: Thu, 21 Nov 2024 14:26:00 +0000 Subject: [PATCH 1/2] create drama page 2 --- .../explore-subjects/_categories.html.erb | 6 ++ .../explore-subjects/drama.md | 21 ++++++ .../explore-subjects/drama/_article.html.erb | 67 +++++++++++++++++++ .../quotes/_quote_drama_itasha.html.erb | 7 ++ 4 files changed, 101 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 67f43726fc..271d625306 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 @@ -32,6 +32,12 @@ title: "Design and technology", 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.", + path: "/life-as-a-teacher/explore-subjects/drama", )) %> <%= render Categories::CardComponent.new(heading_tag: "h2", card: OpenStruct.new( 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..7f85655ef4 --- /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'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.

+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..d896704c4c --- /dev/null +++ b/app/views/content/life-as-a-teacher/explore-subjects/drama/_article.html.erb @@ -0,0 +1,67 @@ +
+
+

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, empathy 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 element of the national curriculum for English.

+

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

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

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

+
    +
  • 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' %> +
+ +
+

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/bursary_no' %> + <%= 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..bdb8939a72 --- /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 practise life! Watching their journey from year 7 to 13 is priceless.", + name: "Itasha, drama teacher", + large: true + ) %> +
From d2cbe2c23cf81a237145a4dfb3da5ed184b84036 Mon Sep 17 00:00:00 2001 From: joegibb Date: Thu, 21 Nov 2024 15:42:43 +0000 Subject: [PATCH 2/2] reorder category alphabetically --- .../explore-subjects/_categories.html.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 271d625306..ca43ce6815 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 @@ -45,18 +45,18 @@ description: "Find out how to become an English teacher and inspire pupils to become passionate about language and think creatively.", path: "/life-as-a-teacher/explore-subjects/english" )) %> - <%= render Categories::CardComponent.new(heading_tag: "h2", card: - OpenStruct.new( - title: "Languages", - description: "Help pupils to explore cultures around the world through learning a language. There's a wide range of languages you could teach, like French, Mandarin, Spanish or ancient Greek.", - path: "/life-as-a-teacher/explore-subjects/languages", - )) %> <%= render Categories::CardComponent.new(heading_tag: "h2", card: OpenStruct.new( title: "History", description: "As a history teacher, you'll bring the past back to life and inspire pupils to become critical thinkers. ", path: "/life-as-a-teacher/explore-subjects/history", )) %> + <%= render Categories::CardComponent.new(heading_tag: "h2", card: + OpenStruct.new( + title: "Languages", + description: "Help pupils to explore cultures around the world through learning a language. There's a wide range of languages you could teach, like French, Mandarin, Spanish or ancient Greek.", + path: "/life-as-a-teacher/explore-subjects/languages", + )) %> <%= render Categories::CardComponent.new(heading_tag: "h2", card: OpenStruct.new( title: "Maths",