mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-11 00:10:35 -07:00
Lower threshold for the number of valid student responses from 17 to 11
This commit is contained in:
parent
6365cad71b
commit
2ef24caf70
3 changed files with 5 additions and 6 deletions
|
|
@ -239,7 +239,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