User Tools

Site Tools


stats:proc:changeattributes_task

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
stats:proc:changeattributes_task [2011/09/29 11:43]
Patrick Michel
stats:proc:changeattributes_task [2011/09/29 19:23]
Patrick Michel
Line 2: Line 2:
  
 <code xcend> <code xcend>
-changeAttributes(ident id, ident taskId, double maxPoints) {+changeAttributes(ident uid, ident id, ident taskId, double maxPoints) { 
 +  assume exists //​accounts/​account[uid]/​examiner[id];​ 
   assume exists //​exams/​exam[id]/​tasks/​task[taskId];​ # implies the existence of the exam   assume exists //​exams/​exam[id]/​tasks/​task[taskId];​ # implies the existence of the exam
   ​   ​
Line 9: Line 11:
   ​   ​
   update //​exams/​exam[id]/​tasks/​task[taskId]/​maxPoints maxPoints;   update //​exams/​exam[id]/​tasks/​task[taskId]/​maxPoints maxPoints;
-# roles: examiner[id]+}
 </​code>​ </​code>​
  
stats/proc/changeattributes_task.txt · Last modified: 2013/07/10 12:34 (external edit)