Return to grades.pm CVS log | Up to [LON-CAPA] / loncom / homework |
version 1.214, 2004/09/24 21:09:33 | version 1.215, 2004/09/24 22:03:23 |
---|---|
Line 3855 sub scantron_find_student { | Line 3855 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; |