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];
}
stats/proc/deleteexam.1317238404.txt.gz · Last modified: 2011/09/28 21:33 by Patrick Michel