mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
don't show invalid categories
This commit is contained in:
parent
e05134c3ba
commit
d8a6821ebb
2 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ class SchoolsController < ApplicationController
|
|||
def show
|
||||
district = @school.district
|
||||
authenticate(district.name.downcase, "#{district.name.downcase}!")
|
||||
@school_categories = @school.school_categories.for_parent_category(@school, nil).sort
|
||||
@school_categories = @school.school_categories.for_parent_category(@school, nil).valid.sort
|
||||
end
|
||||
|
||||
def admin
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@
|
|||
}
|
||||
}
|
||||
}, {
|
||||
"title": "Indicators of Academic Learning",
|
||||
"title": "Academic Learning",
|
||||
"blurb": "Are students developing academic dispositions and content knowledge?",
|
||||
"text": "This category measures how much students are learning core academic content, developing their own academic identities, and progressing along positive trajectories. It considers factors like academic performance, engagement in school, problem solving, and college-going rates.",
|
||||
"sub": {
|
||||
|
|
@ -320,7 +320,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"title": "Character and Wellbeing Outcomes",
|
||||
"title": "Citizenship and Wellbeing",
|
||||
"blurb": "Are students healthy and well-rounded?",
|
||||
"text": "This category measures the development of traits relevant for full and rewarding lives-in society, the workplace, and their private lives. It considers factors like perseverance and determination, participation in arts and literature, and social and emotional health.",
|
||||
"sub": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue