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

droeschl droeschl at source.lon-capa.org
Thu Apr 9 05:48:03 EDT 2015


droeschl		Thu Apr  9 09:48:03 2015 EDT

  Modified files:              
    /loncom/homework	optionresponse.pm 
  Log:
  Show/hide button now appears at the intended location.
  
  
Index: loncom/homework/optionresponse.pm
diff -u loncom/homework/optionresponse.pm:1.196 loncom/homework/optionresponse.pm:1.197
--- loncom/homework/optionresponse.pm:1.196	Mon Jan 19 15:35:53 2015
+++ loncom/homework/optionresponse.pm	Thu Apr  9 09:48:02 2015
@@ -1,7 +1,7 @@
 # LearningOnline Network with CAPA
 # option list style responses
 #
-# $Id: optionresponse.pm,v 1.196 2015/01/19 15:35:53 goltermann Exp $
+# $Id: optionresponse.pm,v 1.197 2015/04/09 09:48:02 droeschl Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -128,7 +128,7 @@
         maxcheck => 'Enter maximum number students may check (e.g., 3)',
         mincheck => 'Enter minimum number students need to check (e.g., 1)',
     );
-    $result.= (<<ENDTABLE, &Apache::loncommon::insert_folding_button());
+    $result.= sprintf(<<ENDTABLE, &Apache::loncommon::insert_folding_button());
       <tr><td>%s $lt{'sel'}</td>
         <td>
 	  $lt{'add'} <input type="text" name="$Apache::lonxml::curdepth.options" />




More information about the LON-CAPA-cvs mailing list