[LON-CAPA-cvs] cvs: loncom /homework grades.pm
banghart
lon-capa-cvs@mail.lon-capa.org
Tue, 30 May 2006 00:01:31 -0000
banghart Mon May 29 20:01:31 2006 EDT
Modified files:
/loncom/homework grades.pm
Log:
Typo.
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.356 loncom/homework/grades.pm:1.357
--- loncom/homework/grades.pm:1.356 Mon May 29 19:45:14 2006
+++ loncom/homework/grades.pm Mon May 29 20:01:28 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.356 2006/05/29 23:45:14 banghart Exp $
+# $Id: grades.pm,v 1.357 2006/05/30 00:01:28 banghart Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -5102,7 +5102,7 @@
my @resources=
$navmap->retrieveResources($map,\&scantron_filter_not_exam,1,0);
if (@resources) {
- $r->print("<p>".&mt('Some resource in the sequece currently are not set to exam mode. Grading these resources currently may not work correctly.')."</p>");
+ $r->print("<p>".&mt('Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.')."</p>");
return (1,$currentphase);
}
}