--- loncom/homework/response.pm	2008/06/14 16:34:54	1.192
+++ loncom/homework/response.pm	2008/06/14 20:16:57	1.193
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # various response type definitons response definition
 #
-# $Id: response.pm,v 1.192 2008/06/14 16:34:54 www Exp $
+# $Id: response.pm,v 1.193 2008/06/14 20:16:57 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -499,9 +499,11 @@ sub start_mathresponse {
 					   ['maxima'],
 					   $token);
 	$result.=&Apache::edit::text_arg('Argument Array:',
-					 'args',$token);
+					 'args',$token).
+                 &Apache::loncommon::help_open_topic('Maxima_Argument_Array');
         $result.=&Apache::edit::text_arg('Libraries:',
-                                         'libraries',$token);
+                                         'libraries',$token).
+                 &Apache::loncommon::help_open_topic('Maxima_Libraries');
 	$result.=&Apache::edit::end_row().&Apache::edit::start_spanning_row();
     } elsif ($target eq 'modified') {
 	my $constructtag;