-
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.
create a business studies subject page
- Loading branch information
Showing
4 changed files
with
101 additions
and
91 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
91 changes: 0 additions & 91 deletions
91
app/views/content/life-as-a-teacher/explore-subjects/business-studies/_article.html.erb
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
app/views/content/life-as-a-teacher/explore-subjects/business.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,22 @@ | ||
--- | ||
title: Become a business teacher | ||
subject: business | ||
title_paragraph: |- | ||
<p> | ||
Teaching business, you'll equip pupils with the skills to navigate the world of work and develop the leaders of tomorrow. You'll teach them to think critically and confidently tackle the challenges of the global economy.</p> | ||
description: |- | ||
Find out how to become a business 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/teacher2.jpg" | ||
keywords: | ||
- business studies | ||
- teaching business | ||
- teacher training | ||
|
||
content: | ||
- "content/shared/subject-pages/header" | ||
- "content/life-as-a-teacher/explore-subjects/business/article" | ||
--- |
73 changes: 73 additions & 0 deletions
73
app/views/content/life-as-a-teacher/explore-subjects/business/_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,73 @@ | ||
<div class="row inset"> | ||
<section class="col col-720 col-space-l-top"> | ||
<h2 class="heading--box-blue">Why teach business</h2> | ||
<div class="inset"> | ||
<p>As a business teacher, you'll explore the inner workings of organisations, the key strategies behind success, and the innovations that shape our global marketplace. You'll inspire the next generation to think deeply, act decisively, and create meaningful change.</p> | ||
<%= render 'content/shared/teaching/benefits' %> | ||
<%= render 'content/shared/teaching/why_teach' %> | ||
</div> | ||
</section> | ||
|
||
<section class="col col-720"> | ||
<!-- Quote: Chris Farr --> | ||
<%= 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> | ||
<p>Teaching business opens the door for your pupils to pursue exciting careers. They could work in a diverse range of fields, from business analysis and data science to accountancy and financial management.</p> | ||
<p>Your pupils will learn more from you than you might think. As their teacher, you'll guide them through the skills they need to show their understanding of business. You'll teach them valuable life skills such as critical thinking, decision making and communication.</p> | ||
</section> | ||
|
||
<section class="col col-720"> | ||
<h2 class="heading--box-blue">What you'll teach</h2> | ||
<p>Business is only a subject option in schools from GCSE level, so you may also teach another subject to younger students, such as computing.</p> | ||
<p>When you teach 11 to 14 year olds (key stage 4), you'll teach the <a href="https://www.gov.uk/government/publications/gcse-business"> curriculum for business</a>.</p> | ||
<p> skills and knowledge you will teach include:</p> | ||
<ul> | ||
<li> how different business contexts affect business decisions</li> | ||
<li> the use and limitation of quantitative and qualitative data in making decisions</li> | ||
<li> the types of business ownership, including business start-ups and the concept of | ||
limited liability</li> | ||
<li> how to investigate, analyse and evaluate business opportunities and issues</li> | ||
</ul> | ||
<p>At A level and AS level (key stage 5), you’ll teach pupils knowledge and skills including:</p> | ||
<ul> | ||
<li>making justifiable decisions using both qualitative methods and quantitative | ||
methods</li> | ||
<li>identifying business opportunities and problems </li> | ||
<li>understanding ethical dilemmas and responsibilities faced by organisations and | ||
individuals</li> | ||
<li>developing a critical understanding of organisations and their ability to meet society’s needs | ||
and wants</li> | ||
</ul> | ||
<!-- Teaching pupils: ages and abilities --> | ||
<p><%= render 'content/shared/teaching/ages_abilities' %> <a href="/life-as-a-teacher/age-groups-and-specialisms/secondary"> Explore more about teaching secondary</a>.</p> | ||
</section> | ||
|
||
<section class="col col-space-m col-720"> | ||
<h2 class="heading--box-blue">Start your journey into teaching business</h2> | ||
<!-- Check your qualifications--> | ||
<%= render 'content/shared/qualifications-training/check_qualifications' %> | ||
<p>Business teacher training courses have had successful applications from candidates with a range of degrees, including economics, psychology, and sociology.</p> | ||
<%= render 'content/shared/qualifications-training/find_out_more' %> | ||
<!-- Non-UK qualifications expander --> | ||
<%= render 'content/shared/qualifications-training/non_uk_qualifications' %> | ||
</section> | ||
<section class="col col-space-m col-720"> | ||
<h3>Fund your teacher training</h3> | ||
<!-- Bursaries and Scholarships --> | ||
<%= render 'content/shared/teaching/bursary_no' %> | ||
<!-- Funding and Support --> | ||
<%= render 'content/shared/teaching/funding_support' %> | ||
</section> | ||
|
||
<section class="col col-720"> | ||
<!-- Support with teacher training --> | ||
<%= render 'content/shared/teaching/ect_support' %> | ||
</section> | ||
<%= render CallsToAction::AdviserComponent.new( | ||
text: "An adviser with years of teaching experience can help you to become a business teacher. Chat by phone, text, or email as little or often as you need.", | ||
) %> | ||
</div> | ||
</div> |