--- loncom/homework/response.pm 2003/05/16 20:16:18 1.78 +++ loncom/homework/response.pm 2003/05/23 19:37:33 1.79 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # various response type definitons response definition # -# $Id: response.pm,v 1.78 2003/05/16 20:16:18 albertel Exp $ +# $Id: response.pm,v 1.79 2003/05/23 19:37:33 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -52,7 +52,7 @@ sub start_response { } sub end_response { - pop @Apache::inputtags::response; + #pop @Apache::inputtags::response; @Apache::inputtags::inputlist=(); return ''; } @@ -62,6 +62,7 @@ sub start_hintresponse { my $id= &Apache::lonxml::get_param('id',$parstack,$safeeval); if ($id eq '') { $id = $Apache::lonxml::curdepth; } push (@Apache::inputtags::response,$id); + push (@Apache::inputtags::responselist,$id); push (@Apache::inputtags::paramstack,[%Apache::inputtags::params]); return $id; }