mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Add gender disagreggation
This commit is contained in:
parent
7f0faf8917
commit
7d7bee6498
18 changed files with 317 additions and 17 deletions
|
|
@ -187,7 +187,7 @@ end
|
|||
def assigns_gender_to_responses
|
||||
results = { 'student_survey_response_1' => female,
|
||||
'student_survey_response_3' => male,
|
||||
'student_survey_response_4' => another_gender,
|
||||
'student_survey_response_4' => non_binary,
|
||||
'student_survey_response_5' => non_binary,
|
||||
'student_survey_response_6' => unknown_gender,
|
||||
'student_survey_response_7' => unknown_gender }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue