mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Set a minimum threshold of 10 survey item responses to calculate scores per survey item
This commit is contained in:
parent
d888cdff3a
commit
aa3a67406b
4 changed files with 75 additions and 33 deletions
|
|
@ -194,7 +194,9 @@ namespace :one_off do
|
|||
end
|
||||
|
||||
desc 'delete errant response'
|
||||
task delete_response: :environment do
|
||||
task delete_responses: :environment do
|
||||
SurveyItemResponse.where(response_id: 'R_diYAw7qOj4W1UZ3').delete_all
|
||||
SurveyItemResponse.where(response_id: 'R_27fKhVfyeKGMF5q').delete_all
|
||||
SurveyItemResponse.where(response_id: 'R_2cjPX1Ngxr2Hc4c').delete_all
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue