User Tools

Site Tools


stats:proc:removeresult_sheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

stats:proc:removeresult_sheet [2011/09/28 20:54]
Patrick Michel created
stats:proc:removeresult_sheet [2013/07/10 12:34]
Line 1: Line 1:
-====== Remove Result (Sheet) ====== 
  
-<code xcend> 
-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];​ 
-} 
-</​code>​ 
stats/proc/removeresult_sheet.txt ยท Last modified: 2013/07/10 12:34 (external edit)