mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
Remove unused method item_descriptions from admin_data_presenter and
student_survey_presenter.
This commit is contained in:
parent
a72fd373dc
commit
7a5e02eed9
3 changed files with 0 additions and 41 deletions
|
|
@ -14,10 +14,6 @@ class AdminDataPresenter < DataItemPresenter
|
|||
"admin-data-items-#{@measure_id}"
|
||||
end
|
||||
|
||||
def item_descriptions
|
||||
@admin_data_items.map(&:description)
|
||||
end
|
||||
|
||||
def reason_for_insufficiency
|
||||
'limited availability'
|
||||
end
|
||||
|
|
|
|||
|
|
@ -16,10 +16,6 @@ class StudentSurveyPresenter < DataItemPresenter
|
|||
"student-survey-items-#{@measure_id}"
|
||||
end
|
||||
|
||||
def item_descriptions
|
||||
@survey_items.map(&:prompt)
|
||||
end
|
||||
|
||||
def reason_for_insufficiency
|
||||
'low response rate'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue