User Tools

Site Tools


stats:proc:deletegrade

Differences

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

Link to this comparison view

stats:proc:deletegrade [2011/09/29 00:25]
Patrick Michel
stats:proc:deletegrade [2013/07/10 12:34]
Line 1: Line 1:
-====== Delete Grade ====== 
- 
-<code xcend> 
-deleteGrade(ident id, ident gradeId) { 
-  assume exists //​exams/​exam[id]/​grades/​grade[gradeId];​ # implies the exam exists, which is implicitly true anyway 
- 
-  remove //​exams/​exam[id]/​grades/​grade[gradeId];​ 
-} # examiner[id] 
-</​code>​ 
  
stats/proc/deletegrade.txt ยท Last modified: 2013/07/10 12:34 (external edit)