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

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'], ];