--- loncom/interface/statistics/lonstudentassessment.pm 2009/09/22 14:28:56 1.157 +++ loncom/interface/statistics/lonstudentassessment.pm 2009/10/01 16:28:24 1.158 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.157 2009/09/22 14:28:56 bisitz Exp $ +# $Id: lonstudentassessment.pm,v 1.158 2009/10/01 16:28:24 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -825,7 +825,12 @@ sub html_outputstudent { return if (! defined($navmap)); # if($count++ % 5 == 0 && $count > 0) { - $r->print("
");
+#       $r->print("
");
+        $r->print('
'); + &Apache::lonhtmlcommon::Increment_PrgWin( + $r,\%prog_state,'last five students'); + $r->rflush(); + $r->print('
');
     }
     # First, the @StudentData fields need to be listed
     my @to_show = &get_student_fields_to_show();
@@ -937,8 +942,8 @@ sub html_outputstudent {
     #
     $r->print($Str);
     #
-    $r->rflush();
-    &Apache::lonhtmlcommon::Increment_PrgWin($r,\%prog_state,'last student');
+#   $r->rflush();
+#   &Apache::lonhtmlcommon::Increment_PrgWin($r,\%prog_state,'last student');
     return;
 }