--- loncom/homework/caparesponse/caparesponse.pm 2013/01/21 06:04:07 1.254 +++ loncom/homework/caparesponse/caparesponse.pm 2014/12/30 20:03:15 1.255 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # caparesponse definition # -# $Id: caparesponse.pm,v 1.254 2013/01/21 06:04:07 raeburn Exp $ +# $Id: caparesponse.pm,v 1.255 2014/12/30 20:03:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -645,7 +645,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.'.turnoffeditor') ne 'yes')) { - $result.=&Apache::response::edit_mathresponse_button($id,"HWVAL_$id"); + $result.=&Apache::response::edit_mathresponse_button($partid,$id); } &Apache::response::setup_prior_tries_hash(\&format_prior_response_numerical);