Skip to content

Commit

Permalink
Completed matching logic for each route into teaching
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerldixon committed Dec 17, 2024
1 parent d02756a commit b394579
Showing 1 changed file with 72 additions and 38 deletions.
110 changes: 72 additions & 38 deletions config/values/routes_into_teaching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,46 +51,80 @@ routes:
- question: location
answer: "No"

# international_qualified_teacher_status:
title: International qualified teacher status (iQTS)
course_length: 4 months
course_fee: Yes
funding: No
description: International qualified teacher status (iQTS) is a teaching qualification backed by the UK government. iQTS meets the same high standards as English qualified teacher status (QTS) and leads to the automatic award of QTS. You can train where you live and work, with no need to visit the UK.


- title: Undergraduate initial teacher training
course_length: up to 4 years
course_fee: Yes
funding: No
description: These courses are in high demand and very competitive, so it’s important to apply as soon as you can if you’re eligible.standards, or written assessments. This will vary by your provider.
matches:
- question: undergraduate_degree
answer: "No"
- question: unqualified_teacher
answer: "*"
- question: location
answer: "No"

# undergratuate_initial_teacher_training:
title: Undergraduate initial teacher training
course_length: up to 4 years
course_fee: Yes
funding: No
description: These courses are in high demand and very competitive, so it’s important to apply as soon as you can if you’re eligible.standards, or written assessments. This will vary by your provider.
- title: International qualified teacher status (iQTS)
course_length: 4 months
course_fee: Yes
funding: No
description: International qualified teacher status (iQTS) is a teaching qualification backed by the UK government. iQTS meets the same high standards as English qualified teacher status (QTS) and leads to the automatic award of QTS. You can train where you live and work, with no need to visit the UK.
matches:
- question: undergraduate_degree
answer: "Yes"
- question: unqualified_teacher
answer: "*"
- question: location
answer: "No"

# teacher_degree_apprenticeship:
title: Teacher degree apprenticeship
course_length: 4 years
course_fee: No - you will be paid a salary
funding: No
description: These courses are in high demand and very competitive, so it’s important to apply as soon as you can if you’re eligible.
- title: Teacher degree apprenticeship
course_length: 4 years
course_fee: No - you will be paid a salary
funding: No
description: These courses are in high demand and very competitive, so it’s important to apply as soon as you can if you’re eligible.
matches:
- question: undergraduate_degree
answer: "No"
- question: unqualified_teacher
answer: "*"
- question: location
answer: "No"

# undergraduate_degree_followed_by_postgraduate_teacher_training:
title: Undergraduate degree (followed by postgraduate teacher training)
course_length: 4 years
course_fee: Yes
funding: No
description:
- title: Undergraduate degree (followed by postgraduate teacher training)
course_length: 4 years
course_fee: Yes
funding: No
description:
matches:
- question: undergraduate_degree
answer: "No"
- question: unqualified_teacher
answer: "*"
- question: location
answer: "No"

# undergraduate_degree_followed_by_assessment_only:
title: Undergraduate degree (followed by Assessment only)
course_length: up to 4 years
course_fee: Yes
funding: No
description:
- title: Undergraduate degree (followed by Assessment only)
course_length: up to 4 years
course_fee: Yes
funding: No
description:
matches:
- question: undergraduate_degree
answer: "No"
- question: unqualified_teacher
answer: "Yes"
- question: location
answer: "No"

# undergraduate_degree_followed_by_iqts:
title: Undergraduate degree (followed by iQTS)
course_length: up to 4 years
course_fee: Yes
funding: No
description:
- title: Undergraduate degree (followed by iQTS)
course_length: up to 4 years
course_fee: Yes
funding: No
description:
matches:
- question: undergraduate_degree
answer: "No"
- question: unqualified_teacher
answer: "Yes"
- question: location
answer: "No"

0 comments on commit b394579

Please sign in to comment.