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