diff --git a/app/presenters/dashboard/admin_data_presenter.rb b/app/presenters/dashboard/admin_data_presenter.rb index 30881f0..74c456c 100644 --- a/app/presenters/dashboard/admin_data_presenter.rb +++ b/app/presenters/dashboard/admin_data_presenter.rb @@ -8,7 +8,7 @@ module Dashboard end def title - "School admin data" + "School data" end def id diff --git a/app/presenters/dashboard/analyze/graph/column/all_admin.rb b/app/presenters/dashboard/analyze/graph/column/all_admin.rb index 2753453..a863b46 100644 --- a/app/presenters/dashboard/analyze/graph/column/all_admin.rb +++ b/app/presenters/dashboard/analyze/graph/column/all_admin.rb @@ -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? diff --git a/app/views/dashboard/analyze/_school_years.html.erb b/app/views/dashboard/analyze/_school_years.html.erb index 340a47b..00bc74d 100644 --- a/app/views/dashboard/analyze/_school_years.html.erb +++ b/app/views/dashboard/analyze/_school_years.html.erb @@ -21,7 +21,7 @@ <% if graph.slug == 'all-data' && empty_dataset %> + data-bs-content="No school data OR teacher and student survey response rates below <%= Dashboard::ResponseRate::TEACHER_RATE_THRESHOLD %>%"> <% end %> <% if graph.slug != 'all-data' && empty_survey_dataset %> diff --git a/app/views/dashboard/categories/_subcategory_section.html.erb b/app/views/dashboard/categories/_subcategory_section.html.erb index 6746538..d3bb892 100644 --- a/app/views/dashboard/categories/_subcategory_section.html.erb +++ b/app/views/dashboard/categories/_subcategory_section.html.erb @@ -19,7 +19,7 @@ data-bs-placement="bottom" >
<%= subcategory.admin_collection_rate.first %> / <%= subcategory.admin_collection_rate.last %>
-school admin data sources
+school data sources
Note: No measures can be displayed due to limited availability of school admin data and/or low survey response rates.
+Note: No measures can be displayed due to limited availability of school data and/or low survey response rates.
<% elsif not_displayed_presenters.present? %> -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('; ') %>.
+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('; ') %>.
<% end %>