--- loncom/interface/lonparmset.pm 2009/11/14 16:07:16 1.481 +++ loncom/interface/lonparmset.pm 2009/11/14 17:29:13 1.482 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.481 2009/11/14 16:07:16 amueller Exp $ +# $Id: lonparmset.pm,v 1.482 2009/11/14 17:29:13 amueller Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1835,6 +1835,8 @@ sub mapmenu { } } +# Build up the select Box to choose if your parameter specification should work for the resource, map/folder or the course level +# The value of default selection in the select box is set by the value that is given by the argument in $parmlev. sub levelmenu { my ($r,$alllevs,$parmlev)=@_;