fix column results - refs BT#13284

pull/3063/head
Alex Aragon 8 years ago
parent 76a82ec6f5
commit fc3e667bfc
  1. 4
      main/exercise/multiple_answer_true_false.class.php

@ -314,8 +314,8 @@ class MultipleAnswerTrueFalse extends Question
$header = parent::return_header($exercise, $counter, $score);
$header .= '<table class="'.$this->question_table_class .'">
<tr>
<th>'.get_lang("Choice").'</th>
<th>'. get_lang("ExpectedChoice").'</th>
<th width="10%">'.get_lang("Choice").'</th>
<th width="15%">'. get_lang("ExpectedChoice").'</th>
<th>'. get_lang("Answer").'</th>';
$header .= '<th>'.get_lang('Status').'</th>';
if ($exercise->feedback_type != EXERCISE_FEEDBACK_TYPE_EXAM) {

Loading…
Cancel
Save