--- loncom/homework/inputtags.pm 2002/10/08 18:04:04 1.65 +++ loncom/homework/inputtags.pm 2002/10/24 19:13:53 1.67 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.65 2002/10/08 18:04:04 bowersj2 Exp $ +# $Id: inputtags.pm,v 1.67 2002/10/24 19:13:53 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -426,7 +426,9 @@ sub gradestatus { if ( $maxtries eq 'con_lost' ) { $maxtries = '0'; } if ( $showbutton ) { if ($target eq 'tex') { - $trystr = ' Tries '.$tries.'/'.$maxtries.' '; + if ((not $ENV{'request.role'}=~m/^au\./) and (not $ENV{'request.role'}=~m/^ca\./)) { + $trystr = ' {\small \textit{Tries} '.$tries.'/'.$maxtries.'} '; + } } else { $trystr = "Tries $tries/$maxtries"; }