User Tools

Site Tools


stats:proc:assignteam

Differences

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

Link to this comparison view

stats:proc:assignteam [2012/05/22 09:56]
Patrick Michel
stats:proc:assignteam [2013/07/10 12:34]
Line 1: Line 1:
-====== Assign Team ====== 
- 
-<code xcend> 
-assignTeam(ident uid, ident id, ident studentId, ident teamId) { 
-  assume exists //​accounts/​account[uid]/​tutor[id]/​group[//​exercises/​exercise[id]/​student[studentId]/​group];​ 
-    # implies the existence of the student, the exercise, the group and enough rights by a tutor account 
-  ​ 
-  assume not exists //​exercises/​exercise[id]/​students/​student[studentId]/​team;​ 
-  ​ 
-  insert //​exercises/​exercise[id]/​students/​student[studentId]/​team teamId; 
-} 
-</​code>​ 
  
stats/proc/assignteam.txt ยท Last modified: 2013/07/10 12:34 (external edit)