--- rat/client/parameter.html 2022/03/26 00:50:53 1.64.2.5.4.1 +++ rat/client/parameter.html 2019/02/13 19:19:49 1.81 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.64.2.5.4.1 2022/03/26 00:50:53 raeburn Exp $ +// $Id: parameter.html,v 1.81 2019/02/13 19:19:49 raeburn Exp $ // // Copyright Michigan State University Board of Trustees // @@ -48,6 +48,11 @@ var pscat=''; var pmarker=''; var pmodal=''; var pname=''; +var precursive=''; +var pnonreccol=''; +var pmarkerst=''; +var pparm=''; +var pextra=''; var defhour=0; var defmin=0; @@ -188,7 +193,7 @@ function second() { choicewrite('>'+i+''); } choicewrite(''); -} +} function date() { @@ -239,8 +244,8 @@ function month() { } choicewrite(''); } - - + + function intminute() { var thisminutes=cmins; var i; @@ -287,7 +292,7 @@ function intsecond() { } result += ''; return result; -} +} function intday() { @@ -323,7 +328,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; @@ -344,7 +349,7 @@ function intcalc() { svalue += donevals[1]; } if (newpextravaltwo) { - if (newpextravaltwo != 'Done') { + if (newpextravaltwo != 'Done') { svalue += ':'+newpextravaltwo+':'; } } @@ -395,7 +400,7 @@ function validateInterval() { for (var i=0; i 0) { + if (items.length > 0) { for (var j=0; j'+ 'Remove'; @@ -504,6 +572,45 @@ 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; + if ((sform.lenientrelwt.length != 'undefined') && (sform.lenientrelwt.length) != 'null') { + for (var i=0; iX"; } choicewrite(''+selection+''); - -} +} function draw() { choicestart(); @@ -636,7 +742,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'; @@ -745,7 +851,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'); @@ -764,7 +870,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:'); @@ -833,7 +939,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'); @@ -900,14 +1036,14 @@ function draw() { choicewrite(' /> No
'); } if (pscat=='ip') { - var currallow = new Array; + var currallow = new Array; var currdeny = new Array; if ((svalue != '') && (svalue != null)) { var patternComma = /,/; var patternAllow = /^([\[\]a-zA-Z\.\d\*\-]+)$/; var patternDeny = /^\!([\[\]a-zA-Z\.\d\*\-]+)$/; var current = new Array; - if (patternComma.test(svalue)) { + if (patternComma.test(svalue)) { current = svalue.split(','); } else { current = [svalue]; @@ -919,7 +1055,7 @@ function draw() { } else { if (patternAllow.test(current[i])) { currallow.push(current[i]); - } + } } } } @@ -975,19 +1111,136 @@ function draw() { 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(''); - } + 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(''); + } + if (pscat=='deeplink') { + var deeplinkvals = new Array(); + var linktypeparts = new Array(); + var ltikeyRegExp = /^(lti|key):(\w+)$/; + var dlinkkeysty = 'hidden'; + var dlinkltidivsty = 'none'; + var dlinkkeyval = ''; + if ((svalue != '') && (svalue != null)) { + deeplinkvals = svalue.split(','); + if (ltikeyRegExp.test(deeplinkvals[2])) { + linktypeparts = deeplinkvals[2].split(':'); + deeplinkvals[2] = linktypeparts[0]; + if (linktypeparts[0] == 'key') { + dlinkkeysty = 'text'; + dlinkkeyval = linktypeparts[1]; + } else if (linktypeparts[0] == 'lti') { + dlinkltidivsty = 'inline-block'; + } + } + } else { + deeplinkvals = ['full','res','any']; + } + var deeplinklisting = new Array(); + deeplinklisting = ['full','absent','grades','details','datestatus']; + var deeplinklisttxt = new Array(); + deeplinklisttxt = ['Listed (linked) in both','Not listed','Listed in grades only','Listed (unlinked) in both','Listed (unlinked) inc. status in both']; + var deeplinkscopes = new Array(); + deeplinkscopes = ['res','map','rec']; + var deeplinkscopetxt = new Array(); + deeplinkscopetxt = ['resource only','enclosing map/folder','recursive map/folder']; + var deeplinkurls = new Array(); + deeplinkurls = ['any','only','key','lti']; + tablestart('Deep-linked items'); + choicewrite('In Contents or Gradebook?'); + choicewrite(''); + choicewrite('Access scope via deep-link'); + choicewrite(''); + choicewrite('Supported Link Types'); + choicewrite('
'); + choicewrite('
'); + choicewrite(''); + choicewrite(''); + choicewrite('
'); + if ((pextra != '') && (pextra != null)) { + var ltiRegExp = /^lti_/; + if (ltiRegExp.test(pextra)) { + pextra = pextra.replace(ltiRegExp,''); + var posslti = pextra.split(','); + if (posslti.length >= 1) { + var ltinums = new Array(); + var ltititles = new Array(); + for (var i=0; i'); + choicewrite('
'); + choicewrite('

'); + } + } + } + } + choicewrite(''); + } } - + if (ptype=='color') { tablestart('Choose a Color'); choicewrite(''); @@ -1002,7 +1255,7 @@ function draw() { colorfield(ir,ig,ib); } choicewrite(''); - } + } } choicewrite('
'); } @@ -1025,6 +1278,22 @@ function catchange() { draw(); } +function recursechange() { + var rform=selector.document.forms.frec; + var count = rform.recurse.length; + if (count > 0) { + for (var i=0; i= 0 && pair[1] < 60) { defmin=pair[1]; } if (pair[0]=='defsec' && pair[1] >= 0 && pair[1] < 60) { defsec=pair[1]; } + if (pair[0]=='extra') { pextra=pair[1]; } + } + + var tablecol = ''; + var ismap = ''; + if (markerRegExp.test(pmarker)) { + var markerinfo = pmarker.match(markerRegExp); + if (markerinfo.length == 4) { + pmarkerst = markerinfo[1]; + pparm = markerinfo[2]; + tablecol = markerinfo[3]; + if (tablecol == 17 || tablecol == 16) { + ismap = 1; + if (tablecol == 17) { + precursive = 1; + } + pnonreccol = 16; + } else if (tablecol == 11 || tablecol == 10) { + ismap = 1; + if (tablecol == 11) { + precursive = 1; + } + pnonreccol = 10; + } else if (tablecol == 7 || tablecol == 6) { + ismap = 1; + if (tablecol == 7) { + precursive = 1; + } + pnonreccol = 6; + } else if (tablecol == 3 || tablecol == 2) { + ismap = 1; + if (tablecol == 3) { + precursive = 1; + } + pnonreccol = 2; + } + } } + if (ptype=='date' && pscat == 'interval') { if (doneproctorRegExp.test(pvalue)) { var current = pvalue.match(doneproctorRegExp); @@ -1151,8 +1459,8 @@ function init() { } svalue=pvalue; if (((ptype=='float') || (ptype=='string') || (ptype=='int')) && - (pscat=='default') && - (typeof(svalue)!="undefined") && + (pscat=='default') && + (typeof(svalue)!="undefined") && (svalue!=0) && (svalue!='')) { pscat='any'; } if (ptype=='tolerance') { @@ -1228,7 +1536,7 @@ function init() { months[10]='November'; months[11]='December'; } - + if (ptype=='int') { sopt('default','Default'); sopt('pos','Positive Integer, Not Zero'); @@ -1257,8 +1565,9 @@ function init() { else if (pscat == 'ip') { sopt('ip','IP Number/Name'); } else if (pscat == 'fileext') { sopt('fileext','File Extension'); } else if (pscat == 'useslots') { sopt('useslots','Slots control access'); } + else if (pscat == 'deeplink') { sopt('deeplink','Deep-linked items'); } else { pscat = 'any'; } - sopt('any','String Value'); + if (pscat != 'deeplink') { sopt('any','String Value'); } } if (ptype=='color') { @@ -1267,12 +1576,30 @@ function init() { } selwrite(''); + if (ismap == 1) { + if ((pparm != 'hiddenresource') && (pparm != 'encrypturl')) { + selwrite('
'); + selwrite('Recursive:   '); + selwrite(''); + selwrite('

'); + } + } var targ='parent.opener'; if (pmodal==1) { targ='parent.parent'; } if ((ptype=='date') && (pscat=='interval')) { selwrite(' +