Add test files to full test course

- I added them when playing with input types, but never merged them in
This commit is contained in:
Victor Shnayder
2012-11-13 10:47:42 -05:00
parent 5611fce3be
commit 23fa860f2a
21 changed files with 914 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<problem>
<truefalseresponse max="10" randomize="yes">
<choicegroup>
<choice location="random" correct="true" name="foil1">
<startouttext />This is foil One.<endouttext />
</choice>
<choice location="random" correct="true" name="foil2">
<startouttext />This is foil Two.<endouttext />
</choice>
<choice location="random" correct="false" name="foil3">
<startouttext />This is foil Three.<endouttext />
</choice>
<choice location="random" correct="false" name="foil4">
<startouttext />This is foil Four.<endouttext />
</choice>
<choice location="random" correct="false" name="foil5">
<startouttext />This is foil Five.<endouttext />
</choice>
</choicegroup>
</truefalseresponse>
</problem>