User Tools

Site Tools


stats:proc:changeattributes_exam

This is an old revision of the document!


Change Attributes (Exam)

changeAttributes(ident id, string title, string date, string time, string location) {
  assume exists //exams/exam[id]; # implicitly true in OO implementations
 
  update //exams/exam[id]/title title;
  update //exams/exam[id]/date date;
  update //exams/exam[id]/time time;
  update //exams/exam[id]/location location;
} # roles: admin
stats/proc/changeattributes_exam.1317246586.txt.gz · Last modified: 2011/09/28 23:49 by Patrick Michel