Julio Montoya 823e18aa53 Update get_lang calls using full string | há 5 anos atrás | |
---|---|---|
.. | ||
lang | há 5 anos atrás | |
README.md | há 5 anos atrás | |
SurveyExportTxtPlugin.php | há 5 anos atrás | |
export.php | há 5 anos atrás | |
install.php | há 5 anos atrás | |
plugin.php | há 5 anos atrás | |
start.php | há 5 anos atrás | |
uninstall.php | há 5 anos atrás |
Export surveys to TXT file.
This plugin will add a new action button in survey list allowing export the survey.
Instructions
Edit configuration.php
file
$_configuration['survey_additional_teacher_modify_actions'] = [
// ...
'SurveyExportCSVPlugin' => ['SurveyExportTxtPlugin', 'filterModify'],
];