[LON-CAPA-cvs] cvs: loncom /interface/statistics lonstudentsubmissions.pm
bisitz
bisitz at source.lon-capa.org
Fri Mar 28 11:07:01 EDT 2014
bisitz Fri Mar 28 15:07:01 2014 EDT
Modified files:
/loncom/interface/statistics lonstudentsubmissions.pm
Log:
Hints for bug #6700
Index: loncom/interface/statistics/lonstudentsubmissions.pm
diff -u loncom/interface/statistics/lonstudentsubmissions.pm:1.70 loncom/interface/statistics/lonstudentsubmissions.pm:1.71
--- loncom/interface/statistics/lonstudentsubmissions.pm:1.70 Mon Feb 3 16:32:34 2014
+++ loncom/interface/statistics/lonstudentsubmissions.pm Fri Mar 28 15:07:01 2014
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstudentsubmissions.pm,v 1.70 2014/02/03 16:32:34 bisitz Exp $
+# $Id: lonstudentsubmissions.pm,v 1.71 2014/03/28 15:07:01 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -731,6 +731,12 @@
push(@values,$response->{$original_header});
}
}
+ # FIXME: Bug #6700 - Properly process multiple answer fields
+ # Would be a good place here but the data needs to be properly
+ # compiled somewhere before.
+ # elsif (($resptype =~ /^(numerical|formula|custom)$/) &&
+ # (submission) && (ref)) {
+ # de-ref...: push(@values,$response->{$original_header}); }
} else {
foreach my $original_header (@$headers) {
if ($original_header eq 'Time') {
More information about the LON-CAPA-cvs
mailing list