فهرست منبع

Fixing negative puntation see #2193

Julio Montoya 14 سال پیش
والد
کامیت
01637ef530
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      main/exercice/exercise.class.php

+ 2 - 2
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;
                         }                        
                     }