mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
fixing typo
This commit is contained in:
parent
a82deaafd8
commit
fe8af52732
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ namespace :data do
|
|||
year: school_category.year,
|
||||
attempt_count: available_responders,
|
||||
response_count: attempts.count,
|
||||
response_rate: attempts.count.to_f / available_responders.to_f
|
||||
response_rate: attempts.count.to_f / available_responders.to_f,
|
||||
response_total: attempts.sum do |a|
|
||||
question.reverse? ? 6 - a.answer_index : a.answer_index
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue