mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
fix: make sure response rate gets rounded to nearest integer
This commit is contained in:
parent
978942ab34
commit
2e0cc3a4d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue