Add more non-ascii characters to full dataset, and make fixes in xmodule code.

This commit is contained in:
Brian Wilson
2012-12-03 16:22:25 -05:00
parent 0c1ebd8dfb
commit 1d44ebb10c
13 changed files with 64 additions and 27 deletions

View File

@@ -2,7 +2,8 @@
<problem display_name="L4 Problem 1">
<text>
<p>
<b class="bfseries">Part 1: Function Types</b>
<!-- include ellipses to test non-ascii characters -->
<b class="bfseries">Part 1: Function Types…</b>
</p>
<p>
For each of the following functions, specify the type of its <b class="bfseries">output</b>. You can assume each function is called with an appropriate argument, as specified by its docstring. </p>