--- loncom/homework/inputtags.pm 2001/02/19 21:02:59 1.28 +++ loncom/homework/inputtags.pm 2001/03/21 18:24:36 1.29 @@ -130,6 +130,9 @@ sub finalizeawards { if ($result eq '' ) { foreach $award (@_) { if ($award eq 'ERROR') {$result='ERROR'; last;}} } + if ($result eq '' ) { + foreach $award (@_) { if ($award eq 'NO_RESPONSE') {$result='NO_RESPONSE'; last;} } + } if ($result eq '' ) { foreach $award (@_) {