--- rat/client/parameter.html 2006/02/10 23:45:02 1.35 +++ rat/client/parameter.html 2006/06/30 03:12:21 1.40 @@ -3,7 +3,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.35 2006/02/10 23:45:02 albertel Exp $ +// $Id: parameter.html,v 1.40 2006/06/30 03:12:21 albertel Exp $ // // Copyright Michigan State University Board of Trustees // @@ -570,6 +570,10 @@ function draw() { ' type="radio" '+callradiostringeval('problem')); if (svalue=='problem') { choicewrite(' checked'); } choicewrite('> Standard Problem'); +// choicewrite(' Quiz'); 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(''); } } @@ -642,7 +666,7 @@ function draw() { choicewrite(''); } - choicewrite(''); + choicewrite(''); choiceend(); }