--- loncom/interface/statistics/lonstudentassessment.pm 2002/11/08 22:16:47 1.18 +++ loncom/interface/statistics/lonstudentassessment.pm 2002/12/11 18:41:00 1.20 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonstudentassessment.pm,v 1.18 2002/11/08 22:16:47 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.20 2002/12/11 18:41:00 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -167,9 +167,9 @@ sub BuildStudentAssessmentPage { # $r->print("AverageTtal"); - $r->print(&StudentAverageTotal(\%cache, $spacing, $sequenceKeys)); - $r->print("\n"); - $r->rflush(); +# $r->print(&StudentAverageTotal(\%cache, $spacing, $sequenceKeys)); +# $r->print("\n"); +# $r->rflush(); untie(%cache); @@ -500,7 +500,7 @@ sub CreateLegend { " 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". + " + correct by hand grading or override\n". " - incorrect by override\n". " . incorrect attempted\n". " # ungraded attempted\n".