mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
feat: Round up response rate. Survey response rates above 24.5 will now meet sufficiency
This commit is contained in:
parent
b58ff3e519
commit
6edc0db868
2 changed files with 43 additions and 43 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