--- loncom/interface/lonstatistics.pm 2005/03/14 20:28:21 1.119 +++ loncom/interface/lonstatistics.pm 2005/03/15 21:22:38 1.120 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.119 2005/03/14 20:28:21 matthew Exp $ +# $Id: lonstatistics.pm,v 1.120 2005/03/15 21:22:38 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -587,7 +587,7 @@ sub selected_sequences_with_assessments sub { shift->is_map(); },1,0,1); my @sequences_with_assessments; for my $sequence ($navmap->getById('0.0'), @sequences) { - if ($navmap->hasResource($sequence,sub { shift->is_problem(); }, 0)){ + if ($navmap->hasResource($sequence,sub { shift->is_problem(); },0,1)){ push(@sequences_with_assessments,$sequence); } }