Index: openacs-4/packages/assessment/www/asm-admin/questions.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/questions.xql,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/assessment/www/asm-admin/questions.xql 24 Jan 2007 20:15:30 -0000 1.1.2.1 +++ openacs-4/packages/assessment/www/asm-admin/questions.xql 24 Jan 2007 22:13:39 -0000 1.1.2.2 @@ -10,13 +10,12 @@ and s.section_id = asm.section_id and cr.revision_id = ci.latest_revision and asm.assessment_id = :assessment_rev_id - order by s.section_id, asm.sort_order + order by asm.sort_order, s.section_id -- select s.section_id, cr.title -- from as_sections s, cr_revisions cr, as_assessment_section_map asm -- where cr.revision_id = s.section_id -- and s.section_id = asm.section_id -- and asm.assessment_id = :assessment_rev_id --- order by asm.sort_order