--- rat/client/parameter.html 2007/08/30 00:02:20 1.46 +++ rat/client/parameter.html 2007/10/17 00:27:19 1.47 @@ -3,7 +3,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.46 2007/08/30 00:02:20 albertel Exp $ +// $Id: parameter.html,v 1.47 2007/10/17 00:27:19 albertel Exp $ // // Copyright Michigan State University Board of Trustees // @@ -556,6 +556,22 @@ function draw() { if (svalue=='no') { choicewrite(' checked'); } choicewrite('> No
'); } + if (pscat=='problemstatus') { + tablestart('Problem Status'); + choicewrite('Value:'); + choicewrite('
'); + choicewrite('
'); + choicewrite('
'); + } if (pscat=='examtype') { tablestart('Exam Type'); choicewrite('Value:'); @@ -848,6 +864,7 @@ function init() { if (ptype=='string') { //sopt('default','Default'); if (pscat == 'yesno') { sopt('yesno','Yes/No'); } + 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 == 'ip') { sopt('ip','IP Number/Name'); }