--- loncom/homework/grades.pm 2004/09/24 21:09:33 1.214 +++ loncom/homework/grades.pm 2004/09/24 22:03:23 1.215 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.214 2004/09/24 21:09:33 albertel Exp $ +# $Id: grades.pm,v 1.215 2004/09/24 22:03:23 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3855,7 +3855,8 @@ sub scantron_find_student { sub scantron_filter { 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 0;