[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework radiobuttonresponse.pm

raeburn raeburn at source.lon-capa.org
Wed Sep 14 14:18:51 EDT 2016


raeburn		Wed Sep 14 18:18:51 2016 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/homework	radiobuttonresponse.pm 
  Log:
  - For 2.11
    - Backport 1.158
  
  
Index: loncom/homework/radiobuttonresponse.pm
diff -u loncom/homework/radiobuttonresponse.pm:1.157.2.1 loncom/homework/radiobuttonresponse.pm:1.157.2.2
--- loncom/homework/radiobuttonresponse.pm:1.157.2.1	Tue Apr  7 15:26:24 2015
+++ loncom/homework/radiobuttonresponse.pm	Wed Sep 14 18:18:51 2016
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # mutliple choice style responses
 #
-# $Id: radiobuttonresponse.pm,v 1.157.2.1 2015/04/07 15:26:24 raeburn Exp $
+# $Id: radiobuttonresponse.pm,v 1.157.2.2 2016/09/14 18:18:51 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -80,7 +80,8 @@
 	$result=&Apache::response::meta_package_write('radiobuttonresponse');
     } elsif ($target eq 'edit' ) {
 	$result.=&Apache::edit::start_table($token)
-           .'<tr><td>'.&Apache::lonxml::description($token)
+           .'<tr><td>'.&Apache::loncommon::insert_folding_button()
+           .&Apache::lonxml::description($token)
            .&Apache::loncommon::help_open_topic('Radio_Response_Problems')
            .'</td>'
            .'<td><span class="LC_nobreak">'.&mt('Delete?').' '




More information about the LON-CAPA-cvs mailing list