Add gender disagreggation

This commit is contained in:
rebuilt 2022-10-27 15:56:50 -07:00
parent 7f0faf8917
commit 7d7bee6498
18 changed files with 317 additions and 17 deletions

View file

@ -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 }