version 1.252, 2025/02/19 23:38:41
|
version 1.253, 2025/02/20 03:26:13
|
Line 853 sub answer_header {
|
Line 853 sub answer_header {
|
} |
} |
push(@answer_bits,$bit); |
push(@answer_bits,$bit); |
} else { |
} else { |
my $th = '<td '.(defined($rows)?'rowspan="'.$rows.'"':'').'>'; |
my $th = '<th '.(defined($rows)?'rowspan="'.$rows.'"':'').'>'; |
$result = '<table border="1"><tr>'; |
$result = '<table border="1"><tr>'; |
if ($Apache::lonhomework::type eq 'exam') { |
if ($Apache::lonhomework::type eq 'exam') { |
$result .= $th.($Apache::lonxml::counter+$increment). ')</th>'; |
$result .= $th.($Apache::lonxml::counter+$increment). ')</th>'; |