User Tools

Site Tools


stats:proc:revokeexaminerrights

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
stats:proc:revokeexaminerrights [2011/09/28 23:51]
Patrick Michel
stats:proc:revokeexaminerrights [2011/09/29 19:32]
Patrick Michel
Line 2: Line 2:
  
 <code xcend> <code xcend>
-revokeExaminerRights(ident username, ident examId) {+revokeExaminerRights(ident uid, ident username, ident examId) { 
 +  assume exists //​accounts/​account[uid]/​admin;​ 
   assume exists //​accounts/​account[username]/​examiner[exam];​ # implies the account exists, which is implicitly true anyway   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   assume exists //​exams/​exam[examId]/​examiner[account];​ # implied by integrity and the assumption before
Line 8: Line 10:
   remove //​accounts/​account[username]/​examiner[exam];​   remove //​accounts/​account[username]/​examiner[exam];​
   remove //​exams/​exam[examId]/​examiner[username];​   remove //​exams/​exam[examId]/​examiner[username];​
-# roles: admin+}
 </​code>​ </​code>​
stats/proc/revokeexaminerrights.txt · Last modified: 2013/07/10 12:32 (external edit)