--- rat/client/parameter.html 2010/12/18 23:18:50 1.59 +++ rat/client/parameter.html 2011/10/08 19:03:11 1.60 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.59 2010/12/18 23:18:50 raeburn Exp $ +// $Id: parameter.html,v 1.60 2011/10/08 19:03:11 raeburn Exp $ // // Copyright Michigan State University Board of Trustees // @@ -657,6 +657,22 @@ function draw() { if (svalue=='library') { choicewrite(' checked="checked"'); } choicewrite(' /> Library
'); } + if (pscat=='lenient') { + tablestart('Lenient Grading (Partial Credit)'); + choicewrite('Value:'); + choicewrite('
'); + choicewrite('
'); + choicewrite('
'); + } if (pscat=='ip') { tablestart('IP Number/Name'); choicewrite('Value:'); @@ -919,6 +935,7 @@ function init() { else if (pscat == 'problemstatus'){ sopt('problemstatus','Problem Status'); } else if (pscat == 'examtype') { sopt('examtype','Exam Type'); } else if (pscat == 'questiontype') { sopt('questiontype','Question Type'); } + else if (pscat == 'lenient') { sopt('lenient','Lenient Grading (Partial Credit)'); } 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'); }