Moodle Plugins directory: Checklist | Moodle.org
This is a grade export plugin which will create an Excel spreadsheet containing all the checkmarks from a single checklist.
You can customise the included fields by editing the included file 'columns.php'.
It will not work without the checklist module - which can be downloaded here: http://moodle.org/plugins/view.php?plugin=mod_checklist
Contributors
Davo Smith (Lead maintainer)
Please login to view contributors details and/or to contact them
-Derek
Many thanks
Sue
I saw an old request regarding adding comments to the export.
Is this still a work in progress or expected any time soon.
Would really appreciate it!!!
Bas
It would be fairly easy to change the code in export.php, around the get_users_by_capability() line, to exclude users who are suspended (or whose enrolment has expired). However, doing that would be a change to how the code has been operating for the last 10+ years, so there is a risk that other people could be relying on the current behaviour.
I'd be happy to review some code that added an option to handle excluding suspended users, but I'm not likely to look at making the change myself in the near future.