Julio Montoya 823e18aa53 Update get_lang calls using full string před 4 roky
..
lang e1cb48c5ee Updating from 1.11.x před 5 roky
README.md e1cb48c5ee Updating from 1.11.x před 5 roky
SurveyExportTxtPlugin.php e1cb48c5ee Updating from 1.11.x před 5 roky
export.php 823e18aa53 Update get_lang calls using full string před 4 roky
install.php e1cb48c5ee Updating from 1.11.x před 5 roky
plugin.php e1cb48c5ee Updating from 1.11.x před 5 roky
start.php 823e18aa53 Update get_lang calls using full string před 4 roky
uninstall.php e1cb48c5ee Updating from 1.11.x před 5 roky

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