Lower threshold for the number of valid student responses from 17 to 11

This commit is contained in:
Nelson Jovel 2023-12-06 13:56:14 -08:00
parent 6365cad71b
commit 2ef24caf70
3 changed files with 5 additions and 6 deletions

View file

@ -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