--- loncom/interface/statistics/lonstudentassessment.pm 2023/07/10 02:33:06 1.169.2.7.2.1 +++ loncom/interface/statistics/lonstudentassessment.pm 2023/09/08 00:56:04 1.169.2.7.2.2 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.169.2.7.2.1 2023/07/10 02:33:06 raeburn Exp $ +# $Id: lonstudentassessment.pm,v 1.169.2.7.2.2 2023/09/08 00:56:04 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -602,7 +602,7 @@ sub count_parts { sub get_resources { my ($navmap,$sequence) = @_; my @resources = $navmap->retrieveResources($sequence, - sub { shift->is_problem(); }, + sub { shift->is_gradable(); }, 0,0,0); return @resources; }