--
You received this message because you are subscribed to the Google Groups "Sakai Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sakai-dev+...@apereo.org.
To post to this group, send email to saka...@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/sakai-dev/.
Hi Steve, and thank you for the response.
I am looking for a forensic type audit, which is available to a degree through the "Log" icon in the Gradebook tool, but only on internal Gradebook items.
I looked at the gradebook events table, but it only contains grading events on gradebook items, not on changes made to assignments, which is specifically what I needed.
I ended up using the SAKAI_EVENTS table, and from that, I managed to get a list of "who" changed marks on "what" assignment for "which" user including the date and time of that change. What I don't have is how the grade was changed (from what mark to what mark). This was done on a site level, so I ended up with a report with about 36000 lines (large site with many assignments) in a CSV format.
Kind Regards.
Shaun.