--- rat/client/parameter.html 2021/03/08 14:27:57 1.71.8.1 +++ rat/client/parameter.html 2016/05/15 17:40:34 1.72 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.71.8.1 2021/03/08 14:27:57 raeburn Exp $ +// $Id: parameter.html,v 1.72 2016/05/15 17:40:34 raeburn Exp $ // // Copyright Michigan State University Board of Trustees // @@ -440,68 +440,52 @@ function stringeval() { draw(); } -function ipstringeval() { - var patternIp = /^([\[\]a-zA-Z\.\d\*\-]+)$/; - var acctypes = new Array; - acctypes = ['allow','deny']; - svalue = ''; - for (var i=0; i 0) { - for (var j=0; j'+ - 'Remove'; - frame.document.getElementById('LC_string_ipacc_inner_'+iptype).appendChild(ipDiv); - } - return false; +function callradiostringeval(newval) { + return 'onclick="parent.radiostringeval(\''+newval+'\')"'; } -function removeIpRule(iptype,num) { - var frame = window.frames["choices"]; - if (frame.document.getElementById('LC_string_ipacc_inner_'+iptype)) { - var innerDiv = frame.document.getElementById('LC_string_ipacc_inner_'+iptype); - for (var i=0; iValue:'); @@ -833,7 +813,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,51 +910,10 @@ function draw() { choicewrite(' /> No
'); } if (pscat=='ip') { - 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)) { - current = svalue.split(','); - } else { - current = [svalue]; - } - for (var i=0; iAllow fromDeny from'); - var acctypes = ['allow','deny']; - for (var i=0; i'+ - '
'+ - '
'); - for (var j=0; j'); - choicewrite('Remove'); - choicewrite('
'); - } - choicewrite('
'); - } - choicewrite(''); + tablestart('IP Number/Name'); + choicewrite('Value:'); + choicewrite(''); } if (pscat=='fileext') { tablestart('Allowed File Extensions'); @@ -975,15 +944,15 @@ 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(' /> 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(''); } } @@ -1302,7 +1271,7 @@ function init() { selwrite(''); this.window.selector.document.close(); draw(); - + } // ]]>