feat: change the text of the prompts for survey items

This commit is contained in:
Nelson Jovel 2024-03-14 12:48:43 -07:00
parent 5d5bc310bf
commit 7a4eb8302b

View file

@ -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"]