mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
Small fix to assignment operator in student response rate
This commit is contained in:
parent
5122b5b204
commit
378ea7dda9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class StudentResponseRate < ResponseRate
|
|||
private
|
||||
|
||||
def survey_item_count
|
||||
@student_survey_item_count = SurveyItem.student_survey_items_for_measures(@subcategory.measures).count
|
||||
@student_survey_item_count ||= SurveyItem.student_survey_items_for_measures(@subcategory.measures).count
|
||||
end
|
||||
|
||||
def response_count
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue