User Tools

Site Tools


stats:proc:addstudentid

This is an old revision of the document!


Add Student ID

# pretty much the canonical addStudent procedure
addStudentId(ident username, string id) {
  assume exists //accounts/account[username]; # implicitly true in OO implementations
  assume not exists //accounts/account[username]/student;
  assume count(id, //accounts/account/student/id) = 0;
 
  insert //accounts/account[username] <student id=[id] />;
} # roles: admin
stats/proc/addstudentid.1317250673.txt.gz · Last modified: 2011/09/29 00:57 by Patrick Michel