--- loncom/homework/grades.pm 2009/03/20 19:15:29 1.528.2.11 +++ loncom/homework/grades.pm 2009/03/21 20:02:28 1.528.2.12 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.528.2.11 2009/03/20 19:15:29 raeburn Exp $ +# $Id: grades.pm,v 1.528.2.12 2009/03/21 20:02:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3466,8 +3466,8 @@ sub editgrades { $display =~ s/\[Part: \Q$part\E\]//; my $narrowtext = &mt('Tries'); $display =~ s{Number of Attempts}{$narrowtext}; - $header .= ''.&mt('Old').' '.$display).''. - ''.&mt('New').' '.$display).''; + $header .= ''.&mt('Old').' '.$display.''. + ''.&mt('New').' '.$display.''; $columns{$partid}+=2; } } @@ -4338,7 +4338,7 @@ sub displayPage { # $request->print('match='.$1."
\n"); # } # $companswer =~ s||
|g; - $studentTable.=' '.$title.' 
 '.&mt('Correct answer').':
'.$companswer); + $studentTable.=' '.$title.' 
 '.&mt('Correct answer').':
'.$companswer; } my %record = &Apache::lonnet::restore($symbx,$env{'request.course.id'},$udom,$uname); @@ -6833,7 +6833,7 @@ ENDSCRIPT ".&mt("[_1]Select[_2] a CODE from the list of all CODEs and use it.", "","")." - ".&mt('Selected CODE is [_1]','')); + ".&mt('Selected CODE is [_1]','')); $r->print("\n
"); } $r->print(" @@ -7750,7 +7750,7 @@ sub scantron_upload_scantron_data {