--- rat/client/parameter.html 2016/08/05 17:39:45 1.64.2.3 +++ rat/client/parameter.html 2016/03/15 14:25:41 1.70 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.64.2.3 2016/08/05 17:39:45 raeburn Exp $ +// $Id: parameter.html,v 1.70 2016/03/15 14:25:41 raeburn Exp $ // // Copyright Michigan State University Board of Trustees // @@ -39,6 +39,8 @@ Parameter Input Window var ptype=''; var pvalue=''; +var pmodval=''; +var pextraval=''; var preturn=''; var pcode=''; var pscat=''; @@ -268,10 +270,10 @@ function inthour() { } result += ''; return result; -} +} function intsecond() { - var thisseconds=csecs; + var thisseconds=csecs; var i; var result = ''; result += ''; @@ -284,7 +286,7 @@ function intsecond() { } result += ''; return result; -} +} function intday() { @@ -309,7 +311,74 @@ function intcalc() { sform.hours.options[sform.hours.selectedIndex].value*1)*60+ sform.minutes.options[sform.minutes.selectedIndex].value*1)*60+ sform.seconds.options[sform.seconds.selectedIndex].value*1; - draw(); + if ((ptype=='date') && (pscat=='interval')) { + var newpmodval = ''; + var newpextraval = ''; + if (sform.donebutton.length) { + for (var i=0; i'+intervaldis()+'', @@ -490,7 +566,27 @@ function draw() { '', '', ].join("\n")); - } else { + tablestart('Provide a "Done" button to students?'); + choicewrite('Value:'); + choicewrite(' No'); + choicewrite(' Yes'); + choicewrite(''+ + ' Yes, with proctor key'); + choicewrite(' '); + choicewrite(''); + } else { choicewrite('' +cdate.toString()+ 'Date:'); @@ -640,7 +736,7 @@ function draw() { choicewrite(' Exam'); + choicewrite(' /> Bubblesheet Exam'); // choicewrite('= 0 && pair[1] < 60) { defsec=pair[1]; } } + if (ptype=='date' && pscat == 'interval') { + if (doneproctorRegExp.test(pvalue)) { + pmodval = pvalue.match(doneproctorRegExp); + var intervalwithkey = pvalue.replace(doneproctorRegExp,''); + if (proctorkeyRegExp.test(intervalwithkey)) { + var currvals = intervalwithkey.match(proctorkeyRegExp); + if (currvals.length == 3) { + pvalue = currvals[1]; + pextraval = currvals[2]; + } else { + pmodval = ''; + } + } + } else { + if (doneRegExp.test(pvalue)) { + var pnumval = pvalue.replace(doneRegExp,''); + pmodval = pvalue.match(doneRegExp); + pvalue = pnumval; + } + } + } svalue=pvalue; if (((ptype=='float') || (ptype=='string') || (ptype=='int')) && (pscat=='default') && @@ -991,8 +1111,12 @@ function init() { var targ='parent.opener'; if (pmodal==1) { targ='parent.parent'; - } - selwrite('