--- loncom/interface/statistics/lonstudentassessment.pm 2005/02/25 23:32:23 1.115 +++ loncom/interface/statistics/lonstudentassessment.pm 2005/02/28 17:23:11 1.116 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.115 2005/02/25 23:32:23 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.116 2005/02/28 17:23:11 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1610,7 +1610,7 @@ END &Apache::loncommon::csv_translate($seq->compTitle).'",'; my $count = 0; if ($chosen_output->{'every_problem'}) { - foreach my $res (@{$seq->{'contents'}}) { + foreach my $res (&get_resources($navmap,$seq)) { if (scalar(@{$res->parts}) < 1) { next; }