--- loncom/homework/caparesponse/caparesponse.pm 2008/09/20 00:25:39 1.234 +++ loncom/homework/caparesponse/caparesponse.pm 2008/09/23 19:15:57 1.235 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # caparesponse definition # -# $Id: caparesponse.pm,v 1.234 2008/09/20 00:25:39 raeburn Exp $ +# $Id: caparesponse.pm,v 1.235 2008/09/23 19:15:57 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -608,8 +608,8 @@ 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')){ - $result.=&Apache::response::edit_mathresponse_button($id,"HWVAL_$id"); + && (&Apache::lonnet::EXT('resource.'.$partid.'_'.$id.'.turnoffeditor') ne 'yes')) { + $result.=&Apache::response::edit_mathresponse_button($id,"HWVAL_$id"); } &Apache::response::setup_prior_tries_hash(\&format_prior_response_numerical);