--- loncom/homework/optionresponse.pm 2004/01/06 20:37:29 1.97 +++ loncom/homework/optionresponse.pm 2004/01/14 22:08:22 1.98 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.97 2004/01/06 20:37:29 sakharuk Exp $ +# $Id: optionresponse.pm,v 1.98 2004/01/14 22:08:22 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,7 +43,8 @@ sub start_optionresponse { %Apache::hint::option=(); if ($target eq 'edit') { $result.=&Apache::edit::start_table($token). - "Multiple Option Response QuestionDelete:". + "Multiple Option Response Question ". + &Apache::loncommon::help_open_topic('Option_Response_Problems')."Delete:". &Apache::edit::deletelist($target,$token) ." ". &Apache::edit::end_row().