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 7dc881f654
commit b7e670bb60
3 changed files with 5 additions and 6 deletions

View file

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