--- loncom/interface/statistics/lonstudentassessment.pm 2002/10/22 16:27:39 1.15 +++ loncom/interface/statistics/lonstudentassessment.pm 2002/10/23 21:04:26 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonstudentassessment.pm,v 1.15 2002/10/22 16:27:39 minaeibi Exp $ +# $Id: lonstudentassessment.pm,v 1.16 2002/10/23 21:04:26 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -164,6 +164,14 @@ sub BuildStudentAssessmentPage { untie(%cache); } } + + + $r->print(&StudentReport(\%cache, "AvgTotal", $spacing, $sequenceKeys)); + $r->print("\n"); + $r->rflush(); + untie(%cache); + + $r->print(''."\n"); if($selected == 0) { $Str .= '

WARNING: ';