--- loncom/interface/statistics/lonstudentassessment.pm 2002/08/01 20:49:06 1.6 +++ loncom/interface/statistics/lonstudentassessment.pm 2002/08/05 20:53:38 1.7 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonstudentassessment.pm,v 1.6 2002/08/01 20:49:06 stredwic Exp $ +# $Id: lonstudentassessment.pm,v 1.7 2002/08/05 20:53:38 stredwic Exp $ # # Copyright Michigan State University Board of Trustees # @@ -86,6 +86,7 @@ sub BuildStudentAssessmentPage { $students); $r->print(&CreateInterface(\%cache, $selectedName, $students, $formName, $doNotShow)); + $r->rflush(); my $Str = ''; if($selectedName eq 'No Student Selected') { @@ -136,6 +137,7 @@ sub BuildStudentAssessmentPage { 'preformatted')); $r->print(&StudentReport(\%cache, $_, $spacing, $sequenceKeys)); $r->print("\n"); + $r->rflush(); untie(%cache); } }