[LON-CAPA-cvs] cvs: rat /client parameter.html
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 02 Mar 2006 18:02:18 -0000
albertel Thu Mar 2 13:02:18 2006 EDT
Modified files:
/rat/client parameter.html
Log:
- hide the non-functional problem types
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.35 rat/client/parameter.html:1.36
--- rat/client/parameter.html:1.35 Fri Feb 10 18:45:02 2006
+++ rat/client/parameter.html Thu Mar 2 13:02:16 2006
@@ -3,7 +3,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.35 2006/02/10 23:45:02 albertel Exp $
+// $Id: parameter.html,v 1.36 2006/03/02 18:02:16 albertel Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -570,6 +570,10 @@
' type="radio" '+callradiostringeval('problem'));
if (svalue=='problem') { choicewrite(' checked'); }
choicewrite('> Standard Problem</label><br />');
+// choicewrite('<label><input name="stringval" value="quiz"'+
+// ' type="radio" '+callradiostringeval('quiz'));
+// if (svalue=='quiz') { choicewrite(' checked'); }
+// choicewrite('> Quiz</label><br />');
choicewrite('<label><input name="stringval" value="practice"'+
' type="radio" '+callradiostringeval('practice'));
if (svalue=='practice') { choicewrite(' checked'); }
@@ -578,18 +582,18 @@
' type="radio" '+callradiostringeval('exam'));
if (svalue=='exam') { choicewrite(' checked'); }
choicewrite('> Exam</label><br />');
- choicewrite('<label><input name="stringval" value="assess"'+
- ' type="radio" '+callradiostringeval('assess'));
- if (svalue=='assess') { choicewrite(' checked'); }
- choicewrite('> Assessment</label><br />');
+// choicewrite('<label><input name="stringval" value="assess"'+
+// ' type="radio" '+callradiostringeval('assess'));
+// if (svalue=='assess') { choicewrite(' checked'); }
+// choicewrite('> Assessment</label><br />');
choicewrite('<label><input name="stringval" value="survey"'+
' type="radio" '+callradiostringeval('survey'));
if (svalue=='survey') { choicewrite(' checked'); }
choicewrite('> Survey</label><br />');
- choicewrite('<label><input name="stringval" value="form"'+
- ' type="radio" '+callradiostringeval('form'));
- if (svalue=='form') { choicewrite(' checked'); }
- choicewrite('> Input Form</label><br />');
+// choicewrite('<label><input name="stringval" value="form"'+
+// ' type="radio" '+callradiostringeval('form'));
+// if (svalue=='form') { choicewrite(' checked'); }
+// choicewrite('> Input Form</label><br />');
choicewrite('<label><input name="stringval" value="library"'+
' type="radio" '+callradiostringeval('library'));
if (svalue=='library') { choicewrite(' checked'); }