mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
make sure survey responses for Butler get loaded correctly
This commit is contained in:
parent
9bbba64e9e
commit
fc9e73f656
4 changed files with 23 additions and 2 deletions
|
|
@ -132,7 +132,7 @@ class Values
|
|||
end
|
||||
|
||||
def dese_id
|
||||
@dese_id ||= (row['DESE ID' || 'Dese ID'] || row['DeseId'] || row['DeseID']).to_i
|
||||
@dese_id ||= (row['DESE ID' || 'Dese ID'] || row['DeseId'] || row['DeseID'] || row['School'] || row['school']).to_i
|
||||
end
|
||||
|
||||
def likert_score(survey_item_id:)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue