Diff for /loncom/homework/grades.pm between versions 1.204.2.5 and 1.204.2.6

version 1.204.2.5, 2004/09/24 21:09:52 version 1.204.2.6, 2004/09/24 22:04:35
Line 3846  sub scantron_find_student { Line 3846  sub scantron_find_student {
   
 sub scantron_filter {  sub scantron_filter {
     my ($curres)=@_;      my ($curres)=@_;
     if (ref($curres) && $curres->is_problem() && !$curres->randomout) {                          # randomout is dysfunctional at best for this purpose
       if (ref($curres) && $curres->is_problem()) { #&& !$curres->randomout) {
  return 1;   return 1;
     }      }
     return 0;      return 0;

Removed from v.1.204.2.5  
changed lines
  Added in v.1.204.2.6


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