[LON-CAPA-cvs] cvs: loncom /homework/templates SimpleMatching.problem

matthew lon-capa-cvs@mail.lon-capa.org
Wed, 19 Feb 2003 16:48:08 -0000


matthew		Wed Feb 19 11:48:08 2003 EDT

  Modified files:              
    /loncom/homework/templates	SimpleMatching.problem 
  Log:
  New matching problem template developed with Ed.
  
  
Index: loncom/homework/templates/SimpleMatching.problem
diff -u loncom/homework/templates/SimpleMatching.problem:1.1 loncom/homework/templates/SimpleMatching.problem:1.2
--- loncom/homework/templates/SimpleMatching.problem:1.1	Wed Feb 12 15:10:18 2003
+++ loncom/homework/templates/SimpleMatching.problem	Wed Feb 19 11:48:08 2003
@@ -1,19 +1,42 @@
 <problem>
-<startouttext />Enter the question text here.<endouttext />
+<startouttext />Match the author to their work.<endouttext />
 <matchresponse max="10" randomize="yes">
     <foilgroup>
         <itemgroup>
-            <item name="True"><startouttext /><b>True</b><endouttext /></item>
-            <item name="False"><startouttext /><b>False</b><endouttext /></item>
+
+<item name="shakespeare">
+<startouttext />William Shakespeare<endouttext />
+</item>
+<item name="alex">
+<startouttext />Aleksandr Isaevich Solzhenitsyn <endouttext />
+</item>
+<item name="dickinson">
+<startouttext />Emily Dickinson<endouttext />
+</item>
+            
+            <item name="none"><startouttext />None of the above<endouttext /></item>
         </itemgroup>
-<foil value="True" name="foil1">
-<startouttext />This is foil1 and it is True<endouttext /></foil>
-<foil value="False" name="foil2">
-<startouttext />This is foil2 and it is False<endouttext /></foil>
-<foil value="True" name="foil1">
-<startouttext />This is foil3 and it is True<endouttext /></foil>
-<foil value="unused" name="foil1">
-<startouttext />This is foil4 and it is unused<endouttext /></foil>
+<foil location="random" value="none" name="For Whom the Bell Tolls">
+<startouttext />For Whom the Bell Tolls<endouttext />
+</foil>
+
+<foil location="random" value="alex" name="Gulag">
+<startouttext />The Gulag Archipelago<endouttext />
+</foil>
+<foil location="random" value="none" name="Satanic Verses">
+<startouttext />The Satanic Verses<endouttext />
+</foil>
+
+<foil location="random" value="shakespeare" name="King Lear">
+<startouttext />King Lear<endouttext />
+</foil>
+<foil location="random" value="none" name="Gettysburg Address">
+<startouttext />Gettysburg Address<endouttext />
+</foil>
+<foil location="random" value="shakespeare" name="Hamlet">
+<startouttext />Hamlet<endouttext />
+</foil>
     </foilgroup>
 </matchresponse>
 </problem>
+