--- loncom/interface/loncoursedata.pm 2003/02/25 15:55:15 1.50 +++ loncom/interface/loncoursedata.pm 2003/02/25 16:05:24 1.51 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: loncoursedata.pm,v 1.50 2003/02/25 15:55:15 matthew Exp $ +# $Id: loncoursedata.pm,v 1.51 2003/02/25 16:05:24 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -340,9 +340,9 @@ sub get_sequence_assessment_data { my $currentmap = $Nested_Sequences[-1]; # Last one on the stack if ($curRes == $iterator->BEGIN_MAP()) { # get the map itself, instead of BEGIN_MAP - $title = $previous->title();#$curRes->title(); - $symb = $previous->symb;#curRes->symb(); - $src = $previous->src();#$curRes->src(); + $title = $previous->title(); + $symb = $previous->symb(); + $src = $previous->src(); my $newmap = { title => $title, src => $src, symb => $symb,