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.
It seems someone else also had this issue but is no apparent fix. https://moodle.org/mod/forum/discuss.php?d=235670&mode=1
Any help or a nudge in the right direction would be appreciated.
According to the output you sent me, in the time since cron last ran, there were 2 relevant log entries across the 3 courses that had checklists, but none of them required any update to the checkmarks (probably because the checkmarks were already ticked for those items). There were no relevant completion updates for those checklists.
This suggests to me that the system is running fine, but that nothing happened that needed to change the student's checkmarks.
I would tell you more, but unfortunately you do not seem to have enabled the detailed debugging (as described in step 3 of the README instructions), so I cannot tell any more about what is going on (if you had removed the '//' from the DEBUG_CHECKLIST_AUTOUPDATE line of code, then you would be seeing far more output).
This is the log of the cron job
http://pastebin.com/5BzyLHWD
As you can see this is the version of my moodle, the courses that have some stuff done and how it's not being updated in the checklist activity
http://imgur.com/a/1a6OM#0
The moodle information screenshot was taken before I ran the cron jobs.
Also would love to have an option to have automatic only checking but I already forgot why I needed this module <.<
Assuming you've followed the step-by-step instructions, included in the README for this plugin, for sorting out any such problems, what was the output you got in step 3?
Instructions for how teachers can update a student's checklist can be found in the Moodle docs: http://docs.moodle.org/25/en/Checklist_module#Usage
Good news! A colleague re-did the permissions and the plugin is now working correctly.
Yes, it would be possible to add the ability for students to comment on checklist items.
If funded, it probably wouldn't take much more than a day or so to write and test - if you''re asking me to do it in my spare time, then please open an issue in tracker and I will look at it when I next spend some time on the checklist plugin (but note I haven't done anything other than minor fixes for several months, so don't expect a quick turnaround).
Thanks for the explanation, and for taking the time to reply. I'll see if our server guys can clarify the issue.
The second states that mod/checklist/view.php is writeable by 'group'. That is not a problem for my plugin, but may be a problem for your server security settings. However, you have already stated that you have fixed the file permissions to remove group writing permission (i.e. set all files to 0644 permissions), so that should no longer be an issue. Both of those errors suggest server configuration / permissions problems, which falls outside the scope of any support I can really give (if you can find an error which is related to a line of code in my plugin then I will happily investigate further).
Does the server error log not reveal any clues for you? This error is recorded when I click to view a new checklist. On the moodle site itself, I get the error message reported by Dimo above.
Server error log:
[Thu Sep 12 21:55:06 2013] [error] [client 62.238.42.176] File does not exist: /home/moodle/public_html/500.shtml, referer: http://mysite.nl/course/view.php?id=132
[Thu Sep 12 21:55:06 2013] [error] [client 62.238.42.176] SoftException in Application.cpp:256: File "/home/moodle/public_html/mod/checklist/view.php" is writeable by group, referer: http://mysite.nl/course/view.php?id=132