--- loncom/interface/lonprintout.pm 2005/03/15 00:43:06 1.368 +++ loncom/interface/lonprintout.pm 2005/03/22 10:53:43 1.369 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.368 2005/03/15 00:43:06 albertel Exp $ +# $Id: lonprintout.pm,v 1.369 2005/03/22 10:53:43 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1182,6 +1182,7 @@ ENDPART $moreenv{'textwidth'}=&get_textwidth($helper,$LaTeXwidth); $moreenv{'print_discussions'}=$helper->{'VARS'}->{'PRINT_DISCUSSIONS'}; $moreenv{'problem_split'} = $parmhash{'problem_stream_switch'}; + $moreenv{'suppress_tries'} = $parmhash{'suppress_tries'}; if ($helper->{'VARS'}->{'PRINT_DISCUSSIONS'} eq 'yes') {$moreenv{'problem_split'}='yes';} my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r,'Print Status','Class Print Status',$#students+1,'inline','75'); my $student_counter=-1;