[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm
raeburn
raeburn@source.lon-capa.org
Sun, 28 Feb 2010 22:38:45 -0000
raeburn Sun Feb 28 22:38:45 2010 EDT
Modified files:
/loncom/interface lonprintout.pm
Log:
- Bug 6119 Anonymous Survey.
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.571 loncom/interface/lonprintout.pm:1.572
--- loncom/interface/lonprintout.pm:1.571 Wed Feb 3 22:21:35 2010
+++ loncom/interface/lonprintout.pm Sun Feb 28 22:38:45 2010
@@ -2,7 +2,7 @@
# The LearningOnline Network
# Printout
#
-# $Id: lonprintout.pm,v 1.571 2010/02/03 22:21:35 droeschl Exp $
+# $Id: lonprintout.pm,v 1.572 2010/02/28 22:38:45 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4053,6 +4053,7 @@
<choice computer="problem">Homework Problem</choice>
<choice computer="exam">Exam Problem</choice>
<choice computer="survey">Survey question</choice>
+ ,choice computer="anonsurvey"Anonymous survey question</choice>
</dropdown>
PROBTYPE
&Apache::lonxml::xmlparse($r, 'helper', $xmlfrag);