--- loncom/homework/caparesponse/caparesponse.pm 2008/09/04 22:47:19 1.229 +++ loncom/homework/caparesponse/caparesponse.pm 2008/09/08 16:08:37 1.230 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # caparesponse definition # -# $Id: caparesponse.pm,v 1.229 2008/09/04 22:47:19 riegler Exp $ +# $Id: caparesponse.pm,v 1.230 2008/09/08 16:08:37 riegler Exp $ # # Copyright Michigan State University Board of Trustees # @@ -606,7 +606,7 @@ sub end_numericalresponse { } } if (($target eq 'web') && ($tag eq 'formularesponse') - && ($Apache::lonhomework::type ne 'exam') && ($Apache::inputtags::status['-1'] eq 'CAN_ANSWER')) { + && ($Apache::lonhomework::type ne 'exam') && ($Apache::inputtags::status['-1'] eq 'CAN_ANSWER')&& (&Apache::lonxml::get_param('turnoneditor',$parstack,$safeeval) ne 'no')) { $result.=&Apache::response::edit_mathresponse_button($id,"HWVAL_$id"); }