Angel Fernando Quiroz Campos f545b472d0 SurveyTXTExport / SurveyCSVExport: Limit to 1 result from question options - refs BT#16208 5 years ago
..
lang 1caea04a9c SurveyExport plugins: Add option to export incomplete surveys - refs BT#15280 5 years ago
README.md abd02df5c4 Minor - Add readme files to surveyexportcsv/surveyexporttxt plugins - refs BT#15280 5 years ago
SurveyExportTxtPlugin.php 1caea04a9c SurveyExport plugins: Add option to export incomplete surveys - refs BT#15280 5 years ago
export.php f545b472d0 SurveyTXTExport / SurveyCSVExport: Limit to 1 result from question options - refs BT#16208 5 years ago
install.php b12d2f98a8 Plugin: Rename to SurveyExportTxt - refs BT#15281 5 years ago
plugin.php b12d2f98a8 Plugin: Rename to SurveyExportTxt - refs BT#15281 5 years ago
start.php b12d2f98a8 Plugin: Rename to SurveyExportTxt - refs BT#15281 5 years ago
uninstall.php b12d2f98a8 Plugin: Rename to SurveyExportTxt - refs BT#15281 5 years ago

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