Diff for /loncom/interface/statistics/lonstudentassessment.pm between versions 1.15 and 1.16

version 1.15, 2002/10/22 16:27:39 version 1.16, 2002/10/23 21:04:26
Line 164  sub BuildStudentAssessmentPage { Line 164  sub BuildStudentAssessmentPage {
             untie(%cache);              untie(%cache);
         }          }
     }      }
   
   
       $r->print(&StudentReport(\%cache, "AvgTotal", $spacing, $sequenceKeys));
       $r->print("\n");
       $r->rflush();
       untie(%cache);
   
   
     $r->print('</pre>'."\n");      $r->print('</pre>'."\n");
     if($selected == 0) {      if($selected == 0) {
  $Str .= '<h3><font color=blue>WARNING: ';   $Str .= '<h3><font color=blue>WARNING: ';

Removed from v.1.15  
changed lines
  Added in v.1.16


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>