fix: make sure response rate gets rounded to nearest integer

mciea-main
Nelson Jovel 2 years ago
parent 978942ab34
commit 2e0cc3a4d8

@ -18,7 +18,7 @@ class ResponseRateCalculator
return 0 unless total_possible_responses.positive?
cap_at_one_hundred(raw_response_rate)
cap_at_one_hundred(raw_response_rate).round
end
def meets_student_threshold?

Loading…
Cancel
Save