Update a-sust-i1 so it's only applicable to high schools and lower

benchmark for a-cure-i1 from 6.7 to 5 percent.
This commit is contained in:
rebuilt 2022-09-21 19:41:36 -07:00
parent 1a984d2cf0
commit f556844b73
9 changed files with 2097 additions and 40442 deletions

View file

@ -128,7 +128,6 @@ class Seeder
end
if row['Source'] == 'Admin Data' && row['Active admin & survey items'] == 'TRUE'
binding.break if row['Question/item (22-23)'].nil?
admin_data_item = AdminDataItem.where(admin_data_item_id: data_item_id, scale:).first_or_create
admin_data_item.watch_low_benchmark = watch_low if watch_low
admin_data_item.growth_low_benchmark = growth_low if growth_low