--- rat/client/parameter.html 2005/08/11 21:31:46 1.34 +++ rat/client/parameter.html 2006/06/16 19:57:56 1.39 @@ -3,7 +3,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.34 2005/08/11 21:31:46 albertel Exp $ +// $Id: parameter.html,v 1.39 2006/06/16 19:57:56 albertel Exp $ // // Copyright Michigan State University Board of Trustees // @@ -570,26 +570,30 @@ function draw() { ' type="radio" '+callradiostringeval('problem')); if (svalue=='problem') { choicewrite(' checked'); } choicewrite('> Standard Problem'); - choicewrite(' Quiz'); +// choicewrite(' Quiz'); + choicewrite(' Practice'); choicewrite(' Exam'); - choicewrite(' Assessment'); +// choicewrite(' Assessment'); choicewrite(' Survey'); - choicewrite(' Input Form'); +// choicewrite(' Input Form'); choicewrite(''); } + if (pscat=='useslots') { + tablestart('Slots control access'); + choicewrite('Value:'); + choicewrite(' No'); + choicewrite(' Yes, and the scope of student selected slot is a single resource.'); + choicewrite(' Yes, and the scope of student selected slot is the enclosing map/folder. When checking in, it applies to only one resource.'); + 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(''); } }