--- loncom/interface/statistics/lonstudentassessment.pm 2002/09/22 18:24:45 1.12 +++ loncom/interface/statistics/lonstudentassessment.pm 2002/09/22 18:33:01 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonstudentassessment.pm,v 1.12 2002/09/22 18:24:45 minaeibi Exp $ +# $Id: lonstudentassessment.pm,v 1.13 2002/09/22 18:33:01 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -383,13 +383,14 @@ problems. sub CreateLegend { my $Str = "
". - "1..9 correct by student in 1..9 tries\n". + " 1 correct by student in 1 try\n". + " 7 correct by student in 7 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". + " not attempted (blank field)\n". " x excused". "
"; return $Str;