--- loncom/homework/inputtags.pm 2005/12/01 18:46:31 1.185 +++ loncom/homework/inputtags.pm 2006/01/04 05:56:16 1.186 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.185 2005/12/01 18:46:31 albertel Exp $ +# $Id: inputtags.pm,v 1.186 2006/01/04 05:56:16 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -622,7 +622,12 @@ sub decideoutput { $bgcolor=$possiblecolors{'correct'}; $button=0; } elsif ($award eq '') { - $bgcolor=$possiblecolors{'not_charged_try'}; + if ($handgrade && $Apache::inputtags::status[-1] eq 'SHOW_ANSWER') { + $message = &mt("Nothing submitted."); + $bgcolor=$possiblecolors{'charged_try'}; + } else { + $bgcolor=$possiblecolors{'not_charged_try'}; + } $button=1; } else { $message = &mt("Unknown message").": $award";