--- loncom/homework/inputtags.pm 2003/03/17 21:33:33 1.85 +++ loncom/homework/inputtags.pm 2003/04/02 19:51:24 1.86 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.85 2003/03/17 21:33:33 albertel Exp $ +# $Id: inputtags.pm,v 1.86 2003/04/02 19:51:24 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -336,6 +336,7 @@ sub decideoutput { $message = "Unknown message: $award"; $button=1; } + if ($Apache::lonhomework::type eq 'exam') {$message='';$previousmsg='';} return ($button,$message,$previousmsg); }