Angel Fernando Quiroz Campos f545b472d0 SurveyTXTExport / SurveyCSVExport: Limit to 1 result from question options - refs BT#16208 | 5 ani în urmă | |
---|---|---|
.. | ||
lang | 5 ani în urmă | |
README.md | 5 ani în urmă | |
SurveyExportTxtPlugin.php | 5 ani în urmă | |
export.php | 5 ani în urmă | |
install.php | 5 ani în urmă | |
plugin.php | 5 ani în urmă | |
start.php | 5 ani în urmă | |
uninstall.php | 5 ani în urmă |
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'],
];