Changelog
2024-04-17
Release of eTask format v2.4 for Moodle 4.4.
2022-07-25
Fixed (1 change)
Exception - Class 'restore_format_topics_plugin' not found
.
2022-03-15
Release of eTask format v2.2 for Moodle 4.0.
Changed (6 changes)
- Course format renderer background.
- Selecting of gradable students use
moodle/grade:view
capability instead ofmoodle/competency:coursecompetencygradable
. - Title of the final grade cell shows its status.
- The badge is used instead of the cell’s background color in the grading table to fit Moodle 4.0 design.
- Default Moodle colors are applied.
- Activity popover uses thinner progress bars.
Removed (3 changes)
table-striped
grading table style.- Legend of the grading table (status is shown as a title of the grade item cell).
- Plugin string for
Legend
.
2021-07-18
Changed (1 change)
- Show help popover in the grading table footer only if the user has the capability to update course settings.
2021-05-26
Fixed (1 change)
- Missing
sesskey
on group change.
2021-05-11
Changed (1 change)
- Grading table and grade to pass accept decimals.
2020-11-11
Changed (6 changes)
- Replace most of the CSS classes with Bootstrap.
- Move specific CSS to the
styles.css
. - Renderer logic to the output classes with
.mustache
templates. - System of plugin versioning.
- Popover redesign (including grade to pass setting).
- Replace negative margin CSS with appropriate Bootstrap classes
mr-n*
/ml-n*
(available from Moodle 3.8).
Fixed (5 changes)
- Responsive design fixes.
- Show only groups of which non-editing teacher is a part.
- Getting students for the grading table.
- Hide grade items with “deletion in progress” from the grading table.
- State when the grading table is empty (without students and/or without grade items).
Security (1 change)
- Secure form processing.
Removed (2 changes)
- Course format
styles.css
selectors (they are a part of core styles). mform
s classes (replaced with single select component).
Added (7 changes)
- Last modified information in the grade item popover.
- Grade max. in the grade item popover.
- Support formatting of grade value, e.g.
B- (80%)
. - Ability to change
Passed
andFailed
label’s texts. - New
licence
andreadme.md
. - Help link from the grading table to the plugin directory page.
- Code documentation.
Other (5 changes)
- Use
core/notification
instead of own renderer function. - Refactor grade items sorting.
- Use existing core capabilities.
- Performance optimization.
- Code formatting.