diff --git a/app/views/appropriate_bodies/teachers/extensions/new.html.erb b/app/views/appropriate_bodies/teachers/extensions/new.html.erb index 8c77e4cf..e9067560 100644 --- a/app/views/appropriate_bodies/teachers/extensions/new.html.erb +++ b/app/views/appropriate_bodies/teachers/extensions/new.html.erb @@ -1,6 +1,6 @@ <% page_data( - title: "Add an Extension to an ECT's induction", + title: "How many terms do you want to extend #{Teachers::Name.new(@teacher).full_name}’s induction by?", caption: Teachers::Name.new(@teacher).full_name, caption_size: 'm', backlink_href: ab_teacher_extensions_path(@teacher) @@ -10,11 +10,22 @@

- Before recording an extension, a final assessment must have been completed by the ECT's School Induction Tutor or Headteacher, which provides a recommendation on the ECT's performance against the Teaching Standards. As an Appropriate Body, you must have made a final decision on whether to extend the induction on the basis of this recommendation. + You can only extend their induction if it has been assessed by a school induction tutor or headteacher.

+

You do not need to extend for things like:

+ + +

- You do not need to record an extension when an induction needs to be extended due to a period of extended absence (an "automatic extension") + <%= Teachers::Name.new(@teacher).full_name %> can appeal an extension to their induction. You must tell them about their right to appeal and the appeal process.

<%= form_with( @@ -26,18 +37,11 @@ <%= f.govuk_number_field( :number_of_terms, - label: { text: "How many additional terms of induction do you need to add to #{Teachers::Name.new(@teacher).full_name}'s induction?", size: "m" }, width: 5, - min: 0.1, - max: 12.0, - step: 0.1, - hint: { text: "You can record the number of terms using up to one decimal place" } + label: { text: 'Enter number of terms', size: 'm' }, + hint: { text: "You can use up to one decimal place if the induction term is not a whole number. For example, for 2 and a half terms enter 2.5." } ) %> -

- An ECT may appeal an extension to their induction. You must advise the ECT of their right to appeal and provide them with information about who to appeal to, and the time limit for doing so. More information can be found here -

- <%= f.govuk_submit "Continue" %> <% end %>