Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/surveyexportcsv
Julio Montoya 81d89fb452 Add enclosure parameter when exporting array to CSV BT#15280 7 years ago
..
lang Add SurveyExportCsv plugin - refs BT#15280 7 years ago
README.md Minor - Add readme files to surveyexportcsv/surveyexporttxt plugins - refs BT#15280 7 years ago
SurveyExportCsvPlugin.php Minor - format code 7 years ago
export.php Add enclosure parameter when exporting array to CSV BT#15280 7 years ago
install.php Add SurveyExportCsv plugin - refs BT#15280 7 years ago
plugin.php Add SurveyExportCsv plugin - refs BT#15280 7 years ago
start.php Add SurveyExportCsv plugin - refs BT#15280 7 years ago
uninstall.php Add SurveyExportCsv plugin - refs BT#15280 7 years ago

README.md

Survey Export CSV

Export surveys to CSV file.

This plugin will add a new action button in survey list allowing export the survey.

Instructions

  • Install plugin
  • Set enabled in configuration
  • Edit configuration.php file
    $_configuration['survey_additional_teacher_modify_actions'] = [
        // ...
        'SurveyExportCSVPlugin' => ['SurveyExportCsvPlugin', 'filterModify'],
    ];