User Tools

Site Tools


stats:proc:removeresult_sheet

This is an old revision of the document!


Remove Result (Sheet)

removeResult(ident id, ident studentId, ident sheetId) {
  assume exists //exercises/exercise[id]/students/student[studentId]/result[sheetId]; # implies the existence of pretty much everything
 
  remove //exercises/exercise[id]/students/student[studentId]/result[sheetId];
} # roles: assistant[id], tutor[id, groupId] <- groupId is no parameter of procedure!
stats/proc/removeresult_sheet.1317250008.txt.gz · Last modified: 2011/09/29 00:46 by Patrick Michel