[LON-CAPA-cvs] cvs: loncom /interface/statistics lonstathelpers.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Thu, 12 Aug 2004 12:54:13 -0000
matthew Thu Aug 12 08:54:13 2004 EDT
Modified files:
/loncom/interface/statistics lonstathelpers.pm
Log:
removed removal of survey questions from ProblemSelector for 1.2 release.
Index: loncom/interface/statistics/lonstathelpers.pm
diff -u loncom/interface/statistics/lonstathelpers.pm:1.18 loncom/interface/statistics/lonstathelpers.pm:1.19
--- loncom/interface/statistics/lonstathelpers.pm:1.18 Tue Aug 3 15:53:12 2004
+++ loncom/interface/statistics/lonstathelpers.pm Thu Aug 12 08:54:12 2004
@@ -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 @@
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<scalar(@{$partdata->{'ResponseTypes'}});$i++){
my $respid = $partdata->{'ResponseIds'}->[$i];
my $resptype = $partdata->{'ResponseTypes'}->[$i];