mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
Don't check standard deviation for early education surveys
This commit is contained in:
parent
89295f8832
commit
3589878700
1 changed files with 2 additions and 0 deletions
|
|
@ -169,6 +169,8 @@ class SurveyItemValues
|
|||
end
|
||||
|
||||
def valid_sd?
|
||||
return true if survey_type == :early_education
|
||||
|
||||
survey_item_headers = headers.filter(&:present?).filter { |header| header.start_with?('s-', 't-') }
|
||||
likert_scores = []
|
||||
survey_item_headers.each do |header|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue