Checkmark report
Versions
Current version
v5.1.0 (2026010600)
v5.1.0
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2026010600
Version release name: v5.1.0
Maturity: Stable
Supported Moodle versions: 5.1
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_501_STABLE
Repository tag: v5.1.0
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
CHANGELOG
5.1.0 (2026-01-06)
- Moodle 5.1.0 compatible version
- [FEATURE] #8536 Added export format CSV (;)
- [FEATURE] #8537 Added export format CSV (tab)
5.0.0 (2025-05-22)
- Moodle 5.0.0 compatible version
- [FEATURE] #8334 Multilang filter v2 is now supported
4.5.0 (2024-12-10)
- Moodle 4.5.0 compatible version
4.4.0 (2024-07-21)
- Moodle 4.4.0 compatible version
4.3.1 (2024-03-05)
- [FIXED] #7836 Overridden attendance values not displayed correctly in .txt
4.3.0 (2024-01-11)
- Moodle 4.3 compatible version
4.2.1 (2023-12-13)
- [FIXED] #7723 Overridden values not displayed correctly
- [FIXED] #7724 Wrong grade value for .txt and .xml export
4.2.0 (2023-07-26)
- [UPDATE] #7502 Moodle 4.2.0 compatible version
- [UPDATE] #7651 Update behat tests to ensure with new navigation structure
4.1.0 (2022-12-23)
- [UPDATE] #7403 Changelog is now shipped in the .md format
- [FIXED] #7365 Added the dropdown for switching between reports in the teacher's view
4.0.0 (2022-08-10)
- [FEATURE] #7172 New positioning of the checkmarkreporttab. For teachers it is now located under "Reports"
- [FIXED] #7239 Enable proper functionality while using custom identity fields
3.11.0 (2021-01-12)
- [FEATURE] #6844 Introduce behat tests to checkmarkreport and implement several test cases for overview
- [FIXED] #6843 Fixed a bug causing the checkmark filter in overview to be reset when
columns are collapsed or expanded
3.10.1 (2021-01-12)
- [FIXED] #6805 Fixed a bug preventing sorting and correct langstrings when using
single column for names
3.10.0 (2020-11-02)
- [FEATURE] #6765 Use alternativefullnameformat for users with viewfullnames capability
- [FEATURE] #6764 Add the option to export every name fragment (e.g. firstname, lastname)
in a dedicated column. This is controlled by a checkbox to additional settings
3.9.1 (2020-07-22)
- [FEATURE] #4892 Add a reset table preferences button capable or resetting all collapsed columns
to overview, student overview and userview
3.9.0 (2020-06-08)
- Moodle 3.9 compatible version
3.8.1 (2020-02-18)
- [FIXED] #6496 Fix students with no attendance missing in report when sorting by sum of attendances
3.8.0 (2019-07-03)
- Moodle 3.8 compatible version
3.7.0 (2019-07-03)
- Moodle 3.7 compatible version
- [FEATURE] #6151 Improve layout of checks for easier readability and enable display of overwritten checks and points for upcoming overwrite checks feature in checkmark (#5271)
- [FEATURE] #5264 Set field type of cells containing numeric values in .xlsx and .ods to number
3.6.0 (2018-12-18)
- Moodle 3.6 compatible version
- [CHANGED] #5608 updated tooltips to use popper.js instead of jQueryUI
- [FIXED] #5873 fix regression caused by #5608 (missing array-element)
3.5.0 (2018-05-14)
- Moodle 3.5 compatible version
- [FEATURE] #5378 implement privacy API
- [CHANGED] #5094 removed german lang strings from repository
- [CHANGED] #5299 we now use the common 'Σ' instead of 'S' for sums
3.4.1 (2018-01-26)
- [FIXED] #5249 fix missing columns in GROUP BY as well as division by 0 in postgres
3.4.0 (2017-11-09)
- Moodle 3.4 compatible version
- [FEATURE] #4750 added column showing amount of graded presentations
- [CHANGED] we now show only enrolled users with capability mod/checkmark:submit in selects
- reformated much code automatically via code style rules
3.3.1 (2017-08-10)
- [FIXED] #4444 fixed wrong CSS class for table in userview
- [FIXED] removed CSS class "course-context"
3.3.0 (2017-05-15)
- Moodle 3.3 compatible version
- [FIXED] #4441 overwritten and locked gradebook grades get correctly marked in tables
- [FIXED] #4442 sorting by course sums (grade, presentation grade and attendances) now correctly uses overwritten gradebook grades
- [FIXED] #4094 fixed malformed XML export due to wrong version attribute
- [CHANGED] #4094 Font-Awesome support
- [CHANGED] #4094 reduced custom CSS by using more Boost/Bootstrap classes
- reduced duplicated code and improved code organisation
3.2.0 (2016-12-05)
- Moodle 3.2 compatible version
- [CHANGED] #3813 move navigation node up to grades (away from course-settings tree)
- [CHANGED] #3461 change CSS so theme bost wont insert left borders in midst of table with cells with class "current"
3.1.1 (2016-07-12)
- [FEATURE] #3275 Add support for mod_checkmark's presentation grades
- [CHANGED] #3330 Show only grades given by teachers instead of sums of checked points
- [CHANGED] #3823 replace every grade output with a method handling grades and scales in a standardized way
- various small improvements in coding style and code organisation
3.1.0 (2016-07-12)
- Moodle 3.1 compatible version
- [FEATURE] #3245 Add support for mod_checkmark's attendance tracking
- [FEATURE] Make examples columns optional (will be displayed by default)
3.0.0 (2016-03-14)
- Moodle 3.0 compatible version
- [FIXED] Another Bug in calculation of gradesums
- Codechecker cleanup
2.9.0 (2016-01-20)
- Moodle 2.9 compatible version
- [CHANGED] #2475 Replace local_checkmarkreport_extends_settings_navigation with unified API
- [CHANGED] #2475 Rewrite JS as AMD modules and use AMD-Modules/JQuery when possible
- [CHANGED] #2475 Add a bunch of PHPDoc comments and improve code quality (codechecker)
- [FIXED] #2864 Prevent overview without selected instances
- [FIXED] #2879 Bug in calculation of gradesums in useroverview
- [FIXED] #2865 Remove auto-submit from filterform
- [FIXED] #2888 Changes due to split submissions and feedbacks tables in checkmark
- [FIXED] Divided by 0 warning for instances with empty grades
- [FIXED] #2759 Prevent collapsed columns from being exported (just hidden in ODS and XLSX
- [FIXED] #2570 Multiple users with the same name corrupting ODS files
- [FIXED] #2670 Hard coded site ID 1 with constant SITEID
2.8.0 (2015-07-15)
- Moodle 2.8 compatible version
- [CHANGED] Make use of automatic class loading - therefore refactoring some classes
- [CHANGED] Improve coding style (codechecker)
- [FIXED] Ensure css selectors are scoped to only affect checkmarkreport
- [FIXED] Typo in CSS destroying themes
- [REMOVED] XLS support and deprecate some strings
- [REMOVED] Empty and unused files
2.7.0 (2015-01-14)
- First release for Moodle 2.7
- [FEATURE] #2120 Add support for PostgreSQL-DBs
- [FEATURE] #2064 Gradebook support and show locked/overwritten grades
- [CHANGED] #1966 Replace add_to_log with triggered events
- [FIXED] #2065 Hidden columns not restoreable
- [FIXED] #2121 Strip HTML-tags from link titles in table
- [FIXED] #2173 Improve layout for small browser windows
- [FIXED] Some minor bugs
- Improved logging
v5.0.0 (2025052200)
v5.0.0
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2025052200
Version release name: v5.0.0
Maturity: Stable
Supported Moodle versions: 5.0
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_500_STABLE
Repository tag: v5.0.0
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
CHANGELOG
5.0.0 (2025-05-22)
- Moodle 5.0.0 compatible version
- [FEATURE] #8334 Multilang filter v2 is now supported
4.5.0 (2024-12-10)
- Moodle 4.5.0 compatible version
4.4.0 (2024-07-21)
- Moodle 4.4.0 compatible version
4.3.1 (2024-03-05)
- [FIXED] #7836 Overridden attendance values not displayed correctly in .txt
4.3.0 (2024-01-11)
- Moodle 4.3 compatible version
4.2.1 (2023-12-13)
- [FIXED] #7723 Overridden values not displayed correctly
- [FIXED] #7724 Wrong grade value for .txt and .xml export
4.2.0 (2023-07-26)
- [UPDATE] #7502 Moodle 4.2.0 compatible version
- [UPDATE] #7651 Update behat tests to ensure with new navigation structure
4.1.0 (2022-12-23)
- [UPDATE] #7403 Changelog is now shipped in the .md format
- [FIXED] #7365 Added the dropdown for switching between reports in the teacher's view
4.0.0 (2022-08-10)
- [FEATURE] #7172 New positioning of the checkmarkreporttab. For teachers it is now located under "Reports"
- [FIXED] #7239 Enable proper functionality while using custom identity fields
3.11.0 (2021-01-12)
- [FEATURE] #6844 Introduce behat tests to checkmarkreport and implement several test cases for overview
- [FIXED] #6843 Fixed a bug causing the checkmark filter in overview to be reset when
columns are collapsed or expanded
3.10.1 (2021-01-12)
- [FIXED] #6805 Fixed a bug preventing sorting and correct langstrings when using
single column for names
3.10.0 (2020-11-02)
- [FEATURE] #6765 Use alternativefullnameformat for users with viewfullnames capability
- [FEATURE] #6764 Add the option to export every name fragment (e.g. firstname, lastname)
in a dedicated column. This is controlled by a checkbox to additional settings
3.9.1 (2020-07-22)
- [FEATURE] #4892 Add a reset table preferences button capable or resetting all collapsed columns
to overview, student overview and userview
3.9.0 (2020-06-08)
- Moodle 3.9 compatible version
3.8.1 (2020-02-18)
- [FIXED] #6496 Fix students with no attendance missing in report when sorting by sum of attendances
3.8.0 (2019-07-03)
- Moodle 3.8 compatible version
3.7.0 (2019-07-03)
- Moodle 3.7 compatible version
- [FEATURE] #6151 Improve layout of checks for easier readability and enable display of overwritten checks and points for upcoming overwrite checks feature in checkmark (#5271)
- [FEATURE] #5264 Set field type of cells containing numeric values in .xlsx and .ods to number
3.6.0 (2018-12-18)
- Moodle 3.6 compatible version
- [CHANGED] #5608 updated tooltips to use popper.js instead of jQueryUI
- [FIXED] #5873 fix regression caused by #5608 (missing array-element)
3.5.0 (2018-05-14)
- Moodle 3.5 compatible version
- [FEATURE] #5378 implement privacy API
- [CHANGED] #5094 removed german lang strings from repository
- [CHANGED] #5299 we now use the common 'Σ' instead of 'S' for sums
3.4.1 (2018-01-26)
- [FIXED] #5249 fix missing columns in GROUP BY as well as division by 0 in postgres
3.4.0 (2017-11-09)
- Moodle 3.4 compatible version
- [FEATURE] #4750 added column showing amount of graded presentations
- [CHANGED] we now show only enrolled users with capability mod/checkmark:submit in selects
- reformated much code automatically via code style rules
3.3.1 (2017-08-10)
- [FIXED] #4444 fixed wrong CSS class for table in userview
- [FIXED] removed CSS class "course-context"
3.3.0 (2017-05-15)
- Moodle 3.3 compatible version
- [FIXED] #4441 overwritten and locked gradebook grades get correctly marked in tables
- [FIXED] #4442 sorting by course sums (grade, presentation grade and attendances) now correctly uses overwritten gradebook grades
- [FIXED] #4094 fixed malformed XML export due to wrong version attribute
- [CHANGED] #4094 Font-Awesome support
- [CHANGED] #4094 reduced custom CSS by using more Boost/Bootstrap classes
- reduced duplicated code and improved code organisation
3.2.0 (2016-12-05)
- Moodle 3.2 compatible version
- [CHANGED] #3813 move navigation node up to grades (away from course-settings tree)
- [CHANGED] #3461 change CSS so theme bost wont insert left borders in midst of table with cells with class "current"
3.1.1 (2016-07-12)
- [FEATURE] #3275 Add support for mod_checkmark's presentation grades
- [CHANGED] #3330 Show only grades given by teachers instead of sums of checked points
- [CHANGED] #3823 replace every grade output with a method handling grades and scales in a standardized way
- various small improvements in coding style and code organisation
3.1.0 (2016-07-12)
- Moodle 3.1 compatible version
- [FEATURE] #3245 Add support for mod_checkmark's attendance tracking
- [FEATURE] Make examples columns optional (will be displayed by default)
3.0.0 (2016-03-14)
- Moodle 3.0 compatible version
- [FIXED] Another Bug in calculation of gradesums
- Codechecker cleanup
2.9.0 (2016-01-20)
- Moodle 2.9 compatible version
- [CHANGED] #2475 Replace local_checkmarkreport_extends_settings_navigation with unified API
- [CHANGED] #2475 Rewrite JS as AMD modules and use AMD-Modules/JQuery when possible
- [CHANGED] #2475 Add a bunch of PHPDoc comments and improve code quality (codechecker)
- [FIXED] #2864 Prevent overview without selected instances
- [FIXED] #2879 Bug in calculation of gradesums in useroverview
- [FIXED] #2865 Remove auto-submit from filterform
- [FIXED] #2888 Changes due to split submissions and feedbacks tables in checkmark
- [FIXED] Divided by 0 warning for instances with empty grades
- [FIXED] #2759 Prevent collapsed columns from being exported (just hidden in ODS and XLSX
- [FIXED] #2570 Multiple users with the same name corrupting ODS files
- [FIXED] #2670 Hard coded site ID 1 with constant SITEID
2.8.0 (2015-07-15)
- Moodle 2.8 compatible version
- [CHANGED] Make use of automatic class loading - therefore refactoring some classes
- [CHANGED] Improve coding style (codechecker)
- [FIXED] Ensure css selectors are scoped to only affect checkmarkreport
- [FIXED] Typo in CSS destroying themes
- [REMOVED] XLS support and deprecate some strings
- [REMOVED] Empty and unused files
2.7.0 (2015-01-14)
- First release for Moodle 2.7
- [FEATURE] #2120 Add support for PostgreSQL-DBs
- [FEATURE] #2064 Gradebook support and show locked/overwritten grades
- [CHANGED] #1966 Replace add_to_log with triggered events
- [FIXED] #2065 Hidden columns not restoreable
- [FIXED] #2121 Strip HTML-tags from link titles in table
- [FIXED] #2173 Improve layout for small browser windows
- [FIXED] Some minor bugs
- Improved logging
v4.5.0 (2024121000)
v4.5.0
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2024121000
Version release name: v4.5.0
Maturity: Stable
Supported Moodle versions: 4.5
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_405_STABLE
Repository tag: v4.5.0
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
CHANGELOG
4.5.0 (2024-12-10)
- [UPDATE] #8016 Moodle 4.5.0 compatible version
4.4.0 (2024-07-21)
- [UPDATE] #7750 Moodle 4.4.0 compatible version
4.3.1 (2024-03-05)
- [FIXED] #7836 Overridden attendance values not displayed correctly in .txt
4.3.0 (2024-01-11)
- Moodle 4.3 compatible version
4.2.1 (2023-12-13)
- [FIXED] #7723 Overridden values not displayed correctly
- [FIXED] #7724 Wrong grade value for .txt and .xml export
4.2.0 (2023-07-26)
- [UPDATE] #7502 Moodle 4.2.0 compatible version
- [UPDATE] #7651 Update behat tests to ensure with new navigation structure
4.1.0 (2022-12-23)
- [UPDATE] #7403 Changelog is now shipped in the .md format
- [FIXED] #7365 Added the dropdown for switching between reports in the teacher's view
4.0.0 (2022-08-10)
- [FEATURE] #7172 New positioning of the checkmarkreporttab. For teachers it is now located under "Reports"
- [FIXED] #7239 Enable proper functionality while using custom identity fields
3.11.0 (2021-01-12)
- [FEATURE] #6844 Introduce behat tests to checkmarkreport and implement several test cases for overview
- [FIXED] #6843 Fixed a bug causing the checkmark filter in overview to be reset when
columns are collapsed or expanded
3.10.1 (2021-01-12)
- [FIXED] #6805 Fixed a bug preventing sorting and correct langstrings when using
single column for names
3.10.0 (2020-11-02)
- [FEATURE] #6765 Use alternativefullnameformat for users with viewfullnames capability
- [FEATURE] #6764 Add the option to export every name fragment (e.g. firstname, lastname)
in a dedicated column. This is controlled by a checkbox to additional settings
3.9.1 (2020-07-22)
- [FEATURE] #4892 Add a reset table preferences button capable or resetting all collapsed columns
to overview, student overview and userview
3.9.0 (2020-06-08)
- Moodle 3.9 compatible version
3.8.1 (2020-02-18)
- [FIXED] #6496 Fix students with no attendance missing in report when sorting by sum of attendances
3.8.0 (2019-07-03)
- Moodle 3.8 compatible version
3.7.0 (2019-07-03)
- Moodle 3.7 compatible version
- [FEATURE] #6151 Improve layout of checks for easier readability and enable display of overwritten checks and points for upcoming overwrite checks feature in checkmark (#5271)
- [FEATURE] #5264 Set field type of cells containing numeric values in .xlsx and .ods to number
3.6.0 (2018-12-18)
- Moodle 3.6 compatible version
- [CHANGED] #5608 updated tooltips to use popper.js instead of jQueryUI
- [FIXED] #5873 fix regression caused by #5608 (missing array-element)
3.5.0 (2018-05-14)
- Moodle 3.5 compatible version
- [FEATURE] #5378 implement privacy API
- [CHANGED] #5094 removed german lang strings from repository
- [CHANGED] #5299 we now use the common 'Σ' instead of 'S' for sums
3.4.1 (2018-01-26)
- [FIXED] #5249 fix missing columns in GROUP BY as well as division by 0 in postgres
3.4.0 (2017-11-09)
- Moodle 3.4 compatible version
- [FEATURE] #4750 added column showing amount of graded presentations
- [CHANGED] we now show only enrolled users with capability mod/checkmark:submit in selects
- reformated much code automatically via code style rules
3.3.1 (2017-08-10)
- [FIXED] #4444 fixed wrong CSS class for table in userview
- [FIXED] removed CSS class "course-context"
3.3.0 (2017-05-15)
- Moodle 3.3 compatible version
- [FIXED] #4441 overwritten and locked gradebook grades get correctly marked in tables
- [FIXED] #4442 sorting by course sums (grade, presentation grade and attendances) now correctly uses overwritten gradebook grades
- [FIXED] #4094 fixed malformed XML export due to wrong version attribute
- [CHANGED] #4094 Font-Awesome support
- [CHANGED] #4094 reduced custom CSS by using more Boost/Bootstrap classes
- reduced duplicated code and improved code organisation
3.2.0 (2016-12-05)
- Moodle 3.2 compatible version
- [CHANGED] #3813 move navigation node up to grades (away from course-settings tree)
- [CHANGED] #3461 change CSS so theme bost wont insert left borders in midst of table with cells with class "current"
3.1.1 (2016-07-12)
- [FEATURE] #3275 Add support for mod_checkmark's presentation grades
- [CHANGED] #3330 Show only grades given by teachers instead of sums of checked points
- [CHANGED] #3823 replace every grade output with a method handling grades and scales in a standardized way
- various small improvements in coding style and code organisation
3.1.0 (2016-07-12)
- Moodle 3.1 compatible version
- [FEATURE] #3245 Add support for mod_checkmark's attendance tracking
- [FEATURE] Make examples columns optional (will be displayed by default)
3.0.0 (2016-03-14)
- Moodle 3.0 compatible version
- [FIXED] Another Bug in calculation of gradesums
- Codechecker cleanup
2.9.0 (2016-01-20)
- Moodle 2.9 compatible version
- [CHANGED] #2475 Replace local_checkmarkreport_extends_settings_navigation with unified API
- [CHANGED] #2475 Rewrite JS as AMD modules and use AMD-Modules/JQuery when possible
- [CHANGED] #2475 Add a bunch of PHPDoc comments and improve code quality (codechecker)
- [FIXED] #2864 Prevent overview without selected instances
- [FIXED] #2879 Bug in calculation of gradesums in useroverview
- [FIXED] #2865 Remove auto-submit from filterform
- [FIXED] #2888 Changes due to split submissions and feedbacks tables in checkmark
- [FIXED] Divided by 0 warning for instances with empty grades
- [FIXED] #2759 Prevent collapsed columns from being exported (just hidden in ODS and XLSX
- [FIXED] #2570 Multiple users with the same name corrupting ODS files
- [FIXED] #2670 Hard coded site ID 1 with constant SITEID
2.8.0 (2015-07-15)
- Moodle 2.8 compatible version
- [CHANGED] Make use of automatic class loading - therefore refactoring some classes
- [CHANGED] Improve coding style (codechecker)
- [FIXED] Ensure css selectors are scoped to only affect checkmarkreport
- [FIXED] Typo in CSS destroying themes
- [REMOVED] XLS support and deprecate some strings
- [REMOVED] Empty and unused files
2.7.0 (2015-01-14)
- First release for Moodle 2.7
- [FEATURE] #2120 Add support for PostgreSQL-DBs
- [FEATURE] #2064 Gradebook support and show locked/overwritten grades
- [CHANGED] #1966 Replace add_to_log with triggered events
- [FIXED] #2065 Hidden columns not restoreable
- [FIXED] #2121 Strip HTML-tags from link titles in table
- [FIXED] #2173 Improve layout for small browser windows
- [FIXED] Some minor bugs
- Improved logging
v4.4.0 (2024072100)
v4.4.0
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2024072100
Version release name: v4.4.0
Maturity: Stable
Supported Moodle versions: 4.4
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_404_STABLE
Repository tag: v4.4.0
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
CHANGELOG
4.4.0 (2024-07-21)
- [UPDATE] #7750 Moodle 4.4.0 compatible version
4.3.1 (2024-03-05)
- [FIXED] #7836 Overridden attendance values not displayed correctly in .txt
4.3.0 (2024-01-11)
- Moodle 4.3 compatible version
4.2.1 (2023-12-13)
- [FIXED] #7723 Overridden values not displayed correctly
- [FIXED] #7724 Wrong grade value for .txt and .xml export
4.2.0 (2023-07-26)
- [UPDATE] #7502 Moodle 4.2.0 compatible version
- [UPDATE] #7651 Update behat tests to ensure with new navigation structure
4.1.0 (2022-12-23)
- [UPDATE] #7403 Changelog is now shipped in the .md format
- [FIXED] #7365 Added the dropdown for switching between reports in the teacher's view
4.0.0 (2022-08-10)
- [FEATURE] #7172 New positioning of the checkmarkreporttab. For teachers it is now located under "Reports"
- [FIXED] #7239 Enable proper functionality while using custom identity fields
3.11.0 (2021-01-12)
- [FEATURE] #6844 Introduce behat tests to checkmarkreport and implement several test cases for overview
- [FIXED] #6843 Fixed a bug causing the checkmark filter in overview to be reset when
columns are collapsed or expanded
3.10.1 (2021-01-12)
- [FIXED] #6805 Fixed a bug preventing sorting and correct langstrings when using
single column for names
3.10.0 (2020-11-02)
- [FEATURE] #6765 Use alternativefullnameformat for users with viewfullnames capability
- [FEATURE] #6764 Add the option to export every name fragment (e.g. firstname, lastname)
in a dedicated column. This is controlled by a checkbox to additional settings
3.9.1 (2020-07-22)
- [FEATURE] #4892 Add a reset table preferences button capable or resetting all collapsed columns
to overview, student overview and userview
3.9.0 (2020-06-08)
- Moodle 3.9 compatible version
3.8.1 (2020-02-18)
- [FIXED] #6496 Fix students with no attendance missing in report when sorting by sum of attendances
3.8.0 (2019-07-03)
- Moodle 3.8 compatible version
3.7.0 (2019-07-03)
- Moodle 3.7 compatible version
- [FEATURE] #6151 Improve layout of checks for easier readability and enable display of overwritten checks and points for upcoming overwrite checks feature in checkmark (#5271)
- [FEATURE] #5264 Set field type of cells containing numeric values in .xlsx and .ods to number
3.6.0 (2018-12-18)
- Moodle 3.6 compatible version
- [CHANGED] #5608 updated tooltips to use popper.js instead of jQueryUI
- [FIXED] #5873 fix regression caused by #5608 (missing array-element)
3.5.0 (2018-05-14)
- Moodle 3.5 compatible version
- [FEATURE] #5378 implement privacy API
- [CHANGED] #5094 removed german lang strings from repository
- [CHANGED] #5299 we now use the common 'Σ' instead of 'S' for sums
3.4.1 (2018-01-26)
- [FIXED] #5249 fix missing columns in GROUP BY as well as division by 0 in postgres
3.4.0 (2017-11-09)
- Moodle 3.4 compatible version
- [FEATURE] #4750 added column showing amount of graded presentations
- [CHANGED] we now show only enrolled users with capability mod/checkmark:submit in selects
- reformated much code automatically via code style rules
3.3.1 (2017-08-10)
- [FIXED] #4444 fixed wrong CSS class for table in userview
- [FIXED] removed CSS class "course-context"
3.3.0 (2017-05-15)
- Moodle 3.3 compatible version
- [FIXED] #4441 overwritten and locked gradebook grades get correctly marked in tables
- [FIXED] #4442 sorting by course sums (grade, presentation grade and attendances) now correctly uses overwritten gradebook grades
- [FIXED] #4094 fixed malformed XML export due to wrong version attribute
- [CHANGED] #4094 Font-Awesome support
- [CHANGED] #4094 reduced custom CSS by using more Boost/Bootstrap classes
- reduced duplicated code and improved code organisation
3.2.0 (2016-12-05)
- Moodle 3.2 compatible version
- [CHANGED] #3813 move navigation node up to grades (away from course-settings tree)
- [CHANGED] #3461 change CSS so theme bost wont insert left borders in midst of table with cells with class "current"
3.1.1 (2016-07-12)
- [FEATURE] #3275 Add support for mod_checkmark's presentation grades
- [CHANGED] #3330 Show only grades given by teachers instead of sums of checked points
- [CHANGED] #3823 replace every grade output with a method handling grades and scales in a standardized way
- various small improvements in coding style and code organisation
3.1.0 (2016-07-12)
- Moodle 3.1 compatible version
- [FEATURE] #3245 Add support for mod_checkmark's attendance tracking
- [FEATURE] Make examples columns optional (will be displayed by default)
3.0.0 (2016-03-14)
- Moodle 3.0 compatible version
- [FIXED] Another Bug in calculation of gradesums
- Codechecker cleanup
2.9.0 (2016-01-20)
- Moodle 2.9 compatible version
- [CHANGED] #2475 Replace local_checkmarkreport_extends_settings_navigation with unified API
- [CHANGED] #2475 Rewrite JS as AMD modules and use AMD-Modules/JQuery when possible
- [CHANGED] #2475 Add a bunch of PHPDoc comments and improve code quality (codechecker)
- [FIXED] #2864 Prevent overview without selected instances
- [FIXED] #2879 Bug in calculation of gradesums in useroverview
- [FIXED] #2865 Remove auto-submit from filterform
- [FIXED] #2888 Changes due to split submissions and feedbacks tables in checkmark
- [FIXED] Divided by 0 warning for instances with empty grades
- [FIXED] #2759 Prevent collapsed columns from being exported (just hidden in ODS and XLSX
- [FIXED] #2570 Multiple users with the same name corrupting ODS files
- [FIXED] #2670 Hard coded site ID 1 with constant SITEID
2.8.0 (2015-07-15)
- Moodle 2.8 compatible version
- [CHANGED] Make use of automatic class loading - therefore refactoring some classes
- [CHANGED] Improve coding style (codechecker)
- [FIXED] Ensure css selectors are scoped to only affect checkmarkreport
- [FIXED] Typo in CSS destroying themes
- [REMOVED] XLS support and deprecate some strings
- [REMOVED] Empty and unused files
2.7.0 (2015-01-14)
- First release for Moodle 2.7
- [FEATURE] #2120 Add support for PostgreSQL-DBs
- [FEATURE] #2064 Gradebook support and show locked/overwritten grades
- [CHANGED] #1966 Replace add_to_log with triggered events
- [FIXED] #2065 Hidden columns not restoreable
- [FIXED] #2121 Strip HTML-tags from link titles in table
- [FIXED] #2173 Improve layout for small browser windows
- [FIXED] Some minor bugs
- Improved logging
v4.3.1 (2024011101)
v4.3.1
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2024011101
Version release name: v4.3.1
Maturity: Stable
Supported Moodle versions: 4.3
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_403_STABLE
Repository tag: v4.3.1
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
CHANGELOG
4.3.1 (2024-03-05)
- [FIXED] #7836 Overridden attendance values not displayed correctly in .txt
4.3.0 (2024-01-11)
- Moodle 4.3 compatible version
4.2.1 (2023-12-13)
- [FIXED] #7723 Overridden values not displayed correctly
- [FIXED] #7724 Wrong grade value for .txt and .xml export
4.2.0 (2023-07-26)
- [UPDATE] #7502 Moodle 4.2.0 compatible version
- [UPDATE] #7651 Update behat tests to ensure with new navigation structure
4.1.0 (2022-12-23)
- [UPDATE] #7403 Changelog is now shipped in the .md format
- [FIXED] #7365 Added the dropdown for switching between reports in the teacher's view
4.0.0 (2022-08-10)
- [FEATURE] #7172 New positioning of the checkmarkreporttab. For teachers it is now located under "Reports"
- [FIXED] #7239 Enable proper functionality while using custom identity fields
3.11.0 (2021-01-12)
- [FEATURE] #6844 Introduce behat tests to checkmarkreport and implement several test cases for overview
- [FIXED] #6843 Fixed a bug causing the checkmark filter in overview to be reset when
columns are collapsed or expanded
3.10.1 (2021-01-12)
- [FIXED] #6805 Fixed a bug preventing sorting and correct langstrings when using
single column for names
3.10.0 (2020-11-02)
- [FEATURE] #6765 Use alternativefullnameformat for users with viewfullnames capability
- [FEATURE] #6764 Add the option to export every name fragment (e.g. firstname, lastname)
in a dedicated column. This is controlled by a checkbox to additional settings
3.9.1 (2020-07-22)
- [FEATURE] #4892 Add a reset table preferences button capable or resetting all collapsed columns
to overview, student overview and userview
3.9.0 (2020-06-08)
- Moodle 3.9 compatible version
3.8.1 (2020-02-18)
- [FIXED] #6496 Fix students with no attendance missing in report when sorting by sum of attendances
3.8.0 (2019-07-03)
- Moodle 3.8 compatible version
3.7.0 (2019-07-03)
- Moodle 3.7 compatible version
- [FEATURE] #6151 Improve layout of checks for easier readability and enable display of overwritten checks and points for upcoming overwrite checks feature in checkmark (#5271)
- [FEATURE] #5264 Set field type of cells containing numeric values in .xlsx and .ods to number
3.6.0 (2018-12-18)
- Moodle 3.6 compatible version
- [CHANGED] #5608 updated tooltips to use popper.js instead of jQueryUI
- [FIXED] #5873 fix regression caused by #5608 (missing array-element)
3.5.0 (2018-05-14)
- Moodle 3.5 compatible version
- [FEATURE] #5378 implement privacy API
- [CHANGED] #5094 removed german lang strings from repository
- [CHANGED] #5299 we now use the common 'Σ' instead of 'S' for sums
3.4.1 (2018-01-26)
- [FIXED] #5249 fix missing columns in GROUP BY as well as division by 0 in postgres
3.4.0 (2017-11-09)
- Moodle 3.4 compatible version
- [FEATURE] #4750 added column showing amount of graded presentations
- [CHANGED] we now show only enrolled users with capability mod/checkmark:submit in selects
- reformated much code automatically via code style rules
3.3.1 (2017-08-10)
- [FIXED] #4444 fixed wrong CSS class for table in userview
- [FIXED] removed CSS class "course-context"
3.3.0 (2017-05-15)
- Moodle 3.3 compatible version
- [FIXED] #4441 overwritten and locked gradebook grades get correctly marked in tables
- [FIXED] #4442 sorting by course sums (grade, presentation grade and attendances) now correctly uses overwritten gradebook grades
- [FIXED] #4094 fixed malformed XML export due to wrong version attribute
- [CHANGED] #4094 Font-Awesome support
- [CHANGED] #4094 reduced custom CSS by using more Boost/Bootstrap classes
- reduced duplicated code and improved code organisation
3.2.0 (2016-12-05)
- Moodle 3.2 compatible version
- [CHANGED] #3813 move navigation node up to grades (away from course-settings tree)
- [CHANGED] #3461 change CSS so theme bost wont insert left borders in midst of table with cells with class "current"
3.1.1 (2016-07-12)
- [FEATURE] #3275 Add support for mod_checkmark's presentation grades
- [CHANGED] #3330 Show only grades given by teachers instead of sums of checked points
- [CHANGED] #3823 replace every grade output with a method handling grades and scales in a standardized way
- various small improvements in coding style and code organisation
3.1.0 (2016-07-12)
- Moodle 3.1 compatible version
- [FEATURE] #3245 Add support for mod_checkmark's attendance tracking
- [FEATURE] Make examples columns optional (will be displayed by default)
3.0.0 (2016-03-14)
- Moodle 3.0 compatible version
- [FIXED] Another Bug in calculation of gradesums
- Codechecker cleanup
2.9.0 (2016-01-20)
- Moodle 2.9 compatible version
- [CHANGED] #2475 Replace local_checkmarkreport_extends_settings_navigation with unified API
- [CHANGED] #2475 Rewrite JS as AMD modules and use AMD-Modules/JQuery when possible
- [CHANGED] #2475 Add a bunch of PHPDoc comments and improve code quality (codechecker)
- [FIXED] #2864 Prevent overview without selected instances
- [FIXED] #2879 Bug in calculation of gradesums in useroverview
- [FIXED] #2865 Remove auto-submit from filterform
- [FIXED] #2888 Changes due to split submissions and feedbacks tables in checkmark
- [FIXED] Divided by 0 warning for instances with empty grades
- [FIXED] #2759 Prevent collapsed columns from being exported (just hidden in ODS and XLSX
- [FIXED] #2570 Multiple users with the same name corrupting ODS files
- [FIXED] #2670 Hard coded site ID 1 with constant SITEID
2.8.0 (2015-07-15)
- Moodle 2.8 compatible version
- [CHANGED] Make use of automatic class loading - therefore refactoring some classes
- [CHANGED] Improve coding style (codechecker)
- [FIXED] Ensure css selectors are scoped to only affect checkmarkreport
- [FIXED] Typo in CSS destroying themes
- [REMOVED] XLS support and deprecate some strings
- [REMOVED] Empty and unused files
2.7.0 (2015-01-14)
- First release for Moodle 2.7
- [FEATURE] #2120 Add support for PostgreSQL-DBs
- [FEATURE] #2064 Gradebook support and show locked/overwritten grades
- [CHANGED] #1966 Replace add_to_log with triggered events
- [FIXED] #2065 Hidden columns not restoreable
- [FIXED] #2121 Strip HTML-tags from link titles in table
- [FIXED] #2173 Improve layout for small browser windows
- [FIXED] Some minor bugs
- Improved logging
v4.2.2 (2023072602)
v4.2.2
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2023072602
Version release name: v4.2.2
Maturity: Stable
Supported Moodle versions: 4.2
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_402_STABLE
Repository tag: v4.2.2
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
CHANGELOG
4.2.2 (2024-03-05)
- [FIXED] #7836 Overridden attendance values not displayed correctly in .txt
4.2.1 (2023-12-13)
- [FIXED] #7723 Overridden values not displayed correctly
- [FIXED] #7724 Wrong grade value for .txt and .xml export
4.2.0 (2023-07-26)
- [UPDATE] #7502 Moodle 4.2.0 compatible version
- [UPDATE] #7651 Update behat tests to ensure with new navigation structure
4.1.0 (2022-12-23)
- [UPDATE] #7403 Changelog is now shipped in the .md format
- [FIXED] #7365 Added the dropdown for switching between reports in the teacher's view
4.0.0 (2022-08-10)
- [FEATURE] #7172 New positioning of the checkmarkreporttab. For teachers it is now located under "Reports"
- [FIXED] #7239 Enable proper functionality while using custom identity fields
3.11.0 (2021-01-12)
- [FEATURE] #6844 Introduce behat tests to checkmarkreport and implement several test cases for overview
- [FIXED] #6843 Fixed a bug causing the checkmark filter in overview to be reset when
columns are collapsed or expanded
3.10.1 (2021-01-12)
- [FIXED] #6805 Fixed a bug preventing sorting and correct langstrings when using
single column for names
3.10.0 (2020-11-02)
- [FEATURE] #6765 Use alternativefullnameformat for users with viewfullnames capability
- [FEATURE] #6764 Add the option to export every name fragment (e.g. firstname, lastname)
in a dedicated column. This is controlled by a checkbox to additional settings
3.9.1 (2020-07-22)
- [FEATURE] #4892 Add a reset table preferences button capable or resetting all collapsed columns
to overview, student overview and userview
3.9.0 (2020-06-08)
- Moodle 3.9 compatible version
3.8.1 (2020-02-18)
- [FIXED] #6496 Fix students with no attendance missing in report when sorting by sum of attendances
3.8.0 (2019-07-03)
- Moodle 3.8 compatible version
3.7.0 (2019-07-03)
- Moodle 3.7 compatible version
- [FEATURE] #6151 Improve layout of checks for easier readability and enable display of overwritten checks and points for upcoming overwrite checks feature in checkmark (#5271)
- [FEATURE] #5264 Set field type of cells containing numeric values in .xlsx and .ods to number
3.6.0 (2018-12-18)
- Moodle 3.6 compatible version
- [CHANGED] #5608 updated tooltips to use popper.js instead of jQueryUI
- [FIXED] #5873 fix regression caused by #5608 (missing array-element)
3.5.0 (2018-05-14)
- Moodle 3.5 compatible version
- [FEATURE] #5378 implement privacy API
- [CHANGED] #5094 removed german lang strings from repository
- [CHANGED] #5299 we now use the common 'Σ' instead of 'S' for sums
3.4.1 (2018-01-26)
- [FIXED] #5249 fix missing columns in GROUP BY as well as division by 0 in postgres
3.4.0 (2017-11-09)
- Moodle 3.4 compatible version
- [FEATURE] #4750 added column showing amount of graded presentations
- [CHANGED] we now show only enrolled users with capability mod/checkmark:submit in selects
- reformated much code automatically via code style rules
3.3.1 (2017-08-10)
- [FIXED] #4444 fixed wrong CSS class for table in userview
- [FIXED] removed CSS class "course-context"
3.3.0 (2017-05-15)
- Moodle 3.3 compatible version
- [FIXED] #4441 overwritten and locked gradebook grades get correctly marked in tables
- [FIXED] #4442 sorting by course sums (grade, presentation grade and attendances) now correctly uses overwritten gradebook grades
- [FIXED] #4094 fixed malformed XML export due to wrong version attribute
- [CHANGED] #4094 Font-Awesome support
- [CHANGED] #4094 reduced custom CSS by using more Boost/Bootstrap classes
- reduced duplicated code and improved code organisation
3.2.0 (2016-12-05)
- Moodle 3.2 compatible version
- [CHANGED] #3813 move navigation node up to grades (away from course-settings tree)
- [CHANGED] #3461 change CSS so theme bost wont insert left borders in midst of table with cells with class "current"
3.1.1 (2016-07-12)
- [FEATURE] #3275 Add support for mod_checkmark's presentation grades
- [CHANGED] #3330 Show only grades given by teachers instead of sums of checked points
- [CHANGED] #3823 replace every grade output with a method handling grades and scales in a standardized way
- various small improvements in coding style and code organisation
3.1.0 (2016-07-12)
- Moodle 3.1 compatible version
- [FEATURE] #3245 Add support for mod_checkmark's attendance tracking
- [FEATURE] Make examples columns optional (will be displayed by default)
3.0.0 (2016-03-14)
- Moodle 3.0 compatible version
- [FIXED] Another Bug in calculation of gradesums
- Codechecker cleanup
2.9.0 (2016-01-20)
- Moodle 2.9 compatible version
- [CHANGED] #2475 Replace local_checkmarkreport_extends_settings_navigation with unified API
- [CHANGED] #2475 Rewrite JS as AMD modules and use AMD-Modules/JQuery when possible
- [CHANGED] #2475 Add a bunch of PHPDoc comments and improve code quality (codechecker)
- [FIXED] #2864 Prevent overview without selected instances
- [FIXED] #2879 Bug in calculation of gradesums in useroverview
- [FIXED] #2865 Remove auto-submit from filterform
- [FIXED] #2888 Changes due to split submissions and feedbacks tables in checkmark
- [FIXED] Divided by 0 warning for instances with empty grades
- [FIXED] #2759 Prevent collapsed columns from being exported (just hidden in ODS and XLSX
- [FIXED] #2570 Multiple users with the same name corrupting ODS files
- [FIXED] #2670 Hard coded site ID 1 with constant SITEID
2.8.0 (2015-07-15)
- Moodle 2.8 compatible version
- [CHANGED] Make use of automatic class loading - therefore refactoring some classes
- [CHANGED] Improve coding style (codechecker)
- [FIXED] Ensure css selectors are scoped to only affect checkmarkreport
- [FIXED] Typo in CSS destroying themes
- [REMOVED] XLS support and deprecate some strings
- [REMOVED] Empty and unused files
2.7.0 (2015-01-14)
- First release for Moodle 2.7
- [FEATURE] #2120 Add support for PostgreSQL-DBs
- [FEATURE] #2064 Gradebook support and show locked/overwritten grades
- [CHANGED] #1966 Replace add_to_log with triggered events
- [FIXED] #2065 Hidden columns not restoreable
- [FIXED] #2121 Strip HTML-tags from link titles in table
- [FIXED] #2173 Improve layout for small browser windows
- [FIXED] Some minor bugs
- Improved logging
v4.1.0 (2022122300)
v4.1.0
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2022122300
Version release name: v4.1.0
Maturity: Stable
Supported Moodle versions: 4.1
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_401_STABLE
Repository tag: v4.1.0
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
CHANGELOG
4.1.0 (2022-12-23)
- [UPDATE] #7403 Changelog is now shipped in the .md format
- [FIXED] #7365 Added the dropdown for switching between reports in the teacher's view
4.0.0 (2022-08-10)
- [FEATURE] #7172 New positioning of the checkmarkreporttab. For teachers it is now located under "Reports"
- [FIXED] #7239 Enable proper functionality while using custom identity fields
3.11.0 (2021-01-12)
- [FEATURE] #6844 Introduce behat tests to checkmarkreport and implement several test cases for overview
- [FIXED] #6843 Fixed a bug causing the checkmark filter in overview to be reset when
columns are collapsed or expanded
3.10.1 (2021-01-12)
- [FIXED] #6805 Fixed a bug preventing sorting and correct langstrings when using
single column for names
3.10.0 (2020-11-02)
- [FEATURE] #6765 Use alternativefullnameformat for users with viewfullnames capability
- [FEATURE] #6764 Add the option to export every name fragment (e.g. firstname, lastname)
in a dedicated column. This is controlled by a checkbox to additional settings
3.9.1 (2020-07-22)
- [FEATURE] #4892 Add a reset table preferences button capable or resetting all collapsed columns
to overview, student overview and userview
3.9.0 (2020-06-08)
- Moodle 3.9 compatible version
3.8.1 (2020-02-18)
- [FIXED] #6496 Fix students with no attendance missing in report when sorting by sum of attendances
3.8.0 (2019-07-03)
- Moodle 3.8 compatible version
3.7.0 (2019-07-03)
- Moodle 3.7 compatible version
- [FEATURE] #6151 Improve layout of checks for easier readability and enable display of overwritten checks and points for upcoming overwrite checks feature in checkmark (#5271)
- [FEATURE] #5264 Set field type of cells containing numeric values in .xlsx and .ods to number
3.6.0 (2018-12-18)
- Moodle 3.6 compatible version
- [CHANGED] #5608 updated tooltips to use popper.js instead of jQueryUI
- [FIXED] #5873 fix regression caused by #5608 (missing array-element)
3.5.0 (2018-05-14)
- Moodle 3.5 compatible version
- [FEATURE] #5378 implement privacy API
- [CHANGED] #5094 removed german lang strings from repository
- [CHANGED] #5299 we now use the common 'Σ' instead of 'S' for sums
3.4.1 (2018-01-26)
- [FIXED] #5249 fix missing columns in GROUP BY as well as division by 0 in postgres
3.4.0 (2017-11-09)
- Moodle 3.4 compatible version
- [FEATURE] #4750 added column showing amount of graded presentations
- [CHANGED] we now show only enrolled users with capability mod/checkmark:submit in selects
- reformated much code automatically via code style rules
3.3.1 (2017-08-10)
- [FIXED] #4444 fixed wrong CSS class for table in userview
- [FIXED] removed CSS class "course-context"
3.3.0 (2017-05-15)
- Moodle 3.3 compatible version
- [FIXED] #4441 overwritten and locked gradebook grades get correctly marked in tables
- [FIXED] #4442 sorting by course sums (grade, presentation grade and attendances) now correctly uses overwritten gradebook grades
- [FIXED] #4094 fixed malformed XML export due to wrong version attribute
- [CHANGED] #4094 Font-Awesome support
- [CHANGED] #4094 reduced custom CSS by using more Boost/Bootstrap classes
- reduced duplicated code and improved code organisation
3.2.0 (2016-12-05)
- Moodle 3.2 compatible version
- [CHANGED] #3813 move navigation node up to grades (away from course-settings tree)
- [CHANGED] #3461 change CSS so theme bost wont insert left borders in midst of table with cells with class "current"
3.1.1 (2016-07-12)
- [FEATURE] #3275 Add support for mod_checkmark's presentation grades
- [CHANGED] #3330 Show only grades given by teachers instead of sums of checked points
- [CHANGED] #3823 replace every grade output with a method handling grades and scales in a standardized way
- various small improvements in coding style and code organisation
3.1.0 (2016-07-12)
- Moodle 3.1 compatible version
- [FEATURE] #3245 Add support for mod_checkmark's attendance tracking
- [FEATURE] Make examples columns optional (will be displayed by default)
3.0.0 (2016-03-14)
- Moodle 3.0 compatible version
- [FIXED] Another Bug in calculation of gradesums
- Codechecker cleanup
2.9.0 (2016-01-20)
- Moodle 2.9 compatible version
- [CHANGED] #2475 Replace local_checkmarkreport_extends_settings_navigation with unified API
- [CHANGED] #2475 Rewrite JS as AMD modules and use AMD-Modules/JQuery when possible
- [CHANGED] #2475 Add a bunch of PHPDoc comments and improve code quality (codechecker)
- [FIXED] #2864 Prevent overview without selected instances
- [FIXED] #2879 Bug in calculation of gradesums in useroverview
- [FIXED] #2865 Remove auto-submit from filterform
- [FIXED] #2888 Changes due to split submissions and feedbacks tables in checkmark
- [FIXED] Divided by 0 warning for instances with empty grades
- [FIXED] #2759 Prevent collapsed columns from being exported (just hidden in ODS and XLSX
- [FIXED] #2570 Multiple users with the same name corrupting ODS files
- [FIXED] #2670 Hard coded site ID 1 with constant SITEID
2.8.0 (2015-07-15)
- Moodle 2.8 compatible version
- [CHANGED] Make use of automatic class loading - therefore refactoring some classes
- [CHANGED] Improve coding style (codechecker)
- [FIXED] Ensure css selectors are scoped to only affect checkmarkreport
- [FIXED] Typo in CSS destroying themes
- [REMOVED] XLS support and deprecate some strings
- [REMOVED] Empty and unused files
2.7.0 (2015-01-14)
- First release for Moodle 2.7
- [FEATURE] #2120 Add support for PostgreSQL-DBs
- [FEATURE] #2064 Gradebook support and show locked/overwritten grades
- [CHANGED] #1966 Replace add_to_log with triggered events
- [FIXED] #2065 Hidden columns not restoreable
- [FIXED] #2121 Strip HTML-tags from link titles in table
- [FIXED] #2173 Improve layout for small browser windows
- [FIXED] Some minor bugs
- Improved logging
v4.0.0 (2022081000)
v4.0.0
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2022081000
Version release name: v4.0.0
Maturity: Stable
Supported Moodle versions: 4.0
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_400_STABLE
Repository tag: v4.0.0
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
Checkmark Report
This file is part of the local_checkmarkreport plugin for Moodle -
Author: Philipp Hager, Daniel Binder
Copyright: 2020 Academic Moodle Cooperation
License: GNU GPL v3 or later
Description
The Checkmark Report is an extension to the checkmark
module and shows the marks and
grades for one or more checkmarks in a tabular form. The overview displays the amount of marks, the
grades and the percentual allocation. The checkmark report consists of 3 different views. The
overview gives a complete chart. In the student overview individual students can be inspected. With
the overview teachers and students have an immediate feedback of their status. The application
optimizes the learning process because of its improved overview for all enrolled users.
Example
The checkmark report is ideal when numerous checkmarks are used in a course. Thereby students and
teachers have a complete overview of marks and have an upto date status and do not lose track.
Requirements
The plugin is available for Moodle 2.7+.
Installation
Copy the module code directly to the local/checkmarkreport directory.
Log into Moodle as administrator.
Open the administration area (http://your-moodle-site/admin) to start the installation
automatically.
Documentation
You can find a cheat sheet for the plugin on the AMC website.
Bug Reports / Support
We try our best to deliver bug-free plugins, but we can not test the plugin for every platform,
database, PHP and Moodle version. If you find any bug please report it on
GitHub.
Please provide a detailed bug description, including the plugin and Moodle version and, if
applicable, a screenshot.
You may also file a request for enhancement on GitHub. If we consider the request generally useful
and if it can be implemented with reasonable effort we might implement it in a future version.
You may also post general questions on the plugin on GitHub, but note that we do not have the
resources to provide detailed support.
License
This plugin is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
The plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License with Moodle. If not, see
.
Good luck and have fun!
v3.11.0 (2021051900)
v3.11.0
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2021051900
Version release name: v3.11.0
Maturity: Stable
Supported Moodle versions: 3.11
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_311_STABLE
Repository tag: v3.11.0
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
Checkmark Report
This file is part of the local_checkmarkreport plugin for Moodle - http://moodle.org/
Author: Philipp Hager, Daniel Binder
Copyright: 2020 Academic Moodle Cooperation
License: GNU GPL v3 or later
Description
The Checkmark Report is an extension to the checkmark
module and shows the marks and
grades for one or more checkmarks in a tabular form. The overview displays the amount of marks, the
grades and the percentual allocation. The checkmark report consists of 3 different views. The
overview gives a complete chart. In the student overview individual students can be inspected. With
the overview teachers and students have an immediate feedback of their status. The application
optimizes the learning process because of its improved overview for all enrolled users.
Example
The checkmark report is ideal when numerous checkmarks are used in a course. Thereby students and
teachers have a complete overview of marks and have an upto date status and do not lose track.
Requirements
The plugin is available for Moodle 2.7+. This version is for Moodle 3.11.0.
Installation
Copy the module code directly to the local/checkmarkreport directory.
Log into Moodle as administrator.
Open the administration area (http://your-moodle-site/admin) to start the installation
automatically.
Documentation
You can find a cheat sheet for the plugin on the AMC website.
Bug Reports / Support
We try our best to deliver bug-free plugins, but we can not test the plugin for every platform,
database, PHP and Moodle version. If you find any bug please report it on
GitHub.
Please provide a detailed bug description, including the plugin and Moodle version and, if
applicable, a screenshot.
You may also file a request for enhancement on GitHub. If we consider the request generally useful
and if it can be implemented with reasonable effort we might implement it in a future version.
You may also post general questions on the plugin on GitHub, but note that we do not have the
resources to provide detailed support.
License
This plugin is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
The plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License with Moodle. If not, see
http://www.gnu.org/licenses/.
Good luck and have fun!
v3.10.1 (2020110201)
v3.10.1
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2020110201
Version release name: v3.10.1
Maturity: Stable
Supported Moodle versions: 3.10
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_310_STABLE
Repository tag: v3.10.1
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
Checkmark Report
This file is part of the local_checkmarkreport plugin for Moodle - http://moodle.org/
Author: Philipp Hager, Daniel Binder
Copyright: 2020 Academic Moodle Cooperation
License: GNU GPL v3 or later
Description
The Checkmark Report is an extension to the checkmark
module and shows the marks and
grades for one or more checkmarks in a tabular form. The overview displays the amount of marks, the
grades and the percentual allocation. The checkmark report consists of 3 different views. The
overview gives a complete chart. In the student overview individual students can be inspected. With
the overview teachers and students have an immediate feedback of their status. The application
optimizes the learning process because of its improved overview for all enrolled users.
Example
The checkmark report is ideal when numerous checkmarks are used in a course. Thereby students and
teachers have a complete overview of marks and have an upto date status and do not lose track.
Requirements
The plugin is available for Moodle 2.7+. This version is for Moodle 3.10.0.
Installation
Copy the module code directly to the local/checkmarkreport directory.
Log into Moodle as administrator.
Open the administration area (http://your-moodle-site/admin) to start the installation
automatically.
Documentation
You can find a cheat sheet for the plugin on the AMC website.
Bug Reports / Support
We try our best to deliver bug-free plugins, but we can not test the plugin for every platform,
database, PHP and Moodle version. If you find any bug please report it on
GitHub.
Please provide a detailed bug description, including the plugin and Moodle version and, if
applicable, a screenshot.
You may also file a request for enhancement on GitHub. If we consider the request generally useful
and if it can be implemented with reasonable effort we might implement it in a future version.
You may also post general questions on the plugin on GitHub, but note that we do not have the
resources to provide detailed support.
License
This plugin is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
The plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License with Moodle. If not, see
http://www.gnu.org/licenses/.
Good luck and have fun!
v3.9.1 (2020060801)
v3.9.1
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2020060801
Version release name: v3.9.1
Maturity: Stable
Supported Moodle versions: 3.9
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_39_STABLE
Repository tag: v3.9.1
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
Checkmark Report
This file is part of the local_checkmarkreport plugin for Moodle - http://moodle.org/
Author: Philipp Hager, Daniel Binder
Copyright: 2020 Academic Moodle Cooperation
License: GNU GPL v3 or later
Description
The Checkmark Report is an extension to the checkmark
module and shows the marks and
grades for one or more checkmarks in a tabular form. The overview displays the amount of marks, the
grades and the percentual allocation. The checkmark report consists of 3 different views. The
overview gives a complete chart. In the student overview individual students can be inspected. With
the overview teachers and students have an immediate feedback of their status. The application
optimizes the learning process because of its improved overview for all enrolled users.
Example
The checkmark report is ideal when numerous checkmarks are used in a course. Thereby students and
teachers have a complete overview of marks and have an upto date status and do not lose track.
Requirements
The plugin is available for Moodle 2.7+. This version is for Moodle 3.9.1.
Installation
Copy the module code directly to the local/checkmarkreport directory.
Log into Moodle as administrator.
Open the administration area (http://your-moodle-site/admin) to start the installation
automatically.
Documentation
You can find a cheat sheet for the plugin on the AMC website.
Bug Reports / Support
We try our best to deliver bug-free plugins, but we can not test the plugin for every platform,
database, PHP and Moodle version. If you find any bug please report it on
GitHub.
Please provide a detailed bug description, including the plugin and Moodle version and, if
applicable, a screenshot.
You may also file a request for enhancement on GitHub. If we consider the request generally useful
and if it can be implemented with reasonable effort we might implement it in a future version.
You may also post general questions on the plugin on GitHub, but note that we do not have the
resources to provide detailed support.
License
This plugin is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
The plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License with Moodle. If not, see
http://www.gnu.org/licenses/.
Good luck and have fun!
v3.8.1 (2019121101)
v3.8.1
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2019121101
Version release name: v3.8.1
Maturity: Stable
Supported Moodle versions: 3.8
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_38_STABLE
Repository tag: v3.8.1
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
Checkmark Report
This file is part of the local_checkmarkreport plugin for Moodle - http://moodle.org/
Author: Philipp Hager, Daniel Binder
Copyright: 2020 Academic Moodle Cooperation
License: GNU GPL v3 or later
Description
The Checkmark Report is an extension to the checkmark
module and shows the marks and
grades for one or more checkmarks in a tabular form. The overview displays the amount of marks, the
grades and the percentual allocation. The checkmark report consists of 3 different views. The
overview gives a complete chart. In the student overview individual students can be inspected. With
the overview teachers and students have an immediate feedback of their status. The application
optimizes the learning process because of its improved overview for all enrolled users.
Example
The checkmark report is ideal when numerous checkmarks are used in a course. Thereby students and
teachers have a complete overview of marks and have an upto date status and do not lose track.
Requirements
The plugin is available for Moodle 2.7+. This version is for Moodle 3.8.1
Installation
Copy the module code directly to the local/checkmarkreport directory.
Log into Moodle as administrator.
Open the administration area (http://your-moodle-site/admin) to start the installation
automatically.
Documentation
You can find a cheat sheet for the plugin on the AMC website.
Bug Reports / Support
We try our best to deliver bug-free plugins, but we can not test the plugin for every platform,
database, PHP and Moodle version. If you find any bug please report it on
GitHub.
Please provide a detailed bug description, including the plugin and Moodle version and, if
applicable, a screenshot.
You may also file a request for enhancement on GitHub. If we consider the request generally useful
and if it can be implemented with reasonable effort we might implement it in a future version.
You may also post general questions on the plugin on GitHub, but note that we do not have the
resources to provide detailed support.
License
This plugin is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
The plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License with Moodle. If not, see
http://www.gnu.org/licenses/.
Good luck and have fun!
v3.7.0 (2019070300)
v3.7.0
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2019070300
Version release name: v3.7.0
Maturity: Stable
Supported Moodle versions: 3.7
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_37_STABLE
Repository tag: v3.7.0
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
Checkmark Report
This file is part of the local_checkmarkreport plugin for Moodle - http://moodle.org/
Author: Philipp Hager
Copyright: 2014 Academic Moodle Cooperation
License: GNU GPL v3 or later
Description
The Checkmark Report is an extension to the checkmark
module and shows the marks and
grades for one or more checkmarks in a tabular form. The overview displays the amount of marks, the
grades and the percentual allocation. The checkmark report consists of 3 different views. The
overview gives a complete chart. In the student overview individual students can be inspected. With
the overview teachers and students have an immediate feedback of their status. The application
optimizes the learning process because of its improved overview for all enrolled users.
Example
The checkmark report is ideal when numerous checkmarks are used in a course. Thereby students and
teachers have a complete overview of marks and have an upto date status and do not lose track.
Requirements
The plugin is available for Moodle 2.7+. This version is for Moodle 3.7
Installation
Copy the module code directly to the local/checkmarkreport directory.
Log into Moodle as administrator.
Open the administration area (http://your-moodle-site/admin) to start the installation
automatically.
Documentation
You can find a cheat sheet for the plugin on the AMC website.
Bug Reports / Support
We try our best to deliver bug-free plugins, but we can not test the plugin for every platform,
database, PHP and Moodle version. If you find any bug please report it on
GitHub.
Please provide a detailed bug description, including the plugin and Moodle version and, if
applicable, a screenshot.
You may also file a request for enhancement on GitHub. If we consider the request generally useful
and if it can be implemented with reasonable effort we might implement it in a future version.
You may also post general questions on the plugin on GitHub, but note that we do not have the
resources to provide detailed support.
License
This plugin is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
The plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License with Moodle. If not, see
http://www.gnu.org/licenses/.
Good luck and have fun!
v3.6.0 (2018121800)
v3.6.0
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2018121800
Version release name: v3.6.0
Maturity: Stable
Supported Moodle versions: 3.6
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_36_STABLE
Repository tag: v3.6.0
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
Checkmark Report
This file is part of the local_checkmarkreport plugin for Moodle - http://moodle.org/
Author: Philipp Hager
Copyright: 2014 Academic Moodle Cooperation
License: GNU GPL v3 or later
Description
The Checkmark Report is an extension to the checkmark
module and shows the marks and
grades for one or more checkmarks in a tabular form. The overview displays the amount of marks, the
grades and the percentual allocation. The checkmark report consists of 3 different views. The
overview gives a complete chart. In the student overview individual students can be inspected. With
the overview teachers and students have an immediate feedback of their status. The application
optimizes the learning process because of its improved overview for all enrolled users.
Example
The checkmark report is ideal when numerous checkmarks are used in a course. Thereby students and
teachers have a complete overview of marks and have an upto date status and do not lose track.
Requirements
The plugin is available for Moodle 2.7+. This version is for Moodle 3.6.
Installation
Copy the module code directly to the local/checkmarkreport directory.
Log into Moodle as administrator.
Open the administration area (http://your-moodle-site/admin) to start the installation
automatically.
Documentation
You can find a cheat sheet for the plugin on the AMC website.
Bug Reports / Support
We try our best to deliver bug-free plugins, but we can not test the plugin for every platform,
database, PHP and Moodle version. If you find any bug please report it on
GitHub.
Please provide a detailed bug description, including the plugin and Moodle version and, if
applicable, a screenshot.
You may also file a request for enhancement on GitHub. If we consider the request generally useful
and if it can be implemented with reasonable effort we might implement it in a future version.
You may also post general questions on the plugin on GitHub, but note that we do not have the
resources to provide detailed support.
License
This plugin is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
The plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License with Moodle. If not, see
http://www.gnu.org/licenses/.
Good luck and have fun!
v3.5.0 (2018051400)
v3.5.0
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2018051400
Version release name: v3.5.0
Maturity: Stable
Supported Moodle versions: 3.5
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_35_STABLE
Repository tag: v3.5.0
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
Checkmark Report
This file is part of the local_checkmarkreport plugin for Moodle - http://moodle.org/
Author: Philipp Hager
Copyright: 2014 Academic Moodle Cooperation
License: GNU GPL v3 or later
Description
The Checkmark Report is an extension to the checkmark
module and shows the marks and
grades for one or more checkmarks in a tabular form. The overview displays the amount of marks, the
grades and the percentual allocation. The checkmark report consists of 3 different views. The
overview gives a complete chart. In the student overview individual students can be inspected. With
the overview teachers and students have an immediate feedback of their status. The application
optimizes the learning process because of its improved overview for all enrolled users.
Example
The checkmark report is ideal when numerous checkmarks are used in a course. Thereby students and
teachers have a complete overview of marks and have an upto date status and do not lose track.
Requirements
The plugin is available for Moodle 2.7+. This version is for Moodle 3.5.
Installation
Copy the module code directly to the local/checkmarkreport directory.
Log into Moodle as administrator.
Open the administration area (http://your-moodle-site/admin) to start the installation
automatically.
Documentation
You can find a cheat sheet for the plugin on the AMC website.
Bug Reports / Support
We try our best to deliver bug-free plugins, but we can not test the plugin for every platform,
database, PHP and Moodle version. If you find any bug please report it on
GitHub.
Please provide a detailed bug description, including the plugin and Moodle version and, if
applicable, a screenshot.
You may also file a request for enhancement on GitHub. If we consider the request generally useful
and if it can be implemented with reasonable effort we might implement it in a future version.
You may also post general questions on the plugin on GitHub, but note that we do not have the
resources to provide detailed support.
License
This plugin is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
The plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License with Moodle. If not, see
http://www.gnu.org/licenses/.
Good luck and have fun!
v3.4.1 (2017110901)
v3.4.1
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2017110901
Version release name: v3.4.1
Maturity: Stable
Supported Moodle versions: 3.4
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_34_STABLE
Repository tag: v3.4.1
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
Checkmark Report
This file is part of the local_checkmarkreport plugin for Moodle - http://moodle.org/
Author: Philipp Hager
Copyright: 2014 Academic Moodle Cooperation
License: GNU GPL v3 or later
Description
The Checkmark Report is an extension to the checkmark
module and shows the marks and
grades for one or more checkmarks in a tabular form. The overview displays the amount of marks, the
grades and the percentual allocation. The checkmark report consists of 3 different views. The
overview gives a complete chart. In the student overview individual students can be inspected. With
the overview teachers and students have an immediate feedback of their status. The application
optimizes the learning process because of its improved overview for all enrolled users.
Example
The checkmark report is ideal when numerous checkmarks are used in a course. Thereby students and
teachers have a complete overview of marks and have an upto date status and do not lose track.
Requirements
The plugin is available for Moodle 2.7+. This version is for Moodle 3.4.
Installation
Copy the module code directly to the local/checkmarkreport directory.
Log into Moodle as administrator.
Open the administration area (http://your-moodle-site/admin) to start the installation
automatically.
Documentation
You can find a cheat sheet for the plugin on the AMC website.
Bug Reports / Support
We try our best to deliver bug-free plugins, but we can not test the plugin for every platform,
database, PHP and Moodle version. If you find any bug please report it on
GitHub.
Please provide a detailed bug description, including the plugin and Moodle version and, if
applicable, a screenshot.
You may also file a request for enhancement on GitHub. If we consider the request generally useful
and if it can be implemented with reasonable effort we might implement it in a future version.
You may also post general questions on the plugin on GitHub, but note that we do not have the
resources to provide detailed support.
License
This plugin is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
The plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License with Moodle. If not, see
http://www.gnu.org/licenses/.
Good luck and have fun!
v3.3.1 (2017051501)
v3.3.1
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2017051501
Version release name: v3.3.1
Maturity: Stable
Supported Moodle versions: 3.3
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_33_STABLE
Repository tag: v3.3.1
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
Checkmark Report
This file is part of the local_checkmarkreport plugin for Moodle - http://moodle.org/
Author: Philipp Hager
Copyright: 2014 Academic Moodle Cooperation
License: GNU GPL v3 or later
Description
The Checkmark Report is an extension to the checkmark
module and shows the marks and
grades for one or more checkmarks in a tabular form. The overview displays the amount of marks, the
grades and the percentual allocation. The checkmark report consists of 3 different views. The
overview gives a complete chart. In the student overview individual students can be inspected. With
the overview teachers and students have an immediate feedback of their status. The application
optimizes the learning process because of its improved overview for all enrolled users.
Example
The checkmark report is ideal when numerous checkmarks are used in a course. Thereby students and
teachers have a complete overview of marks and have an upto date status and do not lose track.
Requirements
The plugin is available for Moodle 2.7+. This version is for Moodle 3.3.
Installation
Copy the module code directly to the local/checkmarkreport directory.
Log into Moodle as administrator.
Open the administration area (http://your-moodle-site/admin) to start the installation
automatically.
Documentation
You can find a cheat sheet for the plugin on the AMC website.
Bug Reports / Support
We try our best to deliver bug-free plugins, but we can not test the plugin for every platform,
database, PHP and Moodle version. If you find any bug please report it on
GitHub.
Please provide a detailed bug description, including the plugin and Moodle version and, if
applicable, a screenshot.
You may also file a request for enhancement on GitHub. If we consider the request generally useful
and if it can be implemented with reasonable effort we might implement it in a future version.
You may also post general questions on the plugin on GitHub, but note that we do not have the
resources to provide detailed support.
License
This plugin is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
The plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License with Moodle. If not, see
http://www.gnu.org/licenses/.
Good luck and have fun!
v3.2.0 (2016120500)
v3.2.0
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2016120500
Version release name: v3.2.0
Maturity: Stable
Supported Moodle versions: 3.2
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_32_STABLE
Repository tag: v3.2.0
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
Checkmark Report
This file is part of the local_checkmarkreport plugin for Moodle - http://moodle.org/
Author: Philipp Hager
Copyright: 2014 Academic Moodle Cooperation
License: GNU GPL v3 or later
Description
The Checkmark Report is an extension to the checkmark
module and shows the marks and
grades for one or more checkmarks in a tabular form. The overview displays the amount of marks, the
grades and the percentual allocation. The checkmark report consists of 3 different views. The
overview gives a complete chart. In the student overview individual students can be inspected. With
the overview teachers and students have an immediate feedback of their status. The application
optimizes the learning process because of its improved overview for all enrolled users.
Example
The checkmark report is ideal when numerous checkmarks are used in a course. Thereby students and
teachers have a complete overview of marks and have an upto date status and do not lose track.
Requirements
The plugin is available for Moodle 2.7+. This version is for Moodle 3.2.
Installation
Copy the module code directly to the local/checkmarkreport directory.
Log into Moodle as administrator.
Open the administration area (http://your-moodle-site/admin) to start the installation
automatically.
Documentation
You can find a cheat sheet for the plugin on the AMC website.
Bug Reports / Support
We try our best to deliver bug-free plugins, but we can not test the plugin for every platform,
database, PHP and Moodle version. If you find any bug please report it on
GitHub.
Please provide a detailed bug description, including the plugin and Moodle version and, if
applicable, a screenshot.
You may also file a request for enhancement on GitHub. If we consider the request generally useful
and if it can be implemented with reasonable effort we might implement it in a future version.
You may also post general questions on the plugin on GitHub, but note that we do not have the
resources to provide detailed support.
License
This plugin is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
The plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License with Moodle. If not, see
http://www.gnu.org/licenses/.
Good luck and have fun!
v3.1.0 (2016071200)
v3.1.0
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2016071200
Version release name: v3.1.0
Maturity: Stable
Supported Moodle versions: 3.1
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_31_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
// This file is part of local_checkmarkreport for Moodle - http://moodle.org/
//
// It is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// It is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see http://www.gnu.org/licenses/.
/**
- README.txt
- @version 2016-07-12
- @package local_checkmarkreport
- @author Andreas Hruska (andreas.hruska@tuwien.ac.at)
- @author Katarzyna Potocka (katarzyna.potocka@tuwien.ac.at)
- @author Eva Karall (eva.maria.karall@univie.ac.at)
- @author Philipp Hager
- @copyright 2015 Academic Moodle Cooperation {@link http://www.academic-moodle-cooperation.org}
- @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
---------------------------------------------------------------
FOR Moodle 3.1+
---------------------------------------------------------------
Checkmarkreport plugin
OVERVIEW
REQUIREMENTS
Moodle 3.1 or later
INSTALLATION
To install, extract the contents of the archive to the local/ folder in the moodle
root folder, and all of the archive's contents will be properly placed into the
folder structure. The module and all of its files is located in local_checkmarkreport
folder and requires checkmark module (for Moodle 2.7) to be installed.
The langfiles can be put into the folder local/checkmarkreport/lang normally.
All languages should be encoded with utf-8.
After it you have to run the admin-page of moodle (http://your-moodle-site/admin)
in your browser. You have to be logged in as admin before.
The installation process will be displayed on the screen. All the data necessary
for a proper install is contained in the help files displayed on screen.
CHANGELOG
v 2016071200
*) Add support for mod_checkmark's attendance tracking
*) Make examples columns optional (will be displayed by default)
*) Update to Moodle 3.1!
v 2016012000
*) prevent overview without selected instances
*) fix bug in calculation of gradesums in useroverview
*) remove auto-submit from filterform
*) changes due to split submissions and feedbacks tables in checkmark
*) fix divided by 0 warning for instances with empty grades
v 2015121700
*) prevent collapsed columns from being exported (just hidden in ODS and XLSX)
*) update for 2.9 compatibility
v 2015112700
*) fix multiple users with the same name corrupting ODS files
*) fix hard coded site ID 1 with constant SITEID
*) replace local_checkmarkreport_extends_settings_navigation with unified API
*) rewrite JS as AMD modules and use AMD-Modules/JQuery when possible
*) add a bunch of PHPDoc comments and improve code quality (codechecker)
v 2015071500
*) improve coding style (codechecker)
*) ensure css selectors are scoped to only affect checkmarkreport
*) remove empty and unused files
*) make use of automatic class loading - therefore refactoring some classes
v 2015061000
*) fixed typo in CSS destroying themes
*) update for 2.8 compatibility
*) remove XLS support and deprecate some strings
v 2015011400
*) Replace add_to_log with triggered events
*) Add support for PostgreSQL-DBs
*) Fix hidden columns not being restoreable
*) Strip HTML-tags from link titles in table
*) Implement gradebook-support and show locked/overwritten grades
*) Improve layout for small browser windows
*) Fixed some minor bugs
v 2014101900
-) improve logging
-) various bugs fixed
v3.0.1 (2016031401)
v3.0.1
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2016031401
Version release name: v3.0.1
Maturity: Stable
Supported Moodle versions: 3.0
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_30_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
// This file is part of local_checkmarkreport for Moodle - http://moodle.org/
//
// It is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// It is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see http://www.gnu.org/licenses/.
/**
- README.txt
- @version 2016-03-14
- @package local_checkmarkreport
- @author Andreas Hruska (andreas.hruska@tuwien.ac.at)
- @author Katarzyna Potocka (katarzyna.potocka@tuwien.ac.at)
- @author Eva Karall (eva.maria.karall@univie.ac.at)
- @author Philipp Hager
- @copyright 2015 Academic Moodle Cooperation {@link http://www.academic-moodle-cooperation.org}
- @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
---------------------------------------------------------------
FOR Moodle 3.0+
---------------------------------------------------------------
Checkmarkreport plugin
OVERVIEW
REQUIREMENTS
Moodle 3.0 or later
INSTALLATION
To install, extract the contents of the archive to the local/ folder in the moodle
root folder, and all of the archive's contents will be properly placed into the
folder structure. The module and all of its files is located in local_checkmarkreport
folder and requires checkmark module (for Moodle 2.7) to be installed.
The langfiles can be put into the folder local/checkmarkreport/lang normally.
All languages should be encoded with utf-8.
After it you have to run the admin-page of moodle (http://your-moodle-site/admin)
in your browser. You have to be logged in as admin before.
The installation process will be displayed on the screen. All the data necessary
for a proper install is contained in the help files displayed on screen.
CHANGELOG
v 2016031401
*) Codechecker cleanup
*) Update to 3.0!
v 2016012001
*) fix another bug in calculation of gradesums
v 2016012000
*) prevent overview without selected instances
*) fix bug in calculation of gradesums in useroverview
*) remove auto-submit from filterform
*) changes due to split submissions and feedbacks tables in checkmark
*) fix divided by 0 warning for instances with empty grades
v 2015121700
*) prevent collapsed columns from being exported (just hidden in ODS and XLSX)
*) update for 2.9 compatibility
v 2015112700
*) fix multiple users with the same name corrupting ODS files
*) fix hard coded site ID 1 with constant SITEID
*) replace local_checkmarkreport_extends_settings_navigation with unified API
*) rewrite JS as AMD modules and use AMD-Modules/JQuery when possible
*) add a bunch of PHPDoc comments and improve code quality (codechecker)
v 2015071500
*) improve coding style (codechecker)
*) ensure css selectors are scoped to only affect checkmarkreport
*) remove empty and unused files
*) make use of automatic class loading - therefore refactoring some classes
v 2015061000
*) fixed typo in CSS destroying themes
*) update for 2.8 compatibility
*) remove XLS support and deprecate some strings
v 2015011400
*) Replace add_to_log with triggered events
*) Add support for PostgreSQL-DBs
*) Fix hidden columns not being restoreable
*) Strip HTML-tags from link titles in table
*) Implement gradebook-support and show locked/overwritten grades
*) Improve layout for small browser windows
*) Fixed some minor bugs
v 2014101900
-) improve logging
-) various bugs fixed
v2.9 (2016012001)
v2.9
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2016012001
Version release name: v2.9
Maturity: Stable
Supported Moodle versions: 2.9
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_29_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
// This file is part of local_checkmarkreport for Moodle - http://moodle.org/
//
// It is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// It is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see http://www.gnu.org/licenses/.
/**
- README.txt
- @version 2015-01-14
- @package local_checkmarkreport
- @author Andreas Hruska (andreas.hruska@tuwien.ac.at)
- @author Katarzyna Potocka (katarzyna.potocka@tuwien.ac.at)
- @author Eva Karall (eva.maria.karall@univie.ac.at)
- @author Philipp Hager
- @copyright 2015 Academic Moodle Cooperation {@link http://www.academic-moodle-cooperation.org}
- @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
---------------------------------------------------------------
FOR Moodle 2.9+
---------------------------------------------------------------
Checkmarkreport plugin
OVERVIEW
REQUIREMENTS
Moodle 2.9 or later
INSTALLATION
To install, extract the contents of the archive to the local/ folder in the moodle
root folder, and all of the archive's contents will be properly placed into the
folder structure. The module and all of its files is located in local_checkmarkreport
folder and requires checkmark module (for Moodle 2.7) to be installed.
The langfiles can be put into the folder local/checkmarkreport/lang normally.
All languages should be encoded with utf-8.
After it you have to run the admin-page of moodle (http://your-moodle-site/admin)
in your browser. You have to be logged in as admin before.
The installation process will be displayed on the screen. All the data necessary
for a proper install is contained in the help files displayed on screen.
CHANGELOG
v 2016012000
*) prevent overview without selected instances
*) fix bug in calculation of gradesums in useroverview
*) remove auto-submit from filterform
*) changes due to split submissions and feedbacks tables in checkmark
*) fix divided by 0 warning for instances with empty grades
v 2015121700
*) prevent collapsed columns from being exported (just hidden in ODS and XLSX)
*) update for 2.9 compatibility
v 2015112700
*) fix multiple users with the same name corrupting ODS files
*) fix hard coded site ID 1 with constant SITEID
*) replace local_checkmarkreport_extends_settings_navigation with unified API
*) rewrite JS as AMD modules and use AMD-Modules/JQuery when possible
*) add a bunch of PHPDoc comments and improve code quality (codechecker)
v 2015071500
*) improve coding style (codechecker)
*) ensure css selectors are scoped to only affect checkmarkreport
*) remove empty and unused files
*) make use of automatic class loading - therefore refactoring some classes
v 2015061000
*) fixed typo in CSS destroying themes
*) update for 2.8 compatibility
*) remove XLS support and deprecate some strings
v 2015011400
*) Replace add_to_log with triggered events
*) Add support for PostgreSQL-DBs
*) Fix hidden columns not being restoreable
*) Strip HTML-tags from link titles in table
*) Implement gradebook-support and show locked/overwritten grades
*) Improve layout for small browser windows
*) Fixed some minor bugs
v 2014101900
-) improve logging
-) various bugs fixed
2015-07-15 (00) (2015071500)
2015-07-15 (00)
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2015071500
Version release name: 2015-07-15 (00)
Maturity: Stable
Supported Moodle versions: 2.8
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_28_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
// This file is part of local_checkmarkreport for Moodle - http://moodle.org/
//
// It is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// It is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see http://www.gnu.org/licenses/.
/**
- README.txt
- @version 2015-01-14
- @package local_checkmarkreport
- @author Andreas Hruska (andreas.hruska@tuwien.ac.at)
- @author Katarzyna Potocka (katarzyna.potocka@tuwien.ac.at)
- @author Eva Karall (eva.maria.karall@univie.ac.at)
- @author Philipp Hager
- @copyright 2015 Academic Moodle Cooperation {@link http://www.academic-moodle-cooperation.org}
- @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
---------------------------------------------------------------
FOR Moodle 2.7+
---------------------------------------------------------------
Checkmarkreport plugin
OVERVIEW
REQUIREMENTS
Moodle 2.7 or later
INSTALLATION
To install, extract the contents of the archive to the local/ folder in the moodle
root folder, and all of the archive's contents will be properly placed into the
folder structure. The module and all of its files is located in local_checkmarkreport
folder and requires checkmark module (for Moodle 2.7) to be installed.
The langfiles can be put into the folder local/checkmarkreport/lang normally.
All languages should be encoded with utf-8.
After it you have to run the admin-page of moodle (http://your-moodle-site/admin)
in your browser. You have to be logged in as admin before.
The installation process will be displayed on the screen. All the data necessary
for a proper install is contained in the help files displayed on screen.
CHANGELOG
v 2015011400
*) Replace add_to_log with triggered events
*) Add support for PostgreSQL-DBs
*) Fix hidden columns not being restoreable
*) Strip HTML-tags from link titles in table
*) Implement gradebook-support and show locked/overwritten grades
*) Improve layout for small browser windows
*) Fixed some minor bugs
v 2014101900
-) improve logging
-) various bugs fixed
2015-01-14 (00) (2015011400)
2015-01-14 (00)
Plugin type: Local plugins
Frankenstyle component name: local_checkmarkreport
Version build number: 2015011400
Version release name: 2015-01-14 (00)
Maturity: Stable
Supported Moodle versions: 2.7
Repository URL (Git): https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport
Repository branch: MOODLE_27_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/academic-moodle-cooperation/moodle-local_checkmarkreport/issues
// This file is part of local_checkmarkreport for Moodle - http://moodle.org/
//
// It is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// It is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// If not, see http://www.gnu.org/licenses/.
/**
- README.txt
- @version 2015-01-14
- @package local_checkmarkreport
- @author Andreas Hruska (andreas.hruska@tuwien.ac.at)
- @author Katarzyna Potocka (katarzyna.potocka@tuwien.ac.at)
- @author Eva Karall (eva.maria.karall@univie.ac.at)
- @author Philipp Hager
- @copyright 2015 Academic Moodle Cooperation {@link http://www.academic-moodle-cooperation.org}
- @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
---------------------------------------------------------------
FOR Moodle 2.7+
---------------------------------------------------------------
Checkmarkreport plugin
OVERVIEW
REQUIREMENTS
Moodle 2.7 or later
INSTALLATION
To install, extract the contents of the archive to the local/ folder in the moodle
root folder, and all of the archive's contents will be properly placed into the
folder structure. The module and all of its files is located in local_checkmarkreport
folder and requires checkmark module (for Moodle 2.7) to be installed.
The langfiles can be put into the folder local/checkmarkreport/lang normally.
All languages should be encoded with utf-8.
After it you have to run the admin-page of moodle (http://your-moodle-site/admin)
in your browser. You have to be logged in as admin before.
The installation process will be displayed on the screen. All the data necessary
for a proper install is contained in the help files displayed on screen.
CHANGELOG
v 2015011400
*) Replace add_to_log with triggered events
*) Add support for PostgreSQL-DBs
*) Fix hidden columns not being restoreable
*) Strip HTML-tags from link titles in table
*) Implement gradebook-support and show locked/overwritten grades
*) Improve layout for small browser windows
*) Fixed some minor bugs
v 2014101900
-) improve logging
-) various bugs fixed