--- rat/client/parameter.html 2020/09/03 18:05:53 1.64.2.4 +++ rat/client/parameter.html 2015/01/23 19:35:48 1.67 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.64.2.4 2020/09/03 18:05:53 raeburn Exp $ +// $Id: parameter.html,v 1.67 2015/01/23 19:35:48 raeburn Exp $ // // Copyright Michigan State University Board of Trustees // @@ -241,66 +241,58 @@ function month() { function intminute() { var thisminutes=cmins; var i; - var result = ''; - result += ''); for (i=0;i<=59;i++) { - result += ''); } - result += ''; - return result; + choicewrite(''); } function inthour() { var thishours=chours; var i; - var result = ''; - result += ''); for (i=0;i<=23;i++) { - result += ''); } - result += ''; - return result; -} + choicewrite(''); +} function intsecond() { var thisseconds=csecs; var i; - var result = ''; - result += ''); for (i=0;i<=59;i++) { - result += ''); } - result += ''; - return result; -} + choicewrite(''); +} function intday() { var thisdate=cdays; var i; - var result =''; - result += ''); for (i=0;i<=31;i++) { - result += ''); } - result += ''; - return result; + choicewrite(''); } function intcalc() { @@ -479,17 +471,14 @@ function draw() { } if (pscat=='interval') { tablestart('Time interval'); - choicewrite( [ - ''+intervaldis()+'', - 'Time:', - ''+intday()+' days ', - ''+inthour()+' hours', - ''+intminute()+' mins', - ''+intsecond()+' secs', - '', - '', - '
', - ].join("\n")); + choicewrite(''); + intervaldis(); + choicewrite('Time:' + +''); + intday();choicewrite('days '); + inthour();choicewrite('hours '); + intminute(); choicewrite('mins '); intsecond(); + choicewrite('secs'); } else { choicewrite('' +cdate.toString()+ @@ -571,7 +560,7 @@ function draw() { } if (ptype=='string') { - if ((pscat=='any') || (pscat=='') || (pscat=='default') || + if ((pscat=='any') || (pscat=='') || (pscat=='default') || (typeof(pscat)=='undefined')) { tablestart('Text'); choicewrite('Value:'); @@ -640,7 +629,7 @@ function draw() { choicewrite('
'); + choicewrite(' /> Bubblesheet Exam
'); // choicewrite('
'); + choicewrite(' /> Yes, and the scope of student selected slot is a single resource.
'); choicewrite('
'); + choicewrite(' /> Yes, and the scope of student selected slot is the enclosing map/folder. When checking in, it applies to only one resource.
'); choicewrite('
'); + 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(''); } } @@ -1019,7 +1008,7 @@ function init() { selwrite(''); this.window.selector.document.close(); draw(); - + } // ]]>