Julio Montoya 823e18aa53 Update get_lang calls using full string | il y a 5 ans | |
---|---|---|
.. | ||
lang | il y a 5 ans | |
README.md | il y a 5 ans | |
SurveyExportTxtPlugin.php | il y a 5 ans | |
export.php | il y a 5 ans | |
install.php | il y a 5 ans | |
plugin.php | il y a 5 ans | |
start.php | il y a 5 ans | |
uninstall.php | il y a 5 ans |
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'],
];