mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-10 16:00:33 -07:00
Lower threshold for the number of valid student responses from 17 to 11
This commit is contained in:
parent
7dc881f654
commit
b7e670bb60
3 changed files with 5 additions and 6 deletions
|
|
@ -238,7 +238,7 @@ class SurveyItemValues
|
|||
return false if progress.nil?
|
||||
|
||||
return progress >= 12 if survey_type == :teacher
|
||||
return progress >= 17 if survey_type == :standard
|
||||
return progress >= 11 if survey_type == :standard
|
||||
return progress >= 5 if survey_type == :short_form
|
||||
return progress >= 5 if survey_type == :early_education
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue