User Tools

Site Tools


stats:proc:hideresults

Differences

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

Link to this comparison view

Next revision
Previous revision
stats:proc:hideresults [2012/01/11 14:45]
Patrick Michel created
stats:proc:hideresults [2013/07/10 12:32] (current)
Line 2: Line 2:
  
 <code xcend> <code xcend>
-hideResults(string ​uid, string ​id) { +hideResults(ident uid, ident id) { 
-  assume exists ​//accounts/​account[uid]/​examiner[id];​+  assume exists /​account[uid]/​examiner[id];​
    
-  assume exists ​//exams/exam[id];+  assume exists /exam[id];
    
-  assume ​//exams/​exam[id]/​published;​+  assume /​exam[id]/​published;​
    
-  update ​//exams/​exam[id]/​published false;}+  update /​exam[id]/​published false; 
 +}
 </​code>​ </​code>​
  
stats/proc/hideresults.1326289520.txt.gz · Last modified: 2012/01/11 14:45 by Patrick Michel