--- rat/client/parameter.html 2005/06/14 02:33:18 1.31 +++ rat/client/parameter.html 2005/06/20 19:52:51 1.32 @@ -3,7 +3,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.31 2005/06/14 02:33:18 www Exp $ +// $Id: parameter.html,v 1.32 2005/06/20 19:52:51 albertel Exp $ // // Copyright Michigan State University Board of Trustees // @@ -541,58 +541,58 @@ function draw() { if (pscat=='yesno') { tablestart('Yes/No'); choicewrite('Value:'); - choicewrite(' Yes
'); - choicewrite(' Yes
'); + choicewrite('
'); } if (pscat=='examtype') { tablestart('Exam Type'); choicewrite('Value:'); - choicewrite(' Online
'); - choicewrite(' Online
'); + choicewrite('
'); } if (pscat=='questiontype') { tablestart('Question Type'); choicewrite('Value:'); - choicewrite(' Standard Problem
'); - choicewrite(' Standard Problem
'); + choicewrite('
'); + choicewrite('
'); + choicewrite('
'); + choicewrite('
'); + choicewrite('
'); + choicewrite('
'); } if (pscat=='ip') { tablestart('IP Number/Name'); @@ -603,18 +603,18 @@ function draw() { if (pscat=='fileext') { tablestart('Allowed File Extensions'); choicewrite('Value:'); - choicewrite(' Plain Text
'); - choicewrite(' Plain Text
'); + choicewrite('
'); + choicewrite('
'); choicewrite(''); }