User Tools

Site Tools


stats:proc:hideresults

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:hideresults [2012/05/29 16:35]
Patrick Michel
stats:proc:hideresults [2013/07/10 12:32] (current)
Line 3: Line 3:
 <code xcend> <code xcend>
 hideResults(ident uid, ident 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.1338302127.txt.gz ยท Last modified: 2012/05/29 16:35 by Patrick Michel