--- loncom/interface/lonprintout.pm 2008/09/05 11:16:13 1.539 +++ loncom/interface/lonprintout.pm 2008/09/16 02:02:31 1.540 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.539 2008/09/05 11:16:13 onken Exp $ +# $Id: lonprintout.pm,v 1.540 2008/09/16 02:02:31 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2647,7 +2647,7 @@ sub printHelper { } # Useful filter strings - my $isProblem = '($res->is_problem()||$res->contains_problem) '; + my $isProblem = '($res->is_problem()||$res->contains_problem||$res->is_practice()) '; $isProblem .= ' && !$res->randomout()' if !$userCanSeeHidden; my $isProblemOrMap = '$res->is_problem() || $res->contains_problem() || $res->is_sequence()'; my $isNotMap = '!$res->is_sequence()';