--- loncom/homework/inputtags.pm 2006/07/19 19:54:30 1.202 +++ loncom/homework/inputtags.pm 2006/07/19 20:54:19 1.203 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.202 2006/07/19 19:54:30 www Exp $ +# $Id: inputtags.pm,v 1.203 2006/07/19 20:54:19 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -553,10 +553,7 @@ sub decideoutput { ('yes' eq lc(&Apache::lonnet::EXT("resource.$part.handgrade"))); my $computer = ($handgrade)? '' - : " ". - (($Apache::lonhomework::type eq 'exam')? - " ".&mt("Your answer now shown above."): - " ".&mt("Computer's answer now shown above.")); + : " ".&mt("Computer's answer now shown above."); &Apache::lonxml::debug("handgrade has :$handgrade:"); if ($previous) { $previousmsg=&mt('You have entered that answer before'); }