Checklist
Versions
Current version
4.1.0.2 (2026042400)
4.1.0.2
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2026042400
Version release name: 4.1.0.2
Maturity: Stable
Supported Moodle versions: 4.1, 4.2, 4.3, 4.4, 4.5, 5.0, 5.1, 5.2
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: MOODLE_500_STABLE
Repository tag: 4.1.0.2
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 2026-04-24 - 4.1.0.2 - M5.2 compatibility fixes
- 2025-10-18 - 4.0.0.1 - M5.1 compatibility fixes
- 2025-04-19 - 4.0.0.0 - M5.0 compatibility fixes, drop support for M3.11 and below
- 2024-10-19 - 3.4.2.2 - Minor M4.5 compatibility fixes
- 2024-04-05 - 3.4.2.1 - Minor M4.4 compatibility fixes
- 2023-10-02 - 3.4.2.0 - update GitHub actions ready for 4.3 release
- 2023-04-14 - 3.4.1.0 - Minor M4.2 compatibility fixes
- 2022-11-19 - Minor M4.1 compatibility fixes
- 2022-06-28 - Add missing tertiary navigation in M4.0 (to access other grade export plugins)
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-04-10 - minor internal documenation update + switch from Travis to Github actions
- 2020-10-17 - speed improvement when calculating user start date on the course
- 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 )
4.0.0.1 (2025101800)
4.0.0.1
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2025101800
Version release name: 4.0.0.1
Maturity: Stable
Supported Moodle versions: 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 5.0, 5.1
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: MOODLE_500_STABLE
Repository tag: 4.0.0.2
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 2025-10-18 - 4.0.0.1 - M5.1 compatibility fixes
- 2025-04-19 - 4.0.0.0 - M5.0 compatibility fixes, drop support for M3.11 and below
- 2024-10-19 - 3.4.2.2 - Minor M4.5 compatibility fixes
- 2024-04-05 - 3.4.2.1 - Minor M4.4 compatibility fixes
- 2023-10-02 - 3.4.2.0 - update GitHub actions ready for 4.3 release
- 2023-04-14 - 3.4.1.0 - Minor M4.2 compatibility fixes
- 2022-11-19 - Minor M4.1 compatibility fixes
- 2022-06-28 - Add missing tertiary navigation in M4.0 (to access other grade export plugins)
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-04-10 - minor internal documenation update + switch from Travis to Github actions
- 2020-10-17 - speed improvement when calculating user start date on the course
- 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 )
4.0.0.0 (2025041900)
4.0.0.0
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2025041900
Version release name: 4.0.0.0
Maturity: Stable
Supported Moodle versions: 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 5.0
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: MOODLE_500_STABLE
Repository tag: 4.0.0.0
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 2025-04-19 - 4.0.0.0 - M5.0 compatibility fixes, drop support for M3.11 and below
- 2024-10-19 - 3.4.2.2 - Minor M4.5 compatibility fixes
- 2024-04-05 - 3.4.2.1 - Minor M4.4 compatibility fixes
- 2023-10-02 - 3.4.2.0 - update GitHub actions ready for 4.3 release
- 2023-04-14 - 3.4.1.0 - Minor M4.2 compatibility fixes
- 2022-11-19 - Minor M4.1 compatibility fixes
- 2022-06-28 - Add missing tertiary navigation in M4.0 (to access other grade export plugins)
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-04-10 - minor internal documenation update + switch from Travis to Github actions
- 2020-10-17 - speed improvement when calculating user start date on the course
- 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 )
3.4.2.2 (2024101900)
3.4.2.2
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2024101900
Version release name: 3.4.2.2
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: master
Repository tag: 3.4.2.2
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 2024-10-19 - 3.4.2.2 - Minor M4.5 compatibility fixes
- 2024-04-05 - 3.4.2.1 - Minor M4.4 compatibility fixes
- 2023-10-02 - 3.4.2.0 - update GitHub actions ready for 4.3 release
- 2023-04-14 - 3.4.1.0 - Minor M4.2 compatibility fixes
- 2022-11-19 - Minor M4.1 compatibility fixes
- 2022-06-28 - Add missing tertiary navigation in M4.0 (to access other grade export plugins)
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-04-10 - minor internal documenation update + switch from Travis to Github actions
- 2020-10-17 - speed improvement when calculating user start date on the course
- 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 )
3.4.2.1 (2024040500)
3.4.2.1
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2024040500
Version release name: 3.4.2.1
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0, 4.1, 4.2, 4.3, 4.4
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch:
Repository tag: 3.4.2.1
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 2024-04-05 - 3.4.2.1 - Minor M4.4 compatibility fixes
- 2023-10-02 - 3.4.2.0 - update GitHub actions ready for 4.3 release
- 2023-04-14 - 3.4.1.0 - Minor M4.2 compatibility fixes
- 2022-11-19 - Minor M4.1 compatibility fixes
- 2022-06-28 - Add missing tertiary navigation in M4.0 (to access other grade export plugins)
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-04-10 - minor internal documenation update + switch from Travis to Github actions
- 2020-10-17 - speed improvement when calculating user start date on the course
- 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 )
3.4.2.0 (2023100200)
3.4.2.0
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2023100200
Version release name: 3.4.2.0
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0, 4.1, 4.2, 4.3
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch:
Repository tag: 3.4.2.0
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 2023-10-02 - 3.4.2.0 - update GitHub actions ready for 4.3 release
- 2023-04-14 - 3.4.1.0 - Minor M4.2 compatibility fixes
- 2022-11-19 - Minor M4.1 compatibility fixes
- 2022-06-28 - Add missing tertiary navigation in M4.0 (to access other grade export plugins)
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-04-10 - minor internal documenation update + switch from Travis to Github actions
- 2020-10-17 - speed improvement when calculating user start date on the course
- 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 )
3.4.1.0 (2023041400)
3.4.1.0
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2023041400
Version release name: 3.4.1.0
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0, 4.1, 4.2
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: master
Repository tag: 3.4.1.0
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 2023-04-14 - 3.4.1.0 - Minor M4.2 compatibility fixes
- 2022-11-19 - Minor M4.1 compatibility fixes
- 2022-06-28 - Add missing tertiary navigation in M4.0 (to access other grade export plugins)
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-04-10 - minor internal documenation update + switch from Travis to Github actions
- 2020-10-17 - speed improvement when calculating user start date on the course
- 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 )
3.4+ (Build: 2022111900) (2022111900)
3.4+ (Build: 2022111900)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2022111900
Version release name: 3.4+ (Build: 2022111900)
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0, 4.1
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch:
Repository tag: master
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 2022-11-19 - Minor M4.1 compatibility fixes
- 2022-06-28 - Add missing tertiary navigation in M4.0 (to access other grade export plugins)
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-04-10 - minor internal documenation update + switch from Travis to Github actions
- 2020-10-17 - speed improvement when calculating user start date on the course
- 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 )
3.4+ (Build: 2022062800) (2022062800)
3.4+ (Build: 2022062800)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2022062800
Version release name: 3.4+ (Build: 2022062800)
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 2022-06-28 - Add missing tertiary navigation in M4.0 (to access other grade export plugins)
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-04-10 - minor internal documenation update + switch from Travis to Github actions
- 2020-10-17 - speed improvement when calculating user start date on the course
- 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 )
3.4+ (Build: 2022012200) (2022012200)
3.4+ (Build: 2022012200)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2022012200
Version release name: 3.4+ (Build: 2022012200)
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-04-10 - minor internal documenation update + switch from Travis to Github actions
- 2020-10-17 - speed improvement when calculating user start date on the course
- 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 )
3.4+ (Build: 2021041000) (2021041000)
3.4+ (Build: 2021041000)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2021041000
Version release name: 3.4+ (Build: 2021041000)
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 2021-04-10 - minor internal documenation update + switch from Travis to Github actions
- 2020-10-17 - speed improvement when calculating user start date on the course
- 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 )
3.4+ (Build: 2020101700) (2020101700)
3.4+ (Build: 2020101700)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2020101700
Version release name: 3.4+ (Build: 2020101700)
Maturity: Stable
Supported Moodle versions: 3.10, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 2020-10-17 - speed improvement when calculating user start date on the course
- 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 )
3.4+ (Build: 2019121600) (2019121600)
3.4+ (Build: 2019121600)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2019121600
Version release name: 3.4+ (Build: 2019121600)
Maturity: Stable
Supported Moodle versions: 3.4, 3.5, 3.6, 3.7, 3.8, 3.9
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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 )
3.4+ (Build: 2019051900) (2019051900)
3.4+ (Build: 2019051900)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2019051900
Version release name: 3.4+ (Build: 2019051900)
Maturity: Stable
Supported Moodle versions: 3.4, 3.5, 3.6, 3.7, 3.8
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 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 )
3.4+ (Build: 2018040201) (2018040201)
3.4+ (Build: 2018040201)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2018040201
Version release name: 3.4+ (Build: 2018040201)
Maturity: Stable
Supported Moodle versions: 3.4, 3.5, 3.6
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 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 )
3.4+ (Build: 2018040200) (2018040200)
3.4+ (Build: 2018040200)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2018040200
Version release name: 3.4+ (Build: 2018040200)
Maturity: Stable
Supported Moodle versions: 3.4, 3.5
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 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 )
2.x (Build: 2017110900) (2017110900)
2.x (Build: 2017110900)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2017110900
Version release name: 2.x (Build: 2017110900)
Maturity: Stable
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 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 )
2.x (Build: 2017051200) (2017051200)
2.x (Build: 2017051200)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2017051200
Version release name: 2.x (Build: 2017051200)
Maturity: Stable
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 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 )
2.x (Build: 2016112100) (2016112100)
2.x (Build: 2016112100)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2016112100
Version release name: 2.x (Build: 2016112100)
Maturity: Stable
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 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 )
2.x (Build: 2015080500) (2015080500)
2.x (Build: 2015080500)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2015080500
Version release name: 2.x (Build: 2015080500)
Maturity: Stable
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3.0, 3.1
Repository URL (Git): https://github.com/davosmith/moodle-grade_checklist
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 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 )
2.x (Build: 2012070700) (2012070700)
2.x (Build: 2012070700)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2012070700
Version release name: 2.x (Build: 2012070700)
Maturity: Stable
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7
Repository URL (Git): https://github.com/davosmith/moodle-checklist
Repository branch:
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 2013-11-25 - Tested against Moodle 2.6
- 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 )
2.x (Build: 2012020200) (2012020200)
2.x (Build: 2012020200)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2012020200
Version release name: 2.x (Build: 2012020200)
Maturity: Stable
Supported Moodle versions: 2.0, 2.1, 2.2
Repository URL (Git): https://github.com/davosmith/moodle-checklist.git
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 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 )
2.x (Build: 2012012700) (2012012700)
2.x (Build: 2012012700)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2012012700
Version release name: 2.x (Build: 2012012700)
Maturity: Stable
Supported Moodle versions: 2.0, 2.1, 2.2
Repository URL (Git): https://github.com/davosmith/moodle-checklist
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 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 )
2.x (Build: 2012010200) (2012010200)
2.x (Build: 2012010200)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2012010200
Version release name: 2.x (Build: 2012010200)
Maturity: Stable
Supported Moodle versions: 2.0, 2.1, 2.2
Repository URL (Git): https://github.com/davosmith/moodle-checklist.zip
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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==
- 2012-01-02 - Minor tweaks to improve Moodle 2.2+ compatibility (optional_param_array / context_module::instance )
2.x (Build: 2011022402) (2011022402)
2.x (Build: 2011022402)
Plugin type: Exports
Frankenstyle component name: gradeexport_checklist
Version build number: 2011022402
Version release name: 2.x (Build: 2011022402)
Maturity: Stable
Supported Moodle versions: 2.0, 2.1
Repository URL (Git): https://github.com/davosmith/moodle-checklist
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://tracker.moodle.org/issues/?jql=project%20%3D%20CONTRIB%20AND%20component%20%3D%20%22Package%3A+Checklist%22
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