version 1.135, 2008/12/12 10:01:30
|
version 1.137, 2009/04/21 13:28:23
|
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 1910 sub CreateInterface {
|
Line 1910 sub CreateInterface {
|
} |
} |
$showprob_checkbox.= ' />'; |
$showprob_checkbox.= ' />'; |
$Str.= '<span class="LC_nobreak"><label>'. |
$Str.= '<span class="LC_nobreak"><label>'. |
&mt('Show problem [_1]',$showprob_checkbox). |
&mt('Show problem').' '.$showprob_checkbox. |
'</label></span><br />'; |
'</label></span><br />'; |
## |
## |
my $analyze_selector = '<select name="AnalyzeOver" >'; |
my $analyze_selector = '<select name="AnalyzeOver" >'; |