--- loncom/homework/response.pm 2007/11/13 22:21:46 1.185 +++ loncom/homework/response.pm 2008/01/19 14:56:54 1.186 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # various response type definitons response definition # -# $Id: response.pm,v 1.185 2007/11/13 22:21:46 albertel Exp $ +# $Id: response.pm,v 1.186 2008/01/19 14:56:54 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -675,6 +675,7 @@ sub start_responseparam { $Apache::lonnet::packagetab{"$tag&$name&display"}; $token->[2]->{'default'}= $Apache::lonnet::packagetab{"$tag&$name&default"}; + $token->[3] = ['name','type','description','default']; $constructtag=1; } if ($constructtag) {