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

Next revision
Previous revision
stats:proc:changeattributes_task [2011/09/29 00:18]
Patrick Michel created
stats:proc:changeattributes_task [2013/07/10 12:34] (current)
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 //exams/exam[id]/tasks/​task[taskId];​ # implies the existence of the exam+  assume exists /account[uid]/examiner[id];​ 
 + 
 +  assume exists ​/​exam[id]/​task[taskId];​ # implies the existence of the exam
   ​   ​
   assume maxPoints >= 0;   assume maxPoints >= 0;
-  assume ​//exams/exam[id]/results/​participant[x]/​result[taskId]/​points < maxPoints;+  assume /​exam[id]/​participant[x]/​result[taskId]/​points <maxPoints;
   ​   ​
-  update ​//exams/exam[id]/tasks/​task[taskId]/​maxPoints maxPoints;​ +  update /​exam[id]/​task[taskId]/​maxPoints maxPoints;​ 
-# roles: examiner[id]+}
 </​code>​ </​code>​
  
stats/proc/changeattributes_task.1317248330.txt.gz · Last modified: 2011/09/29 00:18 by Patrick Michel