--- loncom/interface/statistics/lonstathelpers.pm 2004/08/03 19:53:12 1.18 +++ loncom/interface/statistics/lonstathelpers.pm 2004/08/12 12:54:12 1.19 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.18 2004/08/03 19:53:12 matthew Exp $ +# $Id: lonstathelpers.pm,v 1.19 2004/08/12 12:54:12 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -126,7 +126,6 @@ sub ProblemSelector { next if ($res->{'type'} ne 'assessment'); foreach my $part (@{$res->{'parts'}}) { my $partdata = $res->{'partdata'}->{$part}; - next if ($partdata->{'Survey'}); for (my $i=0;$i{'ResponseTypes'}});$i++){ my $respid = $partdata->{'ResponseIds'}->[$i]; my $resptype = $partdata->{'ResponseTypes'}->[$i];