--- loncom/interface/statistics/lonstudentassessment.pm 2023/09/08 00:56:04 1.169.2.7.2.2 +++ loncom/interface/statistics/lonstudentassessment.pm 2024/07/02 14:19:01 1.169.2.8 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.169.2.7.2.2 2023/09/08 00:56:04 raeburn Exp $ +# $Id: lonstudentassessment.pm,v 1.169.2.8 2024/07/02 14:19:01 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_gradable(); }, + sub { shift->is_problem(); }, 0,0,0); return @resources; }