Fixed the whitelist test to not use full course

This commit is contained in:
JonahStanley
2013-07-11 12:05:18 -04:00
parent d2632227de
commit 4e015eacf5
6 changed files with 30 additions and 8 deletions

View File

@@ -0,0 +1 @@
<sequential><html filename="toylab.html" slug="toylab" format="Tutorial Index" graceperiod="1 day 12 hours 59 minutes 59 seconds" showanswer="attempted" rerandomize="never" name="Toy Lab"/></sequential>

View File

@@ -13,4 +13,5 @@
<chapter url_name="poll_test"/>
<chapter url_name="vertical_container"/>
<chapter url_name="handout_container"/>
<chapter url_name="html_container"/>
</course>

View File

@@ -0,0 +1,13 @@
<b>Lab 2A: Superposition Experiment</b>
<<<<<<< Updated upstream
<p>Isn't the toy course great?</p>
<p>Let's add some markup that uses non-ascii characters.
For example, we should be able to write words like encyclop&aelig;dia, or foreign words like fran&ccedil;ais.
Looking beyond latin-1, we should handle math symbols: &pi;r&sup2 &le; &#8734.
And it shouldn't matter if we use entities or numeric codes &mdash; &Omega; &ne; &pi; &equiv; &#937; &#8800; &#960;.
</p>
=======
<p>Isn't the toy course great? — &le;</p>
>>>>>>> Stashed changes

View File

@@ -0,0 +1 @@
<html filename="toylab.html"/>

View File

@@ -4,4 +4,13 @@
<answer id="yes">Yes</answer>
<answer id="no">No</answer>
</poll_question>
</sequential>
<problem><script type="loncapa/python">
a=5
</script><startouttext/>
Answer the question
<endouttext/>
<startouttext/>
<endouttext/>
<numericalresponse answer="$a"><responseparam type="tolerance" default="5%" name="tol" description="Numerical Tolerance"/><textline/></numericalresponse>
</problem>
</sequential>