Angel Fernando Quiroz Campos f545b472d0 SurveyTXTExport / SurveyCSVExport: Limit to 1 result from question options - refs BT#16208 | 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'],
];