User Tools

Site Tools


stats:proc:addstudentid

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
Previous revision
Next revision Both sides next revision
stats:proc:addstudentid [2011/09/27 20:55]
Patrick Michel stats:proc:setstudentid renamed to stats:proc:addstudentid
stats:proc:addstudentid [2011/09/29 19:33]
Patrick Michel
Line 1: Line 1:
-====== ​Set Student ID ======+====== ​Add Student ID ======
  
 <code xcend> <code xcend>
-# pretty much the canonical addStudent procedure +addStudentId(ident uid, ident username, string id) { 
-setStudentId(ident username, string id) {+  assume exists //​accounts/​account[uid]/​admin;​ 
   assume exists //​accounts/​account[username];​ # implicitly true in OO implementations   assume exists //​accounts/​account[username];​ # implicitly true in OO implementations
   assume not exists //​accounts/​account[username]/​student;​   assume not exists //​accounts/​account[username]/​student;​
stats/proc/addstudentid.txt · Last modified: 2013/07/10 12:32 (external edit)