--- rat/client/parameter.html 2012/04/30 13:43:31 1.59.2.1.2.1 +++ rat/client/parameter.html 2011/11/21 04:10:34 1.62 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.59.2.1.2.1 2012/04/30 13:43:31 raeburn Exp $ +// $Id: parameter.html,v 1.62 2011/11/21 04:10:34 raeburn Exp $ // // Copyright Michigan State University Board of Trustees // @@ -664,21 +664,21 @@ function draw() { if (svalue=='library') { choicewrite(' checked="checked"'); } choicewrite(' /> Library
'); } - if (pscat=='discussvote') { - tablestart('Discussion Voting'); + if (pscat=='lenient') { + tablestart('Lenient Grading (Partial Credit)'); choicewrite('Value:'); choicewrite('
'); - choicewrite('
'); choicewrite('
'); + choicewrite('
'); } if (pscat=='ip') { tablestart('IP Number/Name'); @@ -946,7 +946,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 == 'discussvote') { sopt('discussvote','Discussion Voting'); } + 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'); }