--- loncom/homework/grades.pm 2013/08/23 16:24:33 1.703 +++ loncom/homework/grades.pm 2013/08/28 04:25:14 1.704 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.703 2013/08/23 16:24:33 bisitz Exp $ +# $Id: grades.pm,v 1.704 2013/08/28 04:25:14 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1976,7 +1976,7 @@ sub submission { $request->print(&show_problem($request,$symb,$uname,$udom,0,1,$mode)); } - # kwclr is the only variable that is guaranteed to be non-blank + # kwclr is the only variable that is guaranteed not to be blank # if this subroutine has been called once. my %keyhash = (); # if ($env{'form.kwclr'} eq '' && $env{'form.handgrade'} eq 'yes') { @@ -6445,7 +6445,7 @@ sub scantron_process_corrections { '

' .&mt('Unable to accept last correction, an error occurred: [_1]', $errmsg) - .''); + .'

'); } else { &scantron_put_line($scanlines,$scan_data,$which,$line,$skip); &scantron_putfile($scanlines,$scan_data);