version 1.44, 2008/12/10 21:46:58
|
version 1.45, 2008/12/11 14:55:15
|
Line 257 sub real_handler {
|
Line 257 sub real_handler {
|
|
|
$r->print("$thisIndent$title</td>"); |
$r->print("$thisIndent$title</td>"); |
if ($totalAttempted) { |
if ($totalAttempted) { |
$r->print("<td valign='top'>$thisIndent<nobr>$correct / $attempted / $total</nobr></td>" |
$r->print('<td valign="top">' |
.&Apache::loncommon::end_data_table_row()); |
.$thisIndent |
|
.'<span class="LC_nobreak">' |
|
.$correct.' / '.$attempted.' / '.$total |
|
.'</span></td>' |
|
.&Apache::loncommon::end_data_table_row() |
|
); |
} else { |
} else { |
$r->print("<td valign='top'>$thisIndent<nobr>$correct / $total</nobr></td>" |
$r->print('<td valign="top">' |
|
.$thisIndent |
|
.'<span class="LC_nobreak">' |
|
.$correct.' / '.$total |
|
.'</span></td>' |
.&Apache::loncommon::end_data_table_row()); |
.&Apache::loncommon::end_data_table_row()); |
} |
} |
} |
} |