Checklist
Maintained by
Davo Smith
A checklist can be created by a teacher (or generated from the activities in a course) and then the students or teachers can check-off each item as they are completed.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Please open a ticket in github (see the 'Source control URL' link above) and I may consider undertaking this at some point.
If you have some funding available to cover the cost of my time to implement this, then I could put you in touch with my employers to get a quote to implement this (which would include the cost of our QA team testing it to make sure it works reliably). Alternatively, I'd be happy to review a submitted patch that does this.
The versions of the plugin for Moodle 3.4 (and above) and Moodle 3.9 (and above) both use "groupingid" - it is only the versions for Moodle 3.3 (or below) that have the issue (and those versions of Moodle are long out of support, so you should probably be upgrading, rather than trying to workaround issues).
1345: $fields = '`' . implode('`,`', array_keys($params)) . '`';
1573: $sets[] = "`" . $field . "` = ?";
The checklist plugin only allows for one set of items for each activity instance. You can set items to be for a specific grouping, so, in theory, you could create a grouping for a single group, containing a single student, and link items that way. However, that is not what the checklist is designed for - it is meant tracking the progress each student against a single list of items (that all students have in common).
I don't know what you mean by an "unattended student" - I don't think it is a concept that is covered by the checklist plugin.
The report shows all users who are enrolled on the course with capability "mod/checklist:updateown" - if you want certain users to not be shown, then you need to remove this capability from them.
Sorry, misleading. I am talking about students. Our teachers use checklist module for Observation checklist of each students. When teacher toggling all students, they ticked unattended student as well. My idea is if it is possible we can disable unattended students firstly, then start to ticking students.
Thanks,
Is there any way to disable certain users in the checklist temporarily? Similar to the checklist item.
Thank you,
No, there is currently no way to set items created automatically this way to be automatically hidden.