Fixing negative puntation see #2193

skala
Julio Montoya 15 years ago
parent 7939c60520
commit 01637ef530
  1. 4
      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;
}
}

Loading…
Cancel
Save