Angel Fernando Quiroz Campos f1d70b5801 SurveyExportTxt: fix exporting with multiple pagebreak - refs BT#15280 | 5 年 前 | |
---|---|---|
.. | ||
lang | 5 年 前 | |
README.md | 5 年 前 | |
SurveyExportTxtPlugin.php | 5 年 前 | |
export.php | 5 年 前 | |
install.php | 5 年 前 | |
plugin.php | 5 年 前 | |
start.php | 5 年 前 | |
uninstall.php | 5 年 前 |
Export surveys to TXT file.
This plugin will add a new action button in survey list allowing export the survey.
Instructions
Edit configuration.php
file
$_configuration['survey_additional_teacher_modify_actions'] = [
// ...
'SurveyExportCSVPlugin' => ['SurveyExportTxtPlugin', 'filterModify'],
];