Index: openacs-4/packages/assessment/tcl/item-form-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/Attic/item-form-procs.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/assessment/tcl/item-form-procs.xql 28 Aug 2004 15:35:10 -0000 1.2 +++ openacs-4/packages/assessment/tcl/item-form-procs.xql 21 Sep 2004 15:07:11 -0000 1.3 @@ -17,20 +17,20 @@ select - as_item_choicesx.choice_id, as_item_choicesx.title, as_item_choices.numeric_value, as_item_choicesx.sort_order + as_item_choicesx.choice_id, as_item_choicesx.title from as_item_choicesx where as_item_choicesx.mc_id=:mc_id order by - as_item_choicex.sort_order + as_item_choicesx.sort_order select - as_itemsx.title, as_itemsx.required_p, 'radiobutton' AS presentation_type + as_itemsx.title, as_itemsx.required_p, 'checkbox' AS presentation_type from as_itemsx where