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

This commit is contained in:
Nelson Jovel 2025-01-15 14:39:39 -08:00
parent 02bcb2b75b
commit e2fe434bb5

View file

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