--- rat/client/parameter.html 2006/12/06 21:09:35 1.41 +++ rat/client/parameter.html 2007/02/24 02:04:20 1.42 @@ -3,7 +3,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.41 2006/12/06 21:09:35 www Exp $ +// $Id: parameter.html,v 1.42 2007/02/24 02:04:20 albertel Exp $ // // Copyright Michigan State University Board of Trustees // @@ -529,11 +529,8 @@ function draw() { } if (ptype=='string') { - if (pscat=='default') { - tablestart('Default value or none'); - choicewrite(''); - } else { - if ((pscat=='any') || (pscat=='') || (typeof(pscat)=='undefined')) { + if ((pscat=='any') || (pscat=='') || (pscat=='default') || + (typeof(pscat)=='undefined')) { tablestart('Text'); choicewrite('Value:'); choicewrite(' Yes, and the scope of student selected slot is the enclosing map/folder. When checking in, all resources in the map/folder are checked in..
'); - } choicewrite(''); } }