[LON-CAPA-cvs] cvs: loncom /homework grades.pm
raeburn
raeburn at source.lon-capa.org
Wed Aug 28 00:25:14 EDT 2013
raeburn Wed Aug 28 04:25:14 2013 EDT
Modified files:
/loncom/homework grades.pm
Log:
- Fix typo
- Improve comment wording
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.703 loncom/homework/grades.pm:1.704
--- loncom/homework/grades.pm:1.703 Fri Aug 23 16:24:33 2013
+++ loncom/homework/grades.pm Wed Aug 28 04:25:14 2013
@@ -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 @@
$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 @@
'<p class="LC_error">'
.&mt('Unable to accept last correction, an error occurred: [_1]',
$errmsg)
- .'</sp>');
+ .'</p>');
} else {
&scantron_put_line($scanlines,$scan_data,$which,$line,$skip);
&scantron_putfile($scanlines,$scan_data);
More information about the LON-CAPA-cvs
mailing list