davosmith / moodle-grade_checklist

Excel export for checklist activities in Moodle
GNU General Public License v3.0
4 stars 7 forks source link

How to get teacher's name, timestamp and comments to be exported. #5

Open bahit opened 2 years ago

bahit commented 2 years ago

Hello, I would like to know if it is possible to export and in the columns containing: the teacher's name who marked along with the timestamp and other related information (when it appears when pressing "Toggle names & dates") along with comments?

I looked into the database and I can see that mdl_checklist_check and mdl_checklist_comment contain such information, but unsure how to pull those into checklist columns.

Any way to get this feature implemented?

davosmith commented 2 years ago

I'm guessing it wouldn't be all that complicated to write, but, to be honest, I've really not done anything much with the Checklist grade export code in a long time and I'm not likely to get around to doing so in my spare time.

The code for this plugin is freely available, so you could try finding a developer to make the changes for you (if they are written in a way that won't break other uses of the plugin and have the automated tests extended to cover, then I'd be happy to review and merge into the official code repository).

If you are looking to pay for this work to be done, you could contact my employers at: https://synergy-learning.com/contact-us/ and see if you could get a quote for us to implement it for you (I'm afraid I can't give a ballpark figure, as I tend not to get involved in that side of things).

bahit commented 2 years ago

I see. Thanks for the reply and will look into the code and understand how Behat works.