mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
feat: change the text of the prompts for survey items
This commit is contained in:
parent
5d5bc310bf
commit
7a4eb8302b
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.ideal_low_benchmark = ideal_low if ideal_low
|
||||
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
|
||||
|
||||
active_admin = row["Active admin & survey items"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue