--- loncom/homework/response.pm 2019/08/11 12:27:11 1.247 +++ loncom/homework/response.pm 2021/01/12 15:52:06 1.248 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # various response type definitons response definition # -# $Id: response.pm,v 1.247 2019/08/11 12:27:11 raeburn Exp $ +# $Id: response.pm,v 1.248 2021/01/12 15:52:06 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -473,8 +473,8 @@ sub end_customresponse { $error = $award; $award = 'ERROR'; } - if (($award eq 'INCORRECT' || $award eq 'APPROX_ANS' || - $award eq 'EXACT_ANS')) { + if (($award eq 'INCORRECT') || ($award eq 'APPROX_ANS') || + ($award eq 'EXACT_ANS') || ($award eq 'ASSIGNED_SCORE')) { if ($Apache::lonhomework::type eq 'survey') { $award='SUBMITTED'; } elsif ($Apache::lonhomework::type eq 'surveycred') {