--- loncom/interface/loncoursedata.pm 2004/11/02 20:48:02 1.141 +++ loncom/interface/loncoursedata.pm 2005/04/19 21:13:24 1.141.2.1 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncoursedata.pm,v 1.141 2004/11/02 20:48:02 albertel Exp $ +# $Id: loncoursedata.pm,v 1.141.2.1 2005/04/19 21:13:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -145,7 +145,7 @@ sub get_sequence_assessment_data { while (scalar(@Nested_Sequences)) { $previous_too = $previous; $previous = $curRes; - $curRes = $iterator->next(); + $curRes = $iterator->next(1); my $currentmap = $Nested_Sequences[-1]; # Last one on the stack if ($curRes == $iterator->BEGIN_MAP()) { if (! ref($previous)) {