Fix column name

pull/2487/head
jmontoyaa 8 years ago
parent a887d50676
commit 8b968f9ac6
  1. 2
      main/exercise/multiple_answer_combination.class.php

@ -42,8 +42,8 @@ class MultipleAnswerCombination extends Question
$html .= '<tr>';
$html .= '<th width="10">' . get_lang('Number') . '</th>';
$html .= '<th width="10">' . get_lang('True') . '</th>';
$html .= '<th width="50%">' . get_lang('Comment') . '</th>';
$html .= '<th width="50%">' . get_lang('Answer') . '</th>';
$html .= '<th width="50%">' . get_lang('Comment') . '</th>';
$html .= '</tr>';
$html .= '</thead>';
$html .= '<tbody>';

Loading…
Cancel
Save