How to manually change the date in "Last Modified (student)" column of gradebook

How to manually change the date in "Last Modified (student)" column of gradebook

by Marlon Higgins -
Number of replies: 1

Hello Everyone,

I was wondering if there is a way to manually change the date in the "Last Modified (student)" column of the gradebook. I'm guessing the information is recorded in the database somewhere. Possibly in the mdl_assignment_submission table? I'm using a mysql database which I have access to via phpmyadmin. This question is for Moodle 1.9.7.

Any advice would be gratefully received.

In reply to Marlon Higgins

Re: How to manually change the date in "Last Modified (student)" column of gradebook

by Andrew Davis -

If youre after a student's individual grade you want the mdl_grade_grades table. However,I'd think very hard before directly altering the database. Are you sure you really need to be manually setting modification dates?