--- loncom/homework/caparesponse/caparesponse.pm 2008/05/30 16:04:33 1.225 +++ loncom/homework/caparesponse/caparesponse.pm 2008/06/10 15:22:39 1.226 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # caparesponse definition # -# $Id: caparesponse.pm,v 1.225 2008/05/30 16:04:33 www Exp $ +# $Id: caparesponse.pm,v 1.226 2008/06/10 15:22:39 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -326,6 +326,7 @@ sub start_numericalresponse { sub edit_formula_button { my ($id,$field)=@_; my $button=&mt('Edit Answer'); + my $helplink=&Apache::loncommon::help_open_topic('Formula_Editor'); return(< function edit_${id}_${field} (textarea) { @@ -334,7 +335,7 @@ function edit_${id}_${field} (textarea) newwin = window.open("/adm/dragmath/applet/MaximaPopup.html","","width=565,height=400,resizable"); } - +$helplink ENDFORMULABUTTON }