--- rat/lonratparms.pm 2003/02/25 15:58:51 1.13 +++ rat/lonratparms.pm 2003/02/25 21:49:45 1.14 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Set parameters inside of the RAT # -# $Id: lonratparms.pm,v 1.13 2003/02/25 15:58:51 www Exp $ +# $Id: lonratparms.pm,v 1.14 2003/02/25 21:49:45 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -89,6 +89,12 @@ sub handler { $type{'parameter_mapalias'}='string'; $display{'parameter_mapalias'}='Resource alias name for conditions'; } + if ($uri=~/\.(problem|exam|quiz|assess|survey|form|library)\.meta$/) { + $content{'parameter_hiddenparts'}=''; + $type{'parameter_hiddenparts'}='string'; + $display{'parameter_hiddenparts'}= + 'A comma separted list of Part Ids to not display.'; + } # ---------------------------------------------------------- Current Parameters foreach (split(/\:/,$ENV{'form.parms'})) {