--- rat/client/parameter.html 2022/05/27 17:58:03 1.64.2.5.2.2 +++ rat/client/parameter.html 2022/07/06 22:31:13 1.89 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.64.2.5.2.2 2022/05/27 17:58:03 raeburn Exp $ +// $Id: parameter.html,v 1.89 2022/07/06 22:31:13 raeburn Exp $ // // Copyright Michigan State University Board of Trustees // @@ -45,9 +45,14 @@ var pextravaltwo=''; var preturn=''; var pcode=''; var pscat=''; +var psmap=''; var pmarker=''; var pmodal=''; var pname=''; +var precursive=''; +var pnonreccol=''; +var pmarkerst=''; +var pparm=''; var pextra=''; var defhour=0; @@ -189,7 +194,7 @@ function second() { choicewrite('>'+i+''); } choicewrite(''); -} +} function date() { @@ -240,8 +245,8 @@ function month() { } choicewrite(''); } - - + + function intminute() { var thisminutes=cmins; var i; @@ -288,7 +293,7 @@ function intsecond() { } result += ''; return result; -} +} function intday() { @@ -324,7 +329,7 @@ function intcalc() { newpmodval = sform.donebutton[i].value; newpextravaltwo = sform.donebutton_text.value; } else { - if (sform.donebutton[i].value == '_done_proctor') { + if (sform.donebutton[i].value == '_done_proctor') { newpmodval = sform.donebutton[i].value; newpextraval = sform.donebutton_proctorkey.value; newpextravaltwo = sform.donebutton_text.value; @@ -345,7 +350,7 @@ function intcalc() { svalue += donevals[1]; } if (newpextravaltwo) { - if (newpextravaltwo != 'Done') { + if (newpextravaltwo != 'Done') { svalue += ':'+newpextravaltwo+':'; } } @@ -396,9 +401,9 @@ function validateInterval() { for (var i=0; i 0)) { + if ((numRegExp.test(posscoll)) && (posscoll > 0)) { svalue += posscoll; } else { alert("Please select either a numbered collection or check 'Standard (all menus)'."); @@ -567,7 +572,7 @@ function ipstringeval() { svalue = ''; for (var i=0; i 0) { + if (items.length > 0) { for (var j=0; j'+ 'Remove'; @@ -624,6 +629,46 @@ function callradiostringeval(newval) { return 'onclick="parent.radiostringeval(\''+newval+'\')"'; } +function lenienteval(newval) { + if (newval == 'weighted') { + if (document.getElementById('lenientweighteddiv')) { + document.getElementById('lenientweighteddiv').style.display='block'; + } + var patternRelWeight = /^\-?[\d.]+$/; + var sform=choices.document.forms.sch; + var relwtlength = sform.lenientrelwt.length; + if ((relwtlength != '') && (typeof(relwtlength) != 'undefined')) { + for (var i=0; iX"; } choicewrite(''+selection+''); - -} +} function draw() { choicestart(); @@ -756,7 +800,7 @@ function draw() { tablestart('Date and time'); } if (pscat=='interval') { - var proctorkeytype = 'hidden'; + var proctorkeytype = 'hidden'; var donebuttontext = 'none'; if (pmodval == '_done_proctor') { proctorkeytype = 'text'; @@ -865,7 +909,7 @@ function draw() { if (ptype=='float') { if (pscat=='default') { tablestart('Default value or none'); - choicewrite(''); + choicewrite(''); } else { if (pscat=='pos') { tablestart('Positive floating point number or zero'); @@ -884,7 +928,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:'); @@ -953,7 +997,7 @@ function draw() { choicewrite('
'); + choicewrite(' /> Bubblesheet Exam
'); // choicewrite('
'); } if (pscat=='lenient') { + var patternLenientStd = /^(yes|no|default)$/; + var patternLenientRel = /^([\-\d\.]+)\,([\-\d\.]+)\,([\-\d\.]+)\,([\-\d\.]+)$/; + var lenientweighted = 'none'; + var relatives = new Array; tablestart('Lenient Grading (Partial Credit)'); choicewrite('Value:'); choicewrite('
'); choicewrite('
'); choicewrite('
'); + choicewrite('

'+ + '
'+ + ''+ + ''); + var lenienttypes = ['Correct (checked)','Correct (unchecked)','Incorrect (checked)','Incorrect (unchecked)']; + for (var i=0; i'+ + ''); + } + choicewrite('
Foil submission statusPoints
'+lenienttypes[i]+'
'); } if (pscat=='discussvote') { tablestart('Discussion Voting'); @@ -1022,7 +1096,7 @@ function draw() { if (pscat=='ip') { var currallow = new Array; var currdeny = new Array; - if ((svalue != '') && (svalue != null)) { + if ((svalue != '') && (typeof(svalue) != 'undefined')) { var patternComma = /,/; var patternAllow = /^([\[\]a-zA-Z\.\d\*\-]+)$/; var patternDeny = /^\!([\[\]a-zA-Z\.\d\*\-]+)$/; @@ -1104,18 +1178,18 @@ function draw() { ' type="radio" '+callradiostringeval('map_map')); if (svalue=='map_map') { choicewrite(' checked="checked"'); } choicewrite(' /> Yes, and the scope of the slot is the enclosing map/folder. When checking in, all resources in the map/folder are checked in.
'); - choicewrite(''); - } + choicewrite(''); + } if (pscat=='deeplink') { var deeplinkvals = new Array(); var linkprotectparts = new Array(); - var ltikeyRegExp = /^(ltic|ltid|key):(\w+)$/; + var ltikeyRegExp = /^(ltic:\d+|ltid:\d+|key:[a-zA-Z\d_.!@#$%^&*()+=-]+)$/; var dlinkkeysty = 'hidden'; var dlinkkeyval = ''; var dlinklticdivsty = 'none'; var dlinkltiddivsty = 'none'; var dlinkmenusdivsty = 'none'; - if ((svalue != '') && (svalue != null)) { + if ((svalue != '') && (typeof(svalue) != 'undefined')) { deeplinkvals = svalue.split(','); if (ltikeyRegExp.test(deeplinkvals[4])) { linkprotectparts = deeplinkvals[4].split(':'); @@ -1212,7 +1286,7 @@ function draw() { choicewrite('
'); var possmenus = new Array(); - if ((pextra != '') && (pextra != null)) { + if ((pextra != '') && (typeof(pextra) != 'undefined')) { var lticRegExp = /^ltic_/; var ltidRegExp = /^ltid_/; var menusRegExp = /^menus_/; @@ -1313,7 +1387,7 @@ function draw() { choicewrite(' checked="checked"'); } choicewrite(' /> Standard (all menus)
'); - if (possmenus.length >= 1) { + if (possmenus.length >= 1) { choicewrite('