Minor - Add readme files to surveyexportcsv/surveyexporttxt plugins - refs BT#15280

pull/2858/head
Angel Fernando Quiroz Campos 7 years ago
parent 1c3d73d9e6
commit abd02df5c4
  1. 7
      plugin/surveyexportcsv/README.md
  2. 7
      plugin/surveyexporttxt/README.md

@ -8,3 +8,10 @@ This plugin will add a new action button in survey list allowing export the surv
- Install plugin
- Set enabled in configuration
- Edit `configuration.php` file
```php
$_configuration['survey_additional_teacher_modify_actions'] = [
// ...
'SurveyExportCSVPlugin' => ['SurveyExportCsvPlugin', 'filterModify'],
];
```

@ -8,3 +8,10 @@ This plugin will add a new action button in survey list allowing export the surv
- Install plugin
- Set enabled in configuration
- Edit `configuration.php` file
```php
$_configuration['survey_additional_teacher_modify_actions'] = [
// ...
'SurveyExportCSVPlugin' => ['SurveyExportTxtPlugin', 'filterModify'],
];
```

Loading…
Cancel
Save