Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -N -r1.7.2.148 -r1.7.2.149 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 1 Jul 2021 09:19:28 -0000 1.7.2.148 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 6 Jul 2021 09:32:52 -0000 1.7.2.149 @@ -2597,6 +2597,7 @@ {-revision_id:integer,0..1 ""} {-form_objs:integer,0..n ""} {-export:boolean false} + {-orderby:token "online-exam-userName"} {-grading:alnum,0..n ""} {-with_grading_table:boolean false} examWf:object @@ -2723,9 +2724,9 @@ } # - # Iterate over the items sorted by userName. + # Iterate over the items sorted by orderby. # - $items orderby online-exam-userName + $items orderby $orderby foreach submission [$items children] { set html [:render_submission=exam_protocol \