User Tools

Site Tools


stats:proc:deletegrade

Delete Grade

deleteGrade(ident uid, ident id, ident gradeId) {
  assume exists /account[uid]/examiner[id];
 
  assume exists /exam[id]/grade[gradeId]; # implies the exam exists, which is implicitly true anyway
 
  remove /exam[id]/grade[gradeId];
}
stats/proc/deletegrade.txt · Last modified: 2013/07/10 12:34 (external edit)