User Tools

Site Tools


stats:proc:removeparticipant

Differences

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

Link to this comparison view

stats:proc:removeparticipant [2011/09/27 20:54]
Patrick Michel created
stats:proc:removeparticipant [2013/07/10 12:34]
Line 1: Line 1:
-====== Remove Participant ====== 
- 
-<code xcend> 
-removeParticipant(ident id, ident studentId) { 
-  assume exists //​exams/​exam[id]/​results/​participant[studentId];​ # implies the exam exists, which is implicitly true anyway 
- 
-  remove //​exams/​exam[id]/​results/​participant[studentId];​ 
-} 
-</​code>​ 
  
stats/proc/removeparticipant.txt ยท Last modified: 2013/07/10 12:34 (external edit)