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

1.9.x
Hubert Borderiou 13 years ago
parent 6288f11019
commit 05af5a72c9
  1. 6
      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%">

Loading…
Cancel
Save