--- loncom/interface/statistics/lonstathelpers.pm 2004/01/20 15:51:06 1.2 +++ loncom/interface/statistics/lonstathelpers.pm 2004/02/13 18:34:40 1.3 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.2 2004/01/20 15:51:06 matthew Exp $ +# $Id: lonstathelpers.pm,v 1.3 2004/02/13 18:34:40 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -123,12 +123,6 @@ sub ProblemSelector { next if ($res->{'type'} ne 'assessment'); foreach my $part (@{$res->{'parts'}}) { my $partdata = $res->{'partdata'}->{$part}; - if ((! exists($partdata->{'option'}) || - $partdata->{'option'} == 0 ) && - (! exists($partdata->{'radiobutton'}) || - $partdata->{'radiobutton'} == 0)) { - next; - } for (my $i=0;$i{'ResponseTypes'}});$i++){ my $respid = $partdata->{'ResponseIds'}->[$i]; my $resptype = $partdata->{'ResponseTypes'}->[$i];