Student grades should be removed from the database when the student account is deleted. Before this is implemented I want to have the option of archiving and restoring grades to/from a file.
Student grades should be removed from the database when the student account is deleted. Before this is implemented I want to have the option of archiving and restoring grades to/from a file.
Comments
Comment #1
MGN commentedCompleted, implementing a simple hook_user() function to delete the grades from gradebookapi_cache and gradebookapi_grade. Committed to 6.x-2.x-dev.