User Tools

Site Tools


stats:proc:deleteexam

This is an old revision of the document!


Delete Exam

deleteExam(ident id) {
  assume exists //exams/exam[id];
 
  assume size(//acounts/account/examiner[id]) = 0;
 
  remove //exams/exam[id];
} # roles: admin
stats/proc/deleteexam.1317246596.txt.gz · Last modified: 2011/09/28 23:49 by Patrick Michel