[LON-CAPA-cvs] cvs: loncom /homework edit.pm

bisitz bisitz at source.lon-capa.org
Thu Jul 4 12:06:13 EDT 2013


bisitz		Thu Jul  4 16:06:13 2013 EDT

  Modified files:              
    /loncom/homework	edit.pm 
  Log:
  Added a dummy item to the template "Response: Match two lists" to be used in the colorful editor.
  Now, additional blocks selected to be inserted after the matchingresponse block are added on the correct hierarchical level and not within the matchingresponse block anymore.
  
  
Index: loncom/homework/edit.pm
diff -u loncom/homework/edit.pm:1.145 loncom/homework/edit.pm:1.146
--- loncom/homework/edit.pm:1.145	Tue Jun 25 15:07:30 2013
+++ loncom/homework/edit.pm	Thu Jul  4 16:06:13 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # edit mode helpers
 #
-# $Id: edit.pm,v 1.145 2013/06/25 15:07:30 kruse Exp $
+# $Id: edit.pm,v 1.146 2013/07/04 16:06:13 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -667,6 +667,9 @@
 <matchresponse max="10">
     <foilgroup options="">
       <itemgroup>
+        <item>
+          <startouttext /><endouttext />
+        </item>
       </itemgroup>
       <foil>
          <startouttext /><endouttext />




More information about the LON-CAPA-cvs mailing list