|
|
|
@ -279,17 +279,13 @@ class Matching extends Question |
|
|
|
|
]) |
|
|
|
|
) { |
|
|
|
|
$header .= '<th>'.get_lang('Your choice').'</th>'; |
|
|
|
|
//if ($exercise->showExpectedYour choiceColumn()) { |
|
|
|
|
//$header .= '<th>'.get_lang('ExpectedYour choice').'</th>'; |
|
|
|
|
//} |
|
|
|
|
if ($exercise->showExpectedChoiceColumn()) { |
|
|
|
|
$header .= '<th>'.get_lang('Expected choice').'</th>'; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if ($exercise->showExpectedChoice()) { |
|
|
|
|
$header .= '<th>'.get_lang('Status').'</th>'; |
|
|
|
|
} else { |
|
|
|
|
if ($exercise->showExpectedChoiceColumn()) { |
|
|
|
|
$header .= '<th>'.get_lang('Corresponds to').'</th>'; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
$header .= '</tr>'; |
|
|
|
|
|
|
|
|
|