--- loncom/interface/statistics/lonstathelpers.pm 2023/09/08 00:52:36 1.76.2.5.2.1 +++ loncom/interface/statistics/lonstathelpers.pm 2020/10/08 12:02:07 1.80 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.76.2.5.2.1 2023/09/08 00:52:36 raeburn Exp $ +# $Id: lonstathelpers.pm,v 1.80 2020/10/08 12:02:07 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -73,7 +73,7 @@ use LONCAPA; Input: a navmaps resource -Retunrs: a scalar containing html for a rendering of the problem +Returns: a scalar containing html for a rendering of the problem within a table. =cut @@ -198,7 +198,7 @@ sub problem_selector { my %partsseen; foreach my $part (@{$res->parts}) { my (@response_ids,@response_types); - if (($include_tools) && ($res->is_tool)) { + if ($res->is_tool) { @response_ids = (); @response_types = ('tool'); } else {