--- loncom/homework/inputtags.pm 2006/07/14 18:17:58 1.201 +++ loncom/homework/inputtags.pm 2006/07/19 19:54:30 1.202 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.201 2006/07/14 18:17:58 albertel Exp $ +# $Id: inputtags.pm,v 1.202 2006/07/19 19:54:30 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -553,7 +553,10 @@ sub decideoutput { ('yes' eq lc(&Apache::lonnet::EXT("resource.$part.handgrade"))); my $computer = ($handgrade)? '' - : " ".&mt("Computer's answer now shown above."); + : " ". + (($Apache::lonhomework::type eq 'exam')? + " ".&mt("Your 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'); }