--- loncom/homework/caparesponse/caparesponse.pm 2008/09/20 00:28:34 1.227.2.3 +++ loncom/homework/caparesponse/caparesponse.pm 2008/09/23 19:22:58 1.227.2.4 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # caparesponse definition # -# $Id: caparesponse.pm,v 1.227.2.3 2008/09/20 00:28:34 raeburn Exp $ +# $Id: caparesponse.pm,v 1.227.2.4 2008/09/23 19:22:58 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -608,7 +608,7 @@ sub end_numericalresponse { } if (($target eq 'web') && ($tag eq 'formularesponse') && ($Apache::lonhomework::type ne 'exam') && ($Apache::inputtags::status['-1'] eq 'CAN_ANSWER') - && (&Apache::lonnet::EXT('resource.'.$partid.'_'.$id.'.turnoneditor') ne 'no')) { + && (&Apache::lonnet::EXT('resource.'.$partid.'_'.$id.'.turnoffeditor') ne 'yes')) { $result.=&Apache::response::edit_mathresponse_button($id,"HWVAL_$id"); }