Skip to content

Commit

Permalink
Suggested changes made
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Apr 23, 2024
1 parent cad8a51 commit e42a4a6
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions app/views/eligibility_interface/start/show.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<h2 class="govuk-heading-m">How this service works</h2>

<ol class="govuk-list govuk-list--number">
<li class="govuk-body">You need to check if you’re eligible to apply for QTS.</li>
<li class="govuk-body">If you’re eligible, you’ll be able to make an application.</li>
<li class="govuk-body">Once you submit your application, we’ll assess your qualifications and teaching experience to decide if we can award you with QTS.</li>
<li>You need to check if you’re eligible to apply for QTS.</li>
<li>If you’re eligible, you’ll be able to make an application.</li>
<li>Once you submit your application, we’ll assess your qualifications and teaching experience to decide if we can award you with QTS.</li>
</ol>

<p class="govuk-body">Decisions are based on whether you meet our assessment criteria.</p>
Expand All @@ -29,29 +29,24 @@
<p class="govuk-body"><strong>You must have:</strong></p>

<ul class="govuk-list govuk-list--bullet">
<li class="govuk-body">an undergraduate degree equal to a UK bachelor’s degree</li>
<li class="govuk-body">completed teacher training equal to a <%= govuk_link_to "level 6 qualification", "https://www.gov.uk/what-different-qualification-levels-mean/list-of-qualification-levels#:~:text=Level%206%20qualifications%20are%3A,graduate%20certificate" %></li>
<li class="govuk-body">completed all mandatory induction processes to gain full teacher registration in the country where you qualified</li>
<li class="govuk-body">been recognised as a professional teacher in the country where you qualified, and have no conditions or restrictions on your teaching practice</li>
<li class="govuk-body">qualifications to show you can teach children aged anywhere between 5 and 16 years old</li>
<li class="govuk-body">at least one school year (9 months) of experience employed as a teacher in any country, but must be from after you first became qualified to teach</li>
<li>an undergraduate degree equal to a UK bachelor’s degree</li>
<li>completed teacher training equal to a <%= govuk_link_to "level 6 qualification", "https://www.gov.uk/what-different-qualification-levels-mean/list-of-qualification-levels#:~:text=Level%206%20qualifications%20are%3A,graduate%20certificate" %></li>
<li>completed all mandatory induction processes to gain full teacher registration in the country where you qualified</li>
<li>been recognised as a professional teacher in the country where you qualified, and have no conditions or restrictions on your teaching practice</li>
<li>qualifications to show you can teach children aged anywhere between 5 and 16 years old</li>
<li>at least one school year (9 months) of experience employed as a teacher in any country, but must be from after you first became qualified to teach</li>
</ul>

<p class="govuk-body">Depending on the country that you trained to teach in, you may be required to have:</p>

<ul class="govuk-list govuk-list--bullet">
<li class="govuk-body">qualifications to show you can teach children aged anywhere between 11 and 16 years old</li>
<li class="govuk-body">a teaching specialism in one of the following subjects: maths, science, biology, chemistry, physics, French, German, Italian, Japanese, Latin, Mandarin, Russian, or Spanish</li>
<li>qualifications to show you can teach children aged anywhere between 11 and 16 years old</li>
<li>a teaching specialism in one of the following subjects: maths, science, biology, chemistry, physics, French, German, Italian, Japanese, Latin, Mandarin, Russian, or Spanish</li>
</ul>

<p class="govuk-body">If you trained in England or Wales, or have not yet qualified, learn more about <%= govuk_link_to "other routes to getting QTS", "https://www.gov.uk/government/publications/apply-for-qualified-teacher-status-qts-if-you-teach-outside-the-uk/routes-to-qualified-teacher-status-qts-for-teachers-and-those-with-teaching-experience-outside-the-uk#routes-to-qts" %>.</p>

<%= form_with url: eligibility_interface_start_path, method: :post do |f| %>
<button type="submit" formnovalidate="formnovalidate" class="govuk-button govuk-button--start govuk-!-margin-top-2 govuk-!-margin-bottom-9" data-module="govuk-button" data-prevent-double-click="true">
Check you’re eligible
<svg class="govuk-button__start-icon" xmlns="http://www.w3.org/2000/svg" width="17.5" height="19" viewBox="0 0 33 40" focusable="false" aria-hidden="true"><path fill="currentColor" d="M0 0h13l20 20-20 20H0l20-20z"></path></svg>
</button>
<% end %>
<%= govuk_start_button(text: "Check you’re eligible", href: eligibility_interface_start_path, as_button: true) %>

<% if FeatureFlags::FeatureFlag.active?(:teacher_applications) %>
<p class="govuk-body">
Expand Down

0 comments on commit e42a4a6

Please sign in to comment.