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