File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 146
146
$ string ['download ' ] = 'Download ' ;
147
147
$ string ['downloadpdf ' ] = 'Download PDF ' ;
148
148
$ string ['downloadtextformat ' ] = 'Download ' ;
149
- $ string ['downloadtextformat_help ' ] = 'This feature enables you to save all the responses of a questionnaire to a selectable, supported file format .
150
- You can choose to include extra data items in the export, as well as choose to automatically send the file to selected users . ' ;
149
+ $ string ['downloadtextformat_help ' ] = 'This feature enables you to download questionnaire responses in a file format of your choice .
150
+ The file can then be opened in a spreadsheet program (e.g. MS Excel or Open Office Calc) or a statistical package for further processing . ' ;
151
151
$ string ['downloadtextformat_link ' ] = 'mod/questionnaire/report#Download_in_text_format ' ;
152
152
$ string ['downloadtypes ' ] = 'Report type ' ;
153
153
$ string ['dropdown ' ] = 'Dropdown Box ' ;
Original file line number Diff line number Diff line change 449
449
}
450
450
$ output = '' ;
451
451
$ output .= "<br /><br /> \n" ;
452
- $ output .= $ questionnaire -> renderer -> help_icon ( ' downloadtextformat ' , 'questionnaire ' );
453
- $ output .= ' ' . ( get_string ('downloadtextformat ' , 'questionnaire ' )) . ': ' .
454
- get_string ( ' responses ' , 'questionnaire ' ). ' ' . $ groupname ;
455
- $ output .= $ questionnaire ->renderer ->heading (get_string ('textdownloadoptions ' , 'questionnaire ' ));
452
+ $ output .= html_writer:: tag ( ' h2 ' , ( get_string ( ' downloadtextformat ' , 'questionnaire ' ))
453
+ . ' : ' . get_string ('responses ' , 'questionnaire ' ) . ' ' .
454
+ $ groupname . $ questionnaire -> renderer -> help_icon ( ' downloadtextformat ' , 'questionnaire ' )) ;
455
+ $ output .= $ questionnaire ->renderer ->heading (get_string ('textdownloadoptions ' , 'questionnaire ' ), 3 );
456
456
$ output .= $ questionnaire ->renderer ->box_start ();
457
457
$ downloadparams = [
458
458
'instance ' => $ instance ,
You can’t perform that action at this time.
0 commit comments