Index: openacs-4/packages/assessment/lib/section-items.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/lib/section-items.xql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/assessment/lib/section-items.xql 1 Feb 2005 22:41:54 -0000 1.5 +++ openacs-4/packages/assessment/lib/section-items.xql 11 Mar 2005 18:54:12 -0000 1.6 @@ -28,9 +28,22 @@ and c.revision_id = t.as_item_type_id group by c.title, t.increasing_p, t.allow_negative_p, t.num_correct_answers, t.num_answers + + + + + select d.choice_orientation + from as_item_rels r, as_item_display_$presentation_type d + where r.item_rev_id = :as_item_id + and r.rel_type = 'as_item_display_rel' + and r.target_rev_id = d.as_item_display_id + + + +