Julio Montoya 823e18aa53 Update get_lang calls using full string | пре 5 година | |
---|---|---|
.. | ||
lang | пре 5 година | |
README.md | пре 5 година | |
SurveyExportTxtPlugin.php | пре 5 година | |
export.php | пре 5 година | |
install.php | пре 5 година | |
plugin.php | пре 5 година | |
start.php | пре 5 година | |
uninstall.php | пре 5 година |
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'],
];