[LON-CAPA-cvs] cvs: loncom /interface/statistics lonstudentsubmissions.pm
raeburn
raeburn at source.lon-capa.org
Fri Nov 18 16:08:22 EST 2011
raeburn Fri Nov 18 21:08:22 2011 EDT
Modified files:
/loncom/interface/statistics lonstudentsubmissions.pm
Log:
- Remove unneeded code.
- Changes in rev 1.31 eliminated use of $last_student_col (which required
$cols_output to have been incremented in a loop over @StudentColumns).
- Changes in rev 1.63 eliminated the need for this loop over @StudentColumns.
Index: loncom/interface/statistics/lonstudentsubmissions.pm
diff -u loncom/interface/statistics/lonstudentsubmissions.pm:1.63 loncom/interface/statistics/lonstudentsubmissions.pm:1.64
--- loncom/interface/statistics/lonstudentsubmissions.pm:1.63 Mon Sep 19 04:02:20 2011
+++ loncom/interface/statistics/lonstudentsubmissions.pm Fri Nov 18 21:08:22 2011
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstudentsubmissions.pm,v 1.63 2011/09/19 04:02:20 raeburn Exp $
+# $Id: lonstudentsubmissions.pm,v 1.64 2011/11/18 21:08:22 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -897,9 +897,6 @@
last if ($c->aborted());
$cols_output = 0;
my $student_row = $max_row;
- foreach my $field (@StudentColumns) {
- $cols_output ++;
- }
foreach my $prob (@$Problems) {
my $symb = $prob->symb();
foreach my $partid (@{$prob->parts}) {
More information about the LON-CAPA-cvs
mailing list