--- loncom/homework/grades.pm 2007/02/12 23:09:14 1.389 +++ loncom/homework/grades.pm 2007/02/23 00:23:49 1.390 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.389 2007/02/12 23:09:14 albertel Exp $ +# $Id: grades.pm,v 1.390 2007/02/23 00:23:49 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -599,7 +599,8 @@ sub verifyreceipt { my (undef,undef,$fullname) = &getclasslist('all','0'); my $receiptparts=0; - if ($env{"course.$courseid.receiptalg"} eq 'receipt2') { $receiptparts=1; } + if ($env{"course.$courseid.receiptalg"} eq 'receipt2' || + $env{"course.$courseid.receiptalg"} eq 'receipt3') { $receiptparts=1; } my $parts=['0']; if ($receiptparts) { ($parts)=&response_type($symb); } foreach (sort