Moodle Plugins directory: Checklist: Versions: 3.4+ (Build: 2019121600) | Moodle.org

Checklist
Exports ::: gradeexport_checklist
Maintained by
Davo Smith
Part of set Checklist.
This is a grade export plugin which will create an Excel spreadsheet containing all the checkmarks from a single checklist.
Checklist 3.4+ (Build: 2019121600)
Moodle 3.4, 3.5, 3.6, 3.7, 3.8, 3.9
Released: Tuesday, 16 June 2020, 12:46 AM
This is a grade export plugin which will create an Excel spreadsheet containing all the checkmarks from a single checklist.
You can customise the included fields by editing the included file 'columns.php'.
It will not work without the checklist module - which can be downloaded here:
http://moodle.org/plugins/view.php?plugin=mod_checklist
==Changes==
* 2019-12-16 - minor improvement to error message when no checklists to export
* 2018-05-28 - fix typo causing major problems with defining roles
* 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
* 2017-11-09 - Minor behat test fix to work with Moodle 3.4
* 2017-05-12 - Update behat test to work with Moodle 3.3
* 2016-11-21 - Minor M3.2 compatibility fix (only behat affected)
* 2015-09-07 - Fix M2.7+ compatibility (gradeexport/checklist:publish + calculation of 'start date'); fix PostgreSQL compatibility (Thanks to Nick Phillips, Kathrin Osswald)
* 2013-03-20 - Fix assign-by-reference error
* 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
* 2012-07-07 - Tested against Moodle 2.3
* 2012-02-02 - Added optional percentages for each student / heading / item - based on code from Gordon Bateson ( gordonbateson@gmail.com )
* 2012-02-02 - Added choice of not exporting 'optional' items
* 2012-01-27 - French translation from Luiggi Sansonetti
* 2012-01-02 - Minor tweaks to improve Moodle 2.2+ compatibility (optional_param_array / context_module::instance )
You can customise the included fields by editing the included file 'columns.php'.
It will not work without the checklist module - which can be downloaded here:
http://moodle.org/plugins/view.php?plugin=mod_checklist
==Changes==
* 2019-12-16 - minor improvement to error message when no checklists to export
* 2018-05-28 - fix typo causing major problems with defining roles
* 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
* 2017-11-09 - Minor behat test fix to work with Moodle 3.4
* 2017-05-12 - Update behat test to work with Moodle 3.3
* 2016-11-21 - Minor M3.2 compatibility fix (only behat affected)
* 2015-09-07 - Fix M2.7+ compatibility (gradeexport/checklist:publish + calculation of 'start date'); fix PostgreSQL compatibility (Thanks to Nick Phillips, Kathrin Osswald)
* 2013-03-20 - Fix assign-by-reference error
* 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
* 2012-07-07 - Tested against Moodle 2.3
* 2012-02-02 - Added optional percentages for each student / heading / item - based on code from Gordon Bateson ( gordonbateson@gmail.com )
* 2012-02-02 - Added choice of not exporting 'optional' items
* 2012-01-27 - French translation from Luiggi Sansonetti
* 2012-01-02 - Minor tweaks to improve Moodle 2.2+ compatibility (optional_param_array / context_module::instance )
Version information
- Version build number
- 2019121600
- Version release name
- 3.4+ (Build: 2019121600)
- Can be updated from
- 3.4+ (Build: 2018040200) (2018040200), 3.4+ (Build: 2018040201) (2018040201), 3.4+ (Build: 2019051900) (2019051900)
- Maturity
- Stable version
- MD5 Sum
- b22c17f2f3a6b0b40bb6eebb92f2178e
- Supported software
- Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9
- The more recent release 3.4.2.2 (2024101900) exists for Moodle 3.4
- The more recent release 3.4.2.2 (2024101900) exists for Moodle 3.5
- The more recent release 3.4.2.2 (2024101900) exists for Moodle 3.6
- The more recent release 3.4.2.2 (2024101900) exists for Moodle 3.7
- The more recent release 3.4.2.2 (2024101900) exists for Moodle 3.8
- The more recent release 3.4.2.2 (2024101900) exists for Moodle 3.9
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master
Default installation instructions for plugins of the type Exports
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myexport") in the "grade/export" subdirectory.
- Visit http://yoursite.com/admin to finish the installation