diff --git a/main/exercice/exercise.class.php b/main/exercice/exercise.class.php index fb59cb63cc..da6441a1c6 100755 --- a/main/exercice/exercise.class.php +++ b/main/exercice/exercise.class.php @@ -3826,7 +3826,7 @@ class Exercise $queryfill = "SELECT answer FROM ".$TBL_TRACK_ATTEMPT." WHERE exe_id = '".$exeId."' AND - question_id= ".intval($questionId) ; + question_id= ".intval($questionId); $resfill = Database::query($queryfill); $rowFill = Database::fetch_assoc($resfill); $answer = $rowFill['answer']; @@ -4605,6 +4605,7 @@ class Exercise $answer, $studentChoice, $answerComment, + $results_disabled $results_disabled, $answerId );