chore: change 'School admin data' to 'School data'

main
Nelson Jovel 2 years ago
parent 54d0545f58
commit 4874c2c88c

@ -8,7 +8,7 @@ module Dashboard
end
def title
"School admin data"
"School data"
end
def id

@ -6,11 +6,11 @@ module Dashboard
module Column
class AllAdmin < GroupedBarColumnPresenter
def label
%w[All Admin]
%w[School data]
end
def basis
"admin data"
"school data"
end
def show_irrelevancy_message?

@ -21,7 +21,7 @@
<% if graph.slug == 'all-data' && empty_dataset %>
<i class="fa-solid fa-circle-exclamation px-3"
data-bs-toggle="popover" data-bs-placement="right"
data-bs-content="No admin data OR teacher and student survey response rates below <%= Dashboard::ResponseRate::TEACHER_RATE_THRESHOLD %>%">
data-bs-content="No school data OR teacher and student survey response rates below <%= Dashboard::ResponseRate::TEACHER_RATE_THRESHOLD %>%">
</i>
<% end %>
<% if graph.slug != 'all-data' && empty_survey_dataset %>

@ -19,7 +19,7 @@
data-bs-placement="bottom"
>
<p class="response-rate-percentage"><%= subcategory.admin_collection_rate.first %> / <%= subcategory.admin_collection_rate.last %></p>
<p>school admin data sources</p>
<p>school data sources</p>
</div>
<div
class="body-large mx-3 text-center response-rate"

@ -5,7 +5,7 @@
xmlns="http://www.w3.org/2000/svg"
<%= "data-bs-toggle=popover" if subcategory_card.insufficient_data? %>
data-bs-placement="top"
data-bs-content="This subcategory is not displayed due to limited availability of school admin data and/or low survey response rates.">
data-bs-content="This subcategory is not displayed due to limited availability of school data and/or low survey response rates.">
<use class="harvey-ball harvey-ball--<%= subcategory_card.color %>" xlink:href="#<%= subcategory_card.harvey_ball_icon %>"></use>
</svg>

@ -2,9 +2,9 @@
<% not_displayed_presenters = presenters - displayed_presenters %>
<% if displayed_presenters.none? %>
<p class="caption mb-5">Note: No measures can be displayed due to limited availability of school admin data and/or low survey response rates.</p>
<p class="caption mb-5">Note: No measures can be displayed due to limited availability of school data and/or low survey response rates.</p>
<% elsif not_displayed_presenters.present? %>
<p class="caption mb-5">Note: The following measures are not displayed due to limited availability of school admin data and/or low survey response rates: <%= not_displayed_presenters.map(&:measure_name).join('; ') %>.</p>
<p class="caption mb-5">Note: The following measures are not displayed due to limited availability of school data and/or low survey response rates: <%= not_displayed_presenters.map(&:measure_name).join('; ') %>.</p>
<% end %>
<svg width="100%" height=<%= graph_height(displayed_presenters.size) %> xmlns="http://www.w3.org/2000/svg">

@ -8,7 +8,7 @@
<div class="modal-body">
<p>Were unable to display results for the selected school and school year due to: </p>
<ul>
<li>Limited availability of school admin data</li>
<li>Limited availability of school data</li>
<li> Teacher and student survey response rates below 25% </li>
</ul>
<p> You may continue to explore the structure of the ECP School Quality Measures Framework, but we recommend selecting a different school and/or a different school year for the best experience.</p>

Loading…
Cancel
Save