diff --git a/main/exercice/exercise.class.php b/main/exercice/exercise.class.php index 749af1da53..faa1e6ac72 100755 --- a/main/exercice/exercise.class.php +++ b/main/exercice/exercise.class.php @@ -1964,8 +1964,8 @@ class Exercise { } else { $studentChoice = $choice; if ($studentChoice) { - //@todo verify this--> set to -1 because the question has'nt been corrected - $questionScore = -1; + //Fixing negative puntation see #2193 + $questionScore = 0; $totalScore += 0; } }