mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
don't null out likert value zscores
This commit is contained in:
parent
712ad1206b
commit
e57fa8f9de
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ class SchoolCategory < ApplicationRecord
|
|||
end
|
||||
|
||||
def chained_aggregated_responses
|
||||
return {} if nonlikert.present?
|
||||
|
||||
_aggregated_responses = aggregated_responses
|
||||
|
||||
child_school_categories = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue