[LON-CAPA-cvs] cvs: rat /client parameter.html
raeburn
raeburn@source.lon-capa.org
Sun, 28 Feb 2010 23:48:11 -0000
raeburn Sun Feb 28 23:48:11 2010 EDT
Modified files:
/rat/client parameter.html
Log:
- New Survey Types:
- Anonymous Survey -- course personnel can not view both identity of submitter and submission details.
- Anonymous Survey (with credit) -- same anonymity, but submitter receives 'awarded' for submission.
- Survey (with credit) - submitter receives 'awarded' for submission to survey.
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.56 rat/client/parameter.html:1.57
--- rat/client/parameter.html:1.56 Thu Feb 11 20:24:46 2010
+++ rat/client/parameter.html Sun Feb 28 23:48:10 2010
@@ -5,7 +5,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.56 2010/02/11 20:24:46 raeburn Exp $
+// $Id: parameter.html,v 1.57 2010/02/28 23:48:10 raeburn Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -636,6 +636,19 @@
// ' type="radio" '+callradiostringeval('form'));
// if (svalue=='form') { choicewrite(' checked="checked"'); }
// choicewrite('> Input Form</label><br />');
+ choicewrite('<label><input name="stringval" value="surveycred"'+
+ ' type="radio" '+callradiostringeval('surveycred'));
+ if (svalue=='surveycred') { choicewrite(' checked="checked"'); }
+ choicewrite('> Survey (credit for submission)</label><br />');
+ choicewrite('<label><input name="stringval" value="anonsurvey"'+
+ ' type="radio" '+callradiostringeval('anonsurvey'));
+ if (svalue=='anonsurvey') { choicewrite(' checked="checked"'); }
+ choicewrite('> Anonymous Survey</label><br />');
+ choicewrite('<label><input name="stringval" value="anonsurveycred"'+
+ ' type="radio" '+callradiostringeval('anonsurveycred'));
+ if (svalue=='anonsurveycred') { choicewrite(' checked="checked"'); }
+ choicewrite('> Anonymous Survey (credit for submission)</label><br />');
+
choicewrite('<label><input name="stringval" value="library"'+
' type="radio" '+callradiostringeval('library'));
if (svalue=='library') { choicewrite(' checked="checked"'); }