mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
feat: change the text of the prompts for survey items
This commit is contained in:
parent
259ec29dc2
commit
f3dc21efa6
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class Seeder
|
||||||
survey_item.approval_low_benchmark = approval_low if approval_low
|
survey_item.approval_low_benchmark = approval_low if approval_low
|
||||||
survey_item.ideal_low_benchmark = ideal_low if ideal_low
|
survey_item.ideal_low_benchmark = ideal_low if ideal_low
|
||||||
survey_item.on_short_form = marked? on_short_form
|
survey_item.on_short_form = marked? on_short_form
|
||||||
survey_item.update! prompt: row["Question/item (22-23)"].strip
|
survey_item.update! prompt: row["Question/item (23-24)"].strip
|
||||||
end
|
end
|
||||||
|
|
||||||
active_admin = row["Active admin & survey items"]
|
active_admin = row["Active admin & survey items"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue