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

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

    $_configuration['survey_additional_teacher_modify_actions'] = [
      // ...
      'SurveyExportCSVPlugin' => ['SurveyExportTxtPlugin', 'filterModify'],
    ];