version 1.134, 2008/12/12 07:26:28
|
version 1.136, 2009/02/04 13:21:54
|
Line 1332 sub OR_tries_analysis {
|
Line 1332 sub OR_tries_analysis {
|
if ($try > 1) { |
if ($try > 1) { |
$analysis_html.= '<tr><td colspan="4">' |
$analysis_html.= '<tr><td colspan="4">' |
.'<div class="LC_info">' |
.'<div class="LC_info">' |
.&mt('None of the selected students attempted the problem more than [_1] times.' |
.&mt('None of the selected students attempted the problem more than [quant,_1,time].' |
,$try-1) |
,$try-1) |
.'</div>' |
.'</div>' |
.'</td></tr>'; |
.'</td></tr>'; |
Line 1558 sub OR_time_analysis {
|
Line 1558 sub OR_time_analysis {
|
$table .= '<tr><td colspan="4" align="center">'. |
$table .= '<tr><td colspan="4" align="center">'. |
&mt('Start time: [_1]',$startdateform).'<br />'. |
&mt('Start time: [_1]',$startdateform).'<br />'. |
&mt('End time: [_1]',$enddateform).'</td></tr>'.$/; |
&mt('End time: [_1]',$enddateform).'</td></tr>'.$/; |
$table.= '<tr><td colspan="4"> </td></tr>'.$/; |
$table.= '<tr><td colspan="4"> </td></tr>'.$/; |
} |
} |
$table .= '</table>'; |
$table .= '</table>'; |
# |
# |