User Tools

Site Tools


stats:proc:changeattributes_exercise

Differences

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

Link to this comparison view

stats:proc:changeattributes_exercise [2011/09/29 00:01]
Patrick Michel
stats:proc:changeattributes_exercise [2013/07/10 12:32]
Line 1: Line 1:
-====== Change Attributes (Exercise) ====== 
- 
-<code xcend> 
-changeAttributes(ident id, string lecture, string term) { 
-  assume exists //​exercise/​exercise[id];​ # implicitly true in OO implementations 
-  
-  update //​exercise/​exercise[id]/​lecture lecture; 
-  update //​exercise/​exercise[id]/​term term; 
-} # roles: admin, assistant[id] 
-</​code>​ 
  
stats/proc/changeattributes_exercise.txt ยท Last modified: 2013/07/10 12:32 (external edit)