[LON-CAPA-cvs] cvs: loncom /homework/templates sampleexternal.problem
bisitz
bisitz at source.lon-capa.org
Mon May 6 08:21:27 EDT 2013
bisitz Mon May 6 12:21:27 2013 EDT
Modified files:
/loncom/homework/templates sampleexternal.problem
Log:
Allow proper rendering of author provided content in textarea ("textfield"), e.g. code example ("Text you want to appear by default")
Index: loncom/homework/templates/sampleexternal.problem
diff -u loncom/homework/templates/sampleexternal.problem:1.5 loncom/homework/templates/sampleexternal.problem:1.6
--- loncom/homework/templates/sampleexternal.problem:1.5 Fri Feb 10 00:13:35 2012
+++ loncom/homework/templates/sampleexternal.problem Mon May 6 12:21:27 2013
@@ -43,7 +43,7 @@
Sample code for an evaluation script can be found <a href="/res/adm/includes/templates/sampleexternal.pl">here.</a></instructorcomment>
<endouttext />
<externalresponse url="$externalurl" answer="$testvalues" form="%args" answerdisplay="The most elegant (and dangerous) solution is recursive.">
-<textfield />
+<textfield></textfield>
</externalresponse>
</problem>
More information about the LON-CAPA-cvs
mailing list