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.
I'm afraid I can't really give you a clear answer to that off the top of my head, as I'm not aware of that being a common problem for people using the checklist (as far as I'm aware, it generally just works as expected).
I suggest you make sure that the checklist is set to update as 'student only' and that you are logged in as a student. Make sure also that you are using checklist items you have manually created, not ones imported from the list of activities in the course.
The student items are designed to be a form of private notes for each student (so they can keep track of any extra things they need to do in order to complete the main item).
It would not be impossible to change this, but would require changes to the code (an extra setting, which would need adding to the instance form, the database and the backup & restore; a check against the setting to output the information onto the teacher view; a warning message for students, that their custom items can be seen by their teacher).
I'd be happy to accept a well-written code patch that implemented those features (along with automated tests to confirm everything works as expected).
Alternatively, it would have to go on the long list of changes that I might make someday, when I have a spare evening to do so.
Nevertheless, as already stated, I will make sure that I increase the version number on the next release (which will happen in the next week or so, with the release of 3.10), to avoid such edge cases in the future.
Yes - in your theme, override the styling for: .checklist_progress_inner and .checklist_progress_anim
You'll need to change the background-image to point at a different image, for completeness you should also change background-color (although that will only show if the image loads slowly).
Davo
Is it possible to change the colour of the progress bar from green?
Cheers
Martin
If you don't want students to override the automatically checked-off items, then select "automatic, cannot override" instead of "automatic, can override".
In Moodle, there is no such thing as a generic "due date" for activities - supporting automatic importing of dates would have to be written specifically for each different activity type.
Replying to comments might be possible to implement, but it would probably be quite a bit of work to do so (I've not looked at the code involved for a long time - possibly it might be worth rewriting it using the Moodle comments system, that didn't exist when I first wrote my code).
Thanks for the suggestions - there do seem to be some good ideas in there. Unfortunately, I spend all of my working days writing Moodle code, so it is not something I do in my free time any more (other than urgent bug fixes and checking my plugins work with new Moodle releases). I'm happy to accept simple, well written patches from other developers. I'm also happy to pass on contact details for my employers, Synergy Learning, if you have funding available to pay for the work to be done during my working hours.
your plugin is a great of help when it comes to individual learning. It's much better than the internal activity completion plugin.
I discovered that student can check activities as complete even if teachers have set access restrictions and/or a completion rule in the activity. Would be great if those items can not be marked as complete by the student without meeting the conditions/restrictions first. Furthermore the due dates set in the course activity should automatically appear in the plugin.
It would also be of great help if students could reply to teacher comments for a certain item. Like a discussion option for each item.
I know that is much to ask but if you find any of the suggestions useful and also the time to implement them I would be greatful.
Cheers
Tobias