--- loncom/interface/lonprintout.pm 2024/10/19 05:04:22 1.696 +++ loncom/interface/lonprintout.pm 2024/10/29 22:00:23 1.697 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.696 2024/10/19 05:04:22 raeburn Exp $ +# $Id: lonprintout.pm,v 1.697 2024/10/29 22:00:23 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3406,6 +3406,7 @@ ENDPART } my %moreenv = ('textwidth' => &get_textwidth($helper,$LaTeXwidth)); $moreenv{'problem_split'} = $parmhash{'problem_stream_switch'}; + $moreenv{'suppress_tries'} = $parmhash{'suppress_tries'}; $moreenv{'instructor_comments'}='hide'; $moreenv{'bubbles_per_row'} = $bubbles_per_row; my $seed=time+($$<<16)+($$);