Return to lonstudentsubmissions.pm CVS log | Up to [LON-CAPA] / loncom / interface / statistics |
version 1.26, 2004/11/08 15:14:52 | version 1.27, 2004/11/08 15:21:38 |
---|---|
Line 817 sub prepare_csv_output { | Line 817 sub prepare_csv_output { |
# | # |
# Main loop | # Main loop |
foreach my $student (@$students) { | foreach my $student (@$students) { |
last if ($c->aborted()); | |
my @rows; | my @rows; |
my $prob_start_idx = 0; | my $prob_start_idx = 0; |
foreach my $prob (@$problems) { | foreach my $prob (@$problems) { |