Checklist
Versions
Current version
4.1.0.1 (2026042400)
4.1.0.1
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2026042400
Version release name: 4.1.0.1
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-block_checklist
Repository branch: MOODLE_500_STABLE
Repository tag: 4.1.0.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 block which works with the checklist module and displays progress bars for a single checklist.
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.1 - 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.3.2 - minor M4.5 compatibility fixes, strip out language translations already in AMOS
- 2024-04-04 - 3.4.3.1 - minor M4.4 compatibility fixes
- 2024-01-20 - 3.4.3.0 - now works with Moodle Mobile App, thanks to Dani from Moodle HQ for your work on this
- 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-09-24 - Adjust use of unserialize (during backup + restore) to avoid security risk
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-05-15 - Moodle 3.11 compatibility fixes
- 2021-04-10 - minor internal documentation changes and switch to github actions
- 2020-02-16 - very minor change to avoid possible rounding discrepencies in the progress bar
- 2019-08-07 - make compatible with latest version of mod_checklist (after MySQL 8 enforced rename of grouping => groupingid)
- 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
- 2015-12-23 - hide block from guests / users without 'updateown' capability (and no 'viewreports' capability)
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: Blocks
Frankenstyle component name: block_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-block_checklist
Repository branch: MOODLE_500_STABLE
Repository tag: 4.0.0.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 block which works with the checklist module and displays progress bars for a single checklist.
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.3.2 - minor M4.5 compatibility fixes, strip out language translations already in AMOS
- 2024-04-04 - 3.4.3.1 - minor M4.4 compatibility fixes
- 2024-01-20 - 3.4.3.0 - now works with Moodle Mobile App, thanks to Dani from Moodle HQ for your work on this
- 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-09-24 - Adjust use of unserialize (during backup + restore) to avoid security risk
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-05-15 - Moodle 3.11 compatibility fixes
- 2021-04-10 - minor internal documentation changes and switch to github actions
- 2020-02-16 - very minor change to avoid possible rounding discrepencies in the progress bar
- 2019-08-07 - make compatible with latest version of mod_checklist (after MySQL 8 enforced rename of grouping => groupingid)
- 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
- 2015-12-23 - hide block from guests / users without 'updateown' capability (and no 'viewreports' capability)
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: Blocks
Frankenstyle component name: block_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-block_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 block which works with the checklist module and displays progress bars for a single checklist.
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.3.2 - minor M4.5 compatibility fixes, strip out language translations already in AMOS
- 2024-04-04 - 3.4.3.1 - minor M4.4 compatibility fixes
- 2024-01-20 - 3.4.3.0 - now works with Moodle Mobile App, thanks to Dani from Moodle HQ for your work on this
- 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-09-24 - Adjust use of unserialize (during backup + restore) to avoid security risk
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-05-15 - Moodle 3.11 compatibility fixes
- 2021-04-10 - minor internal documentation changes and switch to github actions
- 2020-02-16 - very minor change to avoid possible rounding discrepencies in the progress bar
- 2019-08-07 - make compatible with latest version of mod_checklist (after MySQL 8 enforced rename of grouping => groupingid)
- 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
- 2015-12-23 - hide block from guests / users without 'updateown' capability (and no 'viewreports' capability)
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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.3.2 (2024101900)
3.4.3.2
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2024101900
Version release name: 3.4.3.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-block_checklist
Repository branch: master
Repository tag: 3.4.3.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 block which works with the checklist module and displays progress bars for a single checklist.
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.3.2 - minor M4.5 compatibility fixes, strip out language translations already in AMOS
- 2024-04-04 - 3.4.3.1 - minor M4.4 compatibility fixes
- 2024-01-20 - 3.4.3.0 - now works with Moodle Mobile App, thanks to Dani from Moodle HQ for your work on this
- 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-09-24 - Adjust use of unserialize (during backup + restore) to avoid security risk
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-05-15 - Moodle 3.11 compatibility fixes
- 2021-04-10 - minor internal documentation changes and switch to github actions
- 2020-02-16 - very minor change to avoid possible rounding discrepencies in the progress bar
- 2019-08-07 - make compatible with latest version of mod_checklist (after MySQL 8 enforced rename of grouping => groupingid)
- 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
- 2015-12-23 - hide block from guests / users without 'updateown' capability (and no 'viewreports' capability)
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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.3.1 (2024040400)
3.4.3.1
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2024040400
Version release name: 3.4.3.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-block_checklist
Repository branch:
Repository tag: 3.4.3.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 block which works with the checklist module and displays progress bars for a single checklist.
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-04 - 3.4.3.1 - minor M4.4 compatibility fixes
- 2024-01-20 - 3.4.3.0 - now works with Moodle Mobile App, thanks to Dani from Moodle HQ for your work on this
- 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-09-24 - Adjust use of unserialize (during backup + restore) to avoid security risk
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-05-15 - Moodle 3.11 compatibility fixes
- 2021-04-10 - minor internal documentation changes and switch to github actions
- 2020-02-16 - very minor change to avoid possible rounding discrepencies in the progress bar
- 2019-08-07 - make compatible with latest version of mod_checklist (after MySQL 8 enforced rename of grouping => groupingid)
- 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
- 2015-12-23 - hide block from guests / users without 'updateown' capability (and no 'viewreports' capability)
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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.3.0 (2024012000)
3.4.3.0
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2024012000
Version release name: 3.4.3.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-block_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 block which works with the checklist module and displays progress bars for a single checklist.
It will not work without the checklist module - which can be downloaded here:
http://moodle.org/plugins/view.php?plugin=mod_checklist
==Changes==
- 2024-01-20 - 3.4.3.0 - now works with Moodle Mobile App, thanks to Dani from Moodle HQ for your work on this
- 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-09-24 - Adjust use of unserialize (during backup + restore) to avoid security risk
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-05-15 - Moodle 3.11 compatibility fixes
- 2021-04-10 - minor internal documentation changes and switch to github actions
- 2020-02-16 - very minor change to avoid possible rounding discrepencies in the progress bar
- 2019-08-07 - make compatible with latest version of mod_checklist (after MySQL 8 enforced rename of grouping => groupingid)
- 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
- 2015-12-23 - hide block from guests / users without 'updateown' capability (and no 'viewreports' capability)
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: Blocks
Frankenstyle component name: block_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-block_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 block which works with the checklist module and displays progress bars for a single checklist.
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-09-24 - Adjust use of unserialize (during backup + restore) to avoid security risk
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-05-15 - Moodle 3.11 compatibility fixes
- 2021-04-10 - minor internal documentation changes and switch to github actions
- 2020-02-16 - very minor change to avoid possible rounding discrepencies in the progress bar
- 2019-08-07 - make compatible with latest version of mod_checklist (after MySQL 8 enforced rename of grouping => groupingid)
- 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
- 2015-12-23 - hide block from guests / users without 'updateown' capability (and no 'viewreports' capability)
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: Blocks
Frankenstyle component name: block_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-block_checklist
Repository branch:
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 block which works with the checklist module and displays progress bars for a single checklist.
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-09-24 - Adjust use of unserialize (during backup + restore) to avoid security risk
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-05-15 - Moodle 3.11 compatibility fixes
- 2021-04-10 - minor internal documentation changes and switch to github actions
- 2020-02-16 - very minor change to avoid possible rounding discrepencies in the progress bar
- 2019-08-07 - make compatible with latest version of mod_checklist (after MySQL 8 enforced rename of grouping => groupingid)
- 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
- 2015-12-23 - hide block from guests / users without 'updateown' capability (and no 'viewreports' capability)
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: Blocks
Frankenstyle component name: block_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-block_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 block which works with the checklist module and displays progress bars for a single checklist.
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-09-24 - Adjust use of unserialize (during backup + restore) to avoid security risk
- 2022-01-22 - Minor M4.0 compatibility fixes
- 2021-05-15 - Moodle 3.11 compatibility fixes
- 2021-04-10 - minor internal documentation changes and switch to github actions
- 2020-02-16 - very minor change to avoid possible rounding discrepencies in the progress bar
- 2019-08-07 - make compatible with latest version of mod_checklist (after MySQL 8 enforced rename of grouping => groupingid)
- 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
- 2015-12-23 - hide block from guests / users without 'updateown' capability (and no 'viewreports' capability)
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: Blocks
Frankenstyle component name: block_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-block_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 block which works with the checklist module and displays progress bars for a single checklist.
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-05-15 - Moodle 3.11 compatibility fixes
- 2021-04-10 - minor internal documentation changes and switch to github actions
- 2020-02-16 - very minor change to avoid possible rounding discrepencies in the progress bar
- 2019-08-07 - make compatible with latest version of mod_checklist (after MySQL 8 enforced rename of grouping => groupingid)
- 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
- 2015-12-23 - hide block from guests / users without 'updateown' capability (and no 'viewreports' capability)
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: 2021051500) (2021051500)
3.4+ (Build: 2021051500)
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2021051500
Version release name: 3.4+ (Build: 2021051500)
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-block_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 block which works with the checklist module and displays progress bars for a single checklist.
It will not work without the checklist module - which can be downloaded here:
http://moodle.org/plugins/view.php?plugin=mod_checklist
==Changes==
- 2021-05-15 - Moodle 3.11 compatibility fixes
- 2021-04-10 - minor internal documentation changes and switch to github actions
- 2020-02-16 - very minor change to avoid possible rounding discrepencies in the progress bar
- 2019-08-07 - make compatible with latest version of mod_checklist (after MySQL 8 enforced rename of grouping => groupingid)
- 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
- 2015-12-23 - hide block from guests / users without 'updateown' capability (and no 'viewreports' capability)
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: 2020021600) (2020021600)
3.4+ (Build: 2020021600)
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2020021600
Version release name: 3.4+ (Build: 2020021600)
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-block_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 block which works with the checklist module and displays progress bars for a single checklist.
It will not work without the checklist module - which can be downloaded here:
http://moodle.org/plugins/view.php?plugin=mod_checklist
==Changes==
- 2020-02-16 - very minor change to avoid possible rounding discrepencies in the progress bar
- 2019-08-07 - make compatible with latest version of mod_checklist (after MySQL 8 enforced rename of grouping => groupingid)
- 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
- 2015-12-23 - hide block from guests / users without 'updateown' capability (and no 'viewreports' capability)
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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) (2019080700)
3.4+ (Build: 2018040200)
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2019080700
Version release name: 3.4+ (Build: 2018040200)
Maturity: Stable
Supported Moodle versions: 3.4, 3.5, 3.6, 3.7, 3.8
Repository URL (Git): https://github.com/davosmith/moodle-block_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 block which works with the checklist module and displays progress bars for a single checklist.
It will not work without the checklist module - which can be downloaded here:
http://moodle.org/plugins/view.php?plugin=mod_checklist
==Changes==
- 2019-08-07 - make compatible with latest version of mod_checklist (after MySQL 8 enforced rename of grouping => groupingid)
- 2018-04-02 - declare plugin stores no user data (for GDPR), this version only compatible with M3.4+
- 2015-12-23 - hide block from guests / users without 'updateown' capability (and no 'viewreports' capability)
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: Blocks
Frankenstyle component name: block_checklist
Version build number: 2018040200
Version release name: 3.4+ (Build: 2018040200)
Maturity: Stable
Supported Moodle versions: 3.4, 3.5, 3.6, 3.7
Repository URL (Git): https://github.com/davosmith/moodle-block_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 block which works with the checklist module and displays progress bars for a single checklist.
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+
- 2015-12-23 - hide block from guests / users without 'updateown' capability (and no 'viewreports' capability)
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: 2015010100) (2015102300)
2.x (Build: 2015010100)
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2015102300
Version release name: 2.x (Build: 2015010100)
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-block_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 block which works with the checklist module and displays progress bars for a single checklist.
It will not work without the checklist module - which can be downloaded here:
http://moodle.org/plugins/view.php?plugin=mod_checklist
==Changes==
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: 2015010100) (2015010100)
2.x (Build: 2015010100)
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2015010100
Version release name: 2.x (Build: 2015010100)
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
Repository URL (Git): https://github.com/davosmith/moodle-block_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 block which works with the checklist module and displays progress bars for a single checklist.
It will not work without the checklist module - which can be downloaded here:
http://moodle.org/plugins/view.php?plugin=mod_checklist
==Changes==
- 2015-01-01 - Display overview of all courses, when added to My home or Front page (thanks to Richard Wallace for this)
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: 2014090800) (2014090800)
2.x (Build: 2014090800)
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2014090800
Version release name: 2.x (Build: 2014090800)
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-block_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 block which works with the checklist module and displays progress bars for a single checklist.
It will not work without the checklist module - which can be downloaded here:
http://moodle.org/plugins/view.php?plugin=mod_checklist
==Changes==
- 2014-09-08 - Match up to new checklist activity after backup & restore
- 2013-11-19 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: 2013111900) (2013111900)
2.x (Build: 2013111900)
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2013111900
Version release name: 2.x (Build: 2013111900)
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-block_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 block which works with the checklist module and displays progress bars for a single checklist.
It will not work without the checklist module - which can be downloaded here:
http://moodle.org/plugins/view.php?plugin=mod_checklist
==Changes==
- 2013-19-11 - Moodle 2.6 compatibility fixes
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: 2012120700) (2012120700)
2.x (Build: 2012120700)
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2012120700
Version release name: 2.x (Build: 2012120700)
Maturity: Stable
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3, 2.4, 2.5
Repository URL (Git): https://github.com/davosmith/moodle-block_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 block which works with the checklist module and displays progress bars for a single checklist.
It will not work without the checklist module - which can be downloaded here:
http://moodle.org/plugins/view.php?plugin=mod_checklist
==Changes==
- 2012-12-07 - Moodle 2.4 compatibility fixes
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: 2012112700) (2012112700)
2.x (Build: 2012112700)
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2012112700
Version release name: 2.x (Build: 2012112700)
Maturity: Stable
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3
Repository URL (Git): https://github.com/davosmith/moodle-block_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 block which works with the checklist module and displays progress bars for a single checklist.
It will not work without the checklist module - which can be downloaded here:
http://moodle.org/plugins/view.php?plugin=mod_checklist
==Changes==
- 2012-11-27 - Fixed problems with no students appearing in certain situations
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: 2012092200) (2012092200)
2.x (Build: 2012092200)
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2012092200
Version release name: 2.x (Build: 2012092200)
Maturity: Stable
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3
Repository URL (Git): https://github.com/davosmith/moodle-block_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 block which works with the checklist module and displays progress bars for a single checklist.
It will not work without the checklist module - which can be downloaded here:
http://moodle.org/plugins/view.php?plugin=mod_checklist
==Changes==
- 2012-09-22 - Fixed bug in group selection when user is not a member of any groups
- 2012-09-19 - Split the 3 plugins (mod / block / grade report) into separate repos for better maintenance
- 2012-08-06 - Now able to change groups via a menu inside the block (the settings page now defines the default group to display)
- 2012-07-07 - Tested against Moodle 2.3
- 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: Blocks
Frankenstyle component name: block_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
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 block which works with the checklist module and displays progress bars for a single checklist.
It will not work without the checklist module - which can be downloaded here: http://moodle.org/plugins/view.php?plugin=mod_checklist
==Changes==
- 2012-07-07 - Tested against Moodle 2.3
- 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: 2012020800) (2012020800)
2.x (Build: 2012020800)
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2012020800
Version release name: 2.x (Build: 2012020800)
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 block which works with the checklist module and displays progress bars for a single checklist.
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: 2012012700) (2012012700)
2.x (Build: 2012012700)
Plugin type: Blocks
Frankenstyle component name: block_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 block which works with the checklist module and displays progress bars for a single checklist.
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: Blocks
Frankenstyle component name: block_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.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 block which works with the checklist module and displays progress bars for a single checklist.
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: 2011040900) (2011040900)
2.x (Build: 2011040900)
Plugin type: Blocks
Frankenstyle component name: block_checklist
Version build number: 2011040900
Version release name: 2.x (Build: 2011040900)
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 block which works with the checklist module and displays progress bars for a single checklist.
It will not work without the checklist module - which can be downloaded here: http://moodle.org/plugins/view.php?plugin=mod_checklist