Log "read" events in assignment
Description
Environment
Test Plan
is related to
relates to
Activity
Sam Ottenhoff May 25, 2010 at 3:36 PM
Marking 2.7.0-b1 as the fixed version.
Note that when logged in as an admin, and viewing a student's submission, I see a "asn.new.submission" in SAKAI_EVENT. Is this a bug? Should I file a new ticket?
All other events are being created correctly, as described in the ticket.
Zhen Qian December 7, 2009 at 6:48 AM
r69545 fixed a problem of improperly logged assignment read event as pointed out in SAK-17520.
Zhen
Zhen Qian November 12, 2009 at 9:09 AM
r68831. The "asn.read.submission" is also logged when the submission is viewed for grading.
BrandenB November 12, 2009 at 7:52 AM
Thanks for the update, Zhen. IMO, yes I think it should log the event when the submission is viewed for grading.. this could be an important event to have for auditing.
Zhen Qian November 12, 2009 at 6:55 AM
r68823.
So "asn.read.assignment" will be logged when instructor clicked on the assignment title or a student accesses the submission view before any submission is made.
"asn.read.submission" will be logged when the student accesses submission page after initially saves the submission or resubmits.
However, "asn.read.submission" is NOT logged when the instructor views the submission for grading. Do you think it is necessary to log the event instead?
The Assignment tool used to log asn.read.assignment and asn.read.submission, but it was commented out due to the event being over-logged.
I think we can sanely track these events by logging them from AssignmentAction when a user visits an assignment, or a submission.