瀏覽代碼

Fix save the results for hotSpot question - refs #7705

Angel Fernando Quiroz Campos 9 年之前
父節點
當前提交
23cb5c5133
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/exercice/exercise.class.php

+ 1 - 1
main/exercice/exercise.class.php

@@ -3128,7 +3128,7 @@ class Exercise
                                 WHERE
                                     hotspot_exe_id = '".$exeId."' AND
                                     hotspot_question_id= '".$questionId."' AND
-                                    hotspot_answer_id = ".intval($answerId)."";
+                                    hotspot_answer_id = ".intval($answerAutoId)."";
                         $result = Database::query($sql);
                         $studentChoice = Database::result($result, 0, "hotspot_correct");