|
5 | 5 | <br /><br />
|
6 | 6 | We will only consider the following settings and roles worked in England within the last 12 months:
|
7 | 7 | <ul class='govuk-list govuk-list--bullet govuk-hint'>
|
8 |
| - <li>a teacher, supply teacher, cover supervisor or teaching assistant in a #{govuk_link_to('state school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments')}</li> |
9 |
| - <li>a teacher or supply teacher in an #{govuk_link_to('independent school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments')}</li> |
10 |
| - <li>a teacher, tutor or lecturer in an #{govuk_link_to('Ofsted registered Further Education and Skills setting', 'https://reports.ofsted.gov.uk/search?latest_report_date_end=&latest_report_date_start=&level_1_types=1&level_2_types=3&location=&q=&radius=&status%5B%5D=1&status%5B%5D=4')} (for example, a college)</li> |
11 |
| - <li>a lecturer or tutor in an #{govuk_link_to('English Higher Education provider registered with the Office for Students', 'https://www.officeforstudents.org.uk/for-providers/regulatory-resources/the-ofs-register/?#/')} (for example, a university)</li> |
12 |
| - <li>a teacher in an #{govuk_link_to('Ofsted registered Early Years setting', 'https://reports.ofsted.gov.uk/search?q=&location=&radius=&level_1_types=2&latest_report_date_start=&latest_report_date_end=&status%5B%5D=1&status%5B%5D=4')} (for example, a nursery)</li> |
| 8 | + <li>a teacher, supply teacher, cover supervisor or teaching assistant in a #{govuk_link_to('state school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments', new_tab: true)}</li> |
| 9 | + <li>a teacher or supply teacher in an #{govuk_link_to('independent school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments', new_tab: true)}</li> |
| 10 | + <li>a teacher, tutor or lecturer in an #{govuk_link_to('Ofsted registered Further Education and Skills setting', 'https://reports.ofsted.gov.uk/search?latest_report_date_end=&latest_report_date_start=&level_1_types=1&level_2_types=3&location=&q=&radius=&status%5B%5D=1&status%5B%5D=4', new_tab: true)}, for example, a college</li> |
| 11 | + <li>a lecturer or tutor in an #{govuk_link_to('English Higher Education provider registered with the Office for Students', 'https://www.officeforstudents.org.uk/for-providers/regulatory-resources/the-ofs-register/?#/', new_tab: true)}, for example, a university</li> |
| 12 | + <li>a teacher in an #{govuk_link_to('Ofsted registered Early Years setting', 'https://reports.ofsted.gov.uk/search?q=&location=&radius=&level_1_types=2&latest_report_date_start=&latest_report_date_end=&status%5B%5D=1&status%5B%5D=4', new_tab: true)}, for example, a nursery</li> |
13 | 13 | </ul>
|
14 | 14 | ".html_safe
|
15 | 15 | %>
|
|
0 commit comments