User Tools

Site Tools


stats:proc:createexam

This is an old revision of the document!


Create Exam

createExam(ident id, string title, string date, string time, string location) {
  assume not exists //exams/exam[id];
 
  insert //exams <exam id=[id] title=[title] date=[date] time=[time] location=[location] />;
} # roles: admin
stats/proc/createexam.1317246570.txt.gz · Last modified: 2011/09/28 23:49 by Patrick Michel