[LON-CAPA-cvs] cvs: loncom /publisher testbankimport.pm
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Thu, 17 Apr 2008 15:58:45 -0000
raeburn Thu Apr 17 11:58:45 2008 EDT
Modified files:
/loncom/publisher testbankimport.pm
Log:
Add tags to wrap around answer text.
- part of bug 5332.
Index: loncom/publisher/testbankimport.pm
diff -u loncom/publisher/testbankimport.pm:1.12 loncom/publisher/testbankimport.pm:1.13
--- loncom/publisher/testbankimport.pm:1.12 Tue May 1 21:34:23 2007
+++ loncom/publisher/testbankimport.pm Thu Apr 17 11:58:45 2008
@@ -1,5 +1,5 @@
# Handler for parsing text upload problem descriptions into .problems
-# $Id: testbankimport.pm,v 1.12 2007/05/02 01:34:23 albertel Exp $
+# $Id: testbankimport.pm,v 1.13 2008/04/17 15:58:45 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1666,7 +1666,9 @@
<textfield></textfield>
</essayresponse>
<postanswerdate>
+ <startouttext />
$answertxt
+ <endouttext />
</postanswerdate>
</problem>|;
} elsif ($qtype eq "TF") {