--- loncom/homework/response.pm	2007/05/17 09:43:47	1.165
+++ loncom/homework/response.pm	2007/05/23 22:36:21	1.167
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # various response type definitons response definition
 #
-# $Id: response.pm,v 1.165 2007/05/17 09:43:47 foxr Exp $
+# $Id: response.pm,v 1.167 2007/05/23 22:36:21 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -391,7 +391,6 @@ sub start_customresponse {
 						  $safeeval,'answerdisplay');
 	if ($constructtag) {
 	    $result = &Apache::edit::rebuild_tag($token);
-	    $result.=&Apache::edit::handle_insert();
 	}
     } elsif ($target eq 'answer' || $target eq 'grade') {
 	&Apache::response::reset_params();
@@ -499,7 +498,6 @@ sub start_mathresponse {
 						  $safeeval,'answerdisplay','cas','args');
 	if ($constructtag) {
 	    $result = &Apache::edit::rebuild_tag($token);
-	    $result.=&Apache::edit::handle_insert();
 	}
     } elsif ($target eq 'answer' || $target eq 'grade') {
 	&Apache::response::reset_params();
@@ -677,7 +675,6 @@ sub start_responseparam {
 	}
 	if ($constructtag) {
 	    $result = &Apache::edit::rebuild_tag($token);
-	    $result.=&Apache::edit::handle_insert();
 	}
     } elsif ($target eq 'grade' || $target eq 'answer' || $target eq 'web' ||
 	     $target eq 'tex' || $target eq 'analyze' ) {
@@ -1026,7 +1023,8 @@ sub pick_foil_for_concept {
 #
 #  Get a parameter associated with a problem.
 # Parameters:
-#  $id        - the symb of the problem part within the map(?) ($part_$id).
+#  $id        - the id of the paramater, either a part id, 
+#               or a partid and responspe id joined by _
 #  $name      - Name of the parameter to fetch
 #  $default   - Default value for the paramter.
 #