Browse Source

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

Hubert Borderiou 11 years ago
parent
commit
05af5a72c9
1 changed files with 6 additions and 0 deletions
  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%">