mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Bug Fix: survey item by grade report
This commit is contained in:
parent
e8bfb705e4
commit
40a35fff2d
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ module Report
|
|||
academic_year:,
|
||||
).each do |key,count|
|
||||
# key[1] is survey item id
|
||||
next if key[0] == nil
|
||||
survey_items.add(key[1])
|
||||
sufficient_survey_items[key[0]].add(key[1]) if count >= 10
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue