mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
feat: use qualtrics code instead of designation when generating report
This commit is contained in:
parent
8a2c34462b
commit
729cf328ef
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ module Report
|
|||
info = responses.first
|
||||
response_id = info.response_id
|
||||
row << [response_id,
|
||||
info.student.races.map { |race| race.designation }.join("\n"),
|
||||
"#{info.student.races.map { |race| race.qualtrics_code }.join(',')}",
|
||||
info.gender.designation,
|
||||
info.grade,
|
||||
info.school.name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue