--- rat/client/parameter.html 2023/12/29 21:09:58 1.64.2.5.2.4 +++ rat/client/parameter.html 2022/07/07 03:37:02 1.90 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.64.2.5.2.4 2023/12/29 21:09:58 raeburn Exp $ +// $Id: parameter.html,v 1.90 2022/07/07 03:37:02 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+':'; } } @@ -397,8 +402,8 @@ function validateInterval() { if (sform.donebutton[i].checked) { if (sform.donebutton[i].value == '_done_proctor') { var keyval = sform.donebutton_proctorkey.value; - if ((keyval == '') || (typeof(keyval) == 'undefined')) { - alert('Please provide a key for a proctor to enter when a student uses the "Done" button.'); + if ((keyval == '') || (typeof(keyval) == 'undefined')) { + alert('Please enter a key for a proctor to enter when a student uses the "Done" button.'); return; } } @@ -412,7 +417,7 @@ function validateInterval() { function validateDeepLink() { var sform=choices.document.forms.sch; svalue = sform.deeplinkstate.options[sform.deeplinkstate.selectedIndex].value+','; - svalue += sform.deeplinkothers.options[sform.deeplinkothers.selectedIndex].value+','; + svalue += sform.deeplinkothers.options[sform.deeplinkothers.selectedIndex].value+','; svalue += sform.deeplinklisted.options[sform.deeplinklisted.selectedIndex].value+','; svalue += sform.deeplinkacc.options[sform.deeplinkacc.selectedIndex].value+','; var keyRegExp = /^[a-zA-Z\d_.!@#$%^&*()+=-]+$/; @@ -430,7 +435,7 @@ function validateDeepLink() { } else { alert('Please enter a value for the key containing one or more of: a-zA-Z0-9_.!@#$%^&*()+=-\n'+ 'or choose a different supported link type.'); - return; + return; } } else if (sform.deeplinkprotect[i].value == 'ltic') { var possltic = sform.linkpossltic.options[sform.linkpossltic.selectedIndex].value; @@ -461,7 +466,7 @@ function validateDeepLink() { svalue += '0'; } else if (sform.deeplinkmenus[i].value == 'collnum') { var posscoll = sform.linkpossmenu.options[sform.linkpossmenu.selectedIndex].value; - if ((numRegExp.test(posscoll)) && (posscoll > 0)) { + if ((numRegExp.test(posscoll)) && (posscoll > 0)) { svalue += posscoll; } else { alert("Please select either a numbered collection or check 'Standard (all menus)'."); @@ -612,7 +617,7 @@ function ipstringeval() { svalue = ''; for (var i=0; i 0) { + if (items.length > 0) { for (var j=0; j'+ 'Remove'; @@ -669,6 +674,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(); @@ -801,7 +845,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'; @@ -910,7 +954,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'); @@ -929,7 +973,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:'); @@ -998,7 +1042,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'); @@ -1064,18 +1138,6 @@ function draw() { if (svalue=='no') { choicewrite(' checked="checked"'); } choicewrite(' /> No
'); } - if (pscat=='tex') { - tablestart('TeX file display'); - choicewrite('Value:'); - choicewrite('
'); - choicewrite('
'); - } if (pscat=='ip') { var currallow = new Array; var currdeny = new Array; @@ -1161,8 +1223,8 @@ 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(); @@ -1176,7 +1238,7 @@ function draw() { var dlinkmenusdivsty = 'none'; var dlinkexitdivsty = 'none'; var dlinkexittextval = ''; - if ((svalue != '') && (typeof(svalue) != 'undefined')) { + if ((svalue != '') && (typeof(svalue) != 'undefined')) { deeplinkvals = svalue.split(','); if (ltikeyRegExp.test(deeplinkvals[4])) { linkprotectparts = deeplinkvals[4].split(':'); @@ -1197,7 +1259,7 @@ function draw() { linkexitparts = deeplinkvals[7].split(':'); deeplinkvals[7] = linkexitparts[0]; if (deeplinkvals[7] != 'no') { - dlinkexitdivsty = 'inline-block'; + dlinkexitdivsty = 'inline-block'; if (!linkexitparts[1]) { dlinkexittextval = 'Exit Tool'; } else { @@ -1387,7 +1449,7 @@ function draw() { choicewrite(' checked="checked"'); } choicewrite(' /> Standard (all menus)
'); - if (possmenus.length >= 1) { + if (possmenus.length >= 1) { choicewrite('