Angel Fernando Quiroz Campos f1d70b5801 SurveyExportTxt: fix exporting with multiple pagebreak - refs BT#15280 vor 5 Jahren
..
lang 1caea04a9c SurveyExport plugins: Add option to export incomplete surveys - refs BT#15280 vor 5 Jahren
README.md abd02df5c4 Minor - Add readme files to surveyexportcsv/surveyexporttxt plugins - refs BT#15280 vor 5 Jahren
SurveyExportTxtPlugin.php 1caea04a9c SurveyExport plugins: Add option to export incomplete surveys - refs BT#15280 vor 5 Jahren
export.php f1d70b5801 SurveyExportTxt: fix exporting with multiple pagebreak - refs BT#15280 vor 5 Jahren
install.php b12d2f98a8 Plugin: Rename to SurveyExportTxt - refs BT#15281 vor 5 Jahren
plugin.php b12d2f98a8 Plugin: Rename to SurveyExportTxt - refs BT#15281 vor 5 Jahren
start.php b12d2f98a8 Plugin: Rename to SurveyExportTxt - refs BT#15281 vor 5 Jahren
uninstall.php b12d2f98a8 Plugin: Rename to SurveyExportTxt - refs BT#15281 vor 5 Jahren

README.md

Survey Export TXT

Export surveys to TXT file.

This plugin will add a new action button in survey list allowing export the survey.

Instructions

  • Install plugin
  • Set enabled in configuration
  • Edit configuration.php file php $_configuration['survey_additional_teacher_modify_actions'] = [ // ... 'SurveyExportCSVPlugin' => ['SurveyExportTxtPlugin', 'filterModify'], ];