--- rat/client/parameter.html 2022/01/04 04:03:47 1.64.2.5 +++ rat/client/parameter.html 2013/01/28 18:17:21 1.65 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.64.2.5 2022/01/04 04:03:47 raeburn Exp $ +// $Id: parameter.html,v 1.65 2013/01/28 18:17:21 bisitz 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() { @@ -350,7 +342,9 @@ function radiostringeval(newval) { } function callradiostringeval(newval) { - return 'onclick="parent.radiostringeval(\''+newval+'\')"'; + return 'onchange="parent.radiostringeval(\'' + +newval+'\')" onclick="parent.radiostringeval(\'' + +newval+'\')"'; } function intervaldis() { @@ -361,7 +355,8 @@ function intervaldis() { csecs-=chours*3600; cmins=Math.floor(csecs/60); csecs-=cmins*60; - return cdays+' days '+chours+' hours '+cmins+' mins '+csecs+' secs'; + choicewrite(cdays+' days '+chours+' hours ' + +cmins+' mins '+csecs+' secs'); } function pickcolor(picked) { @@ -478,17 +473,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()+ @@ -570,7 +562,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:'); @@ -639,7 +631,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(''); } } @@ -908,7 +900,7 @@ function init() { selwrite(''); selwrite(''); selwrite('
'+pname+'
'); - selwrite('Format of Value(s): '); if (ptype=='tolerance') { sopt('default','Default'); @@ -1018,7 +1010,7 @@ function init() { selwrite(''); this.window.selector.document.close(); draw(); - + } // ]]>