feat: update response rates on the browse page to add esp to teachers for a more accurate response rate

rpp-main
Nelson Jovel 11 months ago committed by rebuilt
parent 534f42dfe0
commit f5634849f9

@ -20,7 +20,7 @@ class TeacherResponseRateCalculator < ResponseRateCalculator
end end
def total_possible_responses def total_possible_responses
@total_possible_responses ||= respondents.total_teachers @total_possible_responses ||= respondents.total_educators
end end
def raw_response_rate def raw_response_rate

Loading…
Cancel
Save