Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions SAPSec.Web/Views/School/WhatIsASimilarSchool.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@
</tr>
<tr class="govuk-table__row">
<td class="govuk-table__cell govuk-!-font-weight-bold">Average IDACI score</td>
<td class="govuk-table__cell">Measure of income deprivation</td>
<td class="govuk-table__cell">Proportion of children aged 0 to 15 in an area who live in income deprived families.
<a href='https://www.gov.uk/government/statistics/english-indices-of-deprivation-2025/english-indices-of-deprivation-2025-statistical-release'>Find out more about English indices of deprivation.</a></td>
</tr>
<tr class="govuk-table__row">
<td class="govuk-table__cell govuk-!-font-weight-bold">Average POLAR4 quintile</td>
<td class="govuk-table__cell">Probability of young people entering higher education by area</td>
<td class="govuk-table__cell">Areas across the UK classified into quintiles based on the proportion of young people who enter higher education.
<a href='https://www.officeforstudents.org.uk/data-and-analysis/young-participation-by-area/about-polar-and-adult-he/'>Find out more on the Office for Students website.</a>
</td>
</tr>
<tr class="govuk-table__row">
<td class="govuk-table__cell govuk-!-font-weight-bold">Percentage of pupils with an EHC plan</td>
Expand Down
4 changes: 2 additions & 2 deletions SAPSec.Web/Views/SimilarSchoolsComparison/Similarity.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</p>

<p class="govuk-body">
Learn <a href="@Url.Action("WhatIsASimilarSchool", "School", new { urn = Model.Urn })" class="govuk-link">
more about this data and how DfE identifies what a similar school is.
Find out more about <a href="@Url.Action("WhatIsASimilarSchool", "School", new { urn = Model.Urn })" class="govuk-link">
the characterisitics used to measure similarity.
</a>
</p>

Expand Down
Loading