--- loncom/interface/statistics/lonstudentassessment.pm 2002/09/01 06:23:19 1.11 +++ loncom/interface/statistics/lonstudentassessment.pm 2002/09/22 18:24:45 1.12 @@ -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 @@ problems. sub CreateLegend { my $Str = "

".
-              "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".
               "

"; return $Str; }