Closed (fixed)
Project:
Gradebook
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
18 Jan 2009 at 00:44 UTC
Updated:
3 Feb 2009 at 04:20 UTC
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.