Diff for /loncom/interface/statistics/lonstudentassessment.pm between versions 1.110 and 1.111

version 1.110, 2005/01/21 18:52:40 version 1.111, 2005/02/11 21:25:53
Line 1893  sub StudentPerformanceOnSequence { Line 1893  sub StudentPerformanceOnSequence {
                     $max -= $weight; # Do not count 'excused' problems.                      $max -= $weight; # Do not count 'excused' problems.
                 }                  }
                 $hasdata = 1;                  $hasdata = 1;
             } else {              } elsif (!exists($resource_data->{'resource.'.$part.'.awarded'})){
                 # Unsolved.  Did they try?                  # Unsolved.  Did they try?
                 if (exists($resource_data->{'resource.'.$part.'.tries'})){                  if (exists($resource_data->{'resource.'.$part.'.tries'})){
                     $symbol = '.';                      $symbol = '.';

Removed from v.1.110  
changed lines
  Added in v.1.111


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