mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-11 08:21:12 -07:00
disable puts statement from calculator
This commit is contained in:
parent
b250ebe415
commit
bc6d2dcaf9
1 changed files with 0 additions and 3 deletions
|
|
@ -18,9 +18,6 @@ class StudentResponseRateCalculator < ResponseRateCalculator
|
|||
#
|
||||
# All methods below will need to specify a grade
|
||||
|
||||
grades_with_sufficient_responses.map do |grade|
|
||||
puts "Grade: #{grade}"
|
||||
end
|
||||
(average_responses_per_survey_item / total_possible_responses.to_f * 100).round
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue