');
if ($env{'form.show_prob'} eq 'true') {
$r->print(''
.&Apache::lonstathelpers::render_resource($resource)
@@ -626,10 +630,7 @@ sub numerical_determine_answers {
my ($r,$resource,$partid,$respid,$students)=@_;
my $c = $r->connection();
#
- my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin
- ($r,'Student Answer Compilation Status',
- 'Student Answer Compilation Progress', scalar(@$students),
- 'inline',undef,'Statistics','stats_status');
+ my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r,scalar(@$students));
#
# Read in the cache (if it exists) before we start timing things.
&Apache::lonstathelpers::ensure_proper_cache($resource->{'symb'});
@@ -663,7 +664,7 @@ sub numerical_determine_answers {
}
$answers{$correct->{$sname.':'.$sdom}{'answer'}}++;
&Apache::lonhtmlcommon::Increment_PrgWin($r,\%prog_state,
- &mt('last student'));
+ 'last student');
}
&Apache::lonstathelpers::write_analysis_cache();
&Apache::lonhtmlcommon::Close_PrgWin($r,\%prog_state);
@@ -1332,7 +1333,7 @@ sub OR_tries_analysis {
if ($try > 1) {
$analysis_html.= '
'
.'
'
- .&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)
.'