[LON-CAPA-cvs] cvs: loncom /interface/statistics lonstudentassessment.pm
minaeibi
lon-capa-cvs@mail.lon-capa.org
Sun, 22 Sep 2002 18:24:45 -0000
minaeibi Sun Sep 22 14:24:45 2002 EDT
Modified files:
/loncom/interface/statistics lonstudentassessment.pm
Log:
Fixed bug #805.
Index: loncom/interface/statistics/lonstudentassessment.pm
diff -u loncom/interface/statistics/lonstudentassessment.pm:1.11 loncom/interface/statistics/lonstudentassessment.pm:1.12
--- loncom/interface/statistics/lonstudentassessment.pm:1.11 Sun Sep 1 02:23:19 2002
+++ loncom/interface/statistics/lonstudentassessment.pm Sun Sep 22 14:24:45 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# (Publication Handler
#
-# $Id: lonstudentassessment.pm,v 1.11 2002/09/01 06:23:19 stredwic Exp $
+# $Id: lonstudentassessment.pm,v 1.12 2002/09/22 18:24:45 minaeibi Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -383,14 +383,14 @@
sub CreateLegend {
my $Str = "<p><pre>".
- "1..9: correct by student in 1..9 tries\n".
- " *: correct by student in more than 9 tries\n".
- " +: correct by override\n".
- " -: incorrect by override\n".
- " .: incorrect attempted\n".
- " #: ungraded attempted\n".
- " : not attempted\n".
- " x: excused".
+ "1..9 correct by student in 1..9 tries\n".
+ " * correct by student in more than 9 tries\n".
+ " + correct by override\n".
+ " - incorrect by override\n".
+ " . incorrect attempted\n".
+ " # ungraded attempted\n".
+ " not attempted\n".
+ " x excused".
"</pre><p>";
return $Str;
}