--- loncom/homework/inputtags.pm 2003/04/24 12:44:54 1.96 +++ loncom/homework/inputtags.pm 2003/04/30 13:44:30 1.97 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.96 2003/04/24 12:44:54 sakharuk Exp $ +# $Id: inputtags.pm,v 1.97 2003/04/30 13:44:30 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -530,8 +530,8 @@ sub gradestatus { if ( $maxtries eq 'con_lost' ) { $maxtries = '0'; } if ( $showbutton ) { if ($target eq 'tex') { - if ($ENV{'request.state'} ne "construct") { - $trystr = ' {\vskip -1 mm \small \textit{Tries} '.$tries.'/'.$maxtries.'} \vskip 2 mm '; + if ($ENV{'request.state'} ne "construct" && $Apache::lonhomework::type ne 'exam') { + $trystr = ' {\vskip 1 mm \small \textit{Tries} '.$tries.'/'.$maxtries.'} \vskip 2 mm '; } else { $trystr = '\vskip 0 mm '; }