User Tools

Site Tools


stats:proc:revokeexaminerrights

This is an old revision of the document!


Revoke Examiner Rights

revokeExaminerRights(ident username, ident examId) {
  assume exists //accounts/account[username]/examiner[exam]; # implies the account exists, which is implicitly true anyway
  assume exists //exams/exam[examId]/examiner[account]; # implied by integrity and the assumption before
 
  remove //accounts/account[username]/examiner[exam];
  remove //exams/exam[examId]/examiner[username];
}
stats/proc/revokeexaminerrights.1317148661.txt.gz · Last modified: 2011/09/27 20:37 by Patrick Michel