|
|
|
|
@ -835,7 +835,7 @@ foreach ($questionList as $questionId) { |
|
|
|
|
$score['comments'] = isset($comnt) ? $comnt : null; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (in_array($objQuestionTmp->type, [FREE_ANSWER, ORAL_EXPRESSION])) { |
|
|
|
|
if (in_array($objQuestionTmp->type, [FREE_ANSWER, ORAL_EXPRESSION, ANNOTATION])) { |
|
|
|
|
$check = $objQuestionTmp->isQuestionWaitingReview($score); |
|
|
|
|
if ($check === false) { |
|
|
|
|
$countPendingQuestions++; |
|
|
|
|
|