mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 09:20:38 -07:00
Do not show question prompts for measure 1B-1. Finishes #181921933
This commit is contained in:
parent
b7b996022d
commit
c49dee0a63
2 changed files with 37 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ class TeacherSurveyPresenter < DataItemPresenter
|
|||
end
|
||||
|
||||
def item_descriptions
|
||||
return ['Items available upon request to MCIEA.'] if @measure_id == '1B-i'
|
||||
|
||||
@survey_items.map(&:prompt)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue