mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
add disaggregation glossary
This commit is contained in:
parent
63b4c4762a
commit
ea2feb138b
9 changed files with 160 additions and 104 deletions
|
|
@ -344,11 +344,13 @@ def assigns_ell_to_responses
|
|||
"student_survey_response_3" => not_ell,
|
||||
"student_survey_response_4" => yes_ell,
|
||||
"student_survey_response_5" => yes_ell,
|
||||
"student_survey_response_6" => not_ell,
|
||||
"student_survey_response_7" => not_ell }
|
||||
"student_survey_response_6" => unknown_ell,
|
||||
"student_survey_response_7" => unknown_ell }
|
||||
|
||||
results.each do |key, value|
|
||||
ell = SurveyItemResponse.find_by_response_id(key).ell
|
||||
puts key
|
||||
puts value
|
||||
expect(ell).to eq value
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue