瀏覽代碼

Add auto-evaluation mode with feedback - 2 - ref #6513

Hubert Borderiou 11 年之前
父節點
當前提交
05af5a72c9
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      main/inc/lib/exercise_show_functions.lib.php

+ 6 - 0
main/inc/lib/exercise_show_functions.lib.php

@@ -294,6 +294,9 @@ class ExerciseShowFunctions {
                 echo '-';
             }
         }
+        else {
+            echo '-';
+        }
         ?>
         </td>
         <td width="40%">
@@ -365,6 +368,9 @@ class ExerciseShowFunctions {
                 echo $question->options[2];
             }
         }
+        else {
+            echo '-';
+        }
         ?>
         </td>
         <td width="40%">