fixing typo

pull/1/head
Jared Cosulich 7 years ago
parent a82deaafd8
commit fe8af52732

@ -477,7 +477,7 @@ namespace :data do
year: school_category.year, year: school_category.year,
attempt_count: available_responders, attempt_count: available_responders,
response_count: attempts.count, 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| response_total: attempts.sum do |a|
question.reverse? ? 6 - a.answer_index : a.answer_index question.reverse? ? 6 - a.answer_index : a.answer_index
end end

Loading…
Cancel
Save