--- loncom/homework/inputtags.pm 2002/03/11 21:37:55 1.55 +++ loncom/homework/inputtags.pm 2002/04/01 21:26:57 1.56 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.55 2002/03/11 21:37:55 albertel Exp $ +# $Id: inputtags.pm,v 1.56 2002/04/01 21:26:57 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -197,6 +197,9 @@ sub finalizeawards { if ($blankcount == ($#_ + 1)) { $result = 'NO_RESPONSE'; } } if ($result eq '' ) { + foreach $award (@_) { if ($award eq 'MISSING_ANSWER') {$result='MISSING_ANSWER'; last;}} + } + if ($result eq '' ) { foreach $award (@_) { if ($award eq 'ERROR') {$result='ERROR'; last;}} } if ($result eq '' ) {