feat: change the text of the prompts for survey items

speedup-admin-data
Nelson Jovel 2 years ago
parent 5d5bc310bf
commit 7a4eb8302b

@ -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…
Cancel
Save