User Tools

Site Tools


stats:proc:deletegrade

This is an old revision of the document!


Delete Grade

deleteGrade(ident id, ident gradeId) {
  assume exists //exams/exam[id]/grades/grade[gradeId]; # implies the exam exists, which is implicitly true anyway
 
  remove //exams/exam[id]/grades/grade[gradeId];
}
stats/proc/deletegrade.1317149599.txt.gz · Last modified: 2011/09/27 20:53 by Patrick Michel