--- loncom/interface/statistics/lonstudentassessment.pm 2011/12/21 21:25:51 1.165 +++ loncom/interface/statistics/lonstudentassessment.pm 2011/12/22 00:28:11 1.166 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.165 2011/12/21 21:25:51 www Exp $ +# $Id: lonstudentassessment.pm,v 1.166 2011/12/22 00:28:11 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -364,10 +364,6 @@ sub CreateInterface { $Str .= &CreateAndParseOutputDataSelector(); $Str .= ''."\n"; $Str .= ''."\n"; - $Str .= '

' - .&mt('Status:').' ' - .'' - .'

'; $Str .= ''; $Str .= ' 'x5; @@ -751,8 +747,6 @@ NEW_WINDOW_CHECKBOX $total_sum_width = length($total_count)+1; $Str .= " total\n"; $Str .= "
";
-    $r->print($Str);
-    $r->rflush();
 
     $r->print(<
@@ -813,10 +807,13 @@ JS
     }
     #
     # Initialize progress window
-    %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r,$studentcount);
     #
+    %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r,$studentcount);
     &Apache::lonhtmlcommon::Update_PrgWin($r,\%prog_state,
                                           'Processing first student');
+    $r->print($Str);
+    $r->rflush();
+
     return;
 }