mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
feat: update response rates on the browse page to add esp to teachers for a more accurate response rate
This commit is contained in:
parent
534f42dfe0
commit
f5634849f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue