Index: openacs-4/packages/assessment/tcl/as-item-type-mc-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-type-mc-procs.xql,v diff -u -r1.7 -r1.8 --- openacs-4/packages/assessment/tcl/as-item-type-mc-procs.xql 25 Dec 2004 13:11:55 -0000 1.7 +++ openacs-4/packages/assessment/tcl/as-item-type-mc-procs.xql 7 Jan 2005 16:10:44 -0000 1.8 @@ -55,33 +55,6 @@ - - - - select r.title, c.choice_id - from as_session_choices c, cr_revisions r - where c.session_id = :session_id - and c.section_id = :section_id - and c.as_item_id = :as_item_id - and r.revision_id = c.choice_id - - - - - - - - select r.title, c.choice_id, c.correct_answer_p, c.feedback_text - from as_session_choices sc, as_item_choices c, cr_revisions r - where sc.session_id = :session_id - and sc.section_id = :section_id - and sc.as_item_id = :as_item_id - and r.revision_id = sc.choice_id - and c.choice_id = sc.choice_id - - - - @@ -92,18 +65,6 @@ - - - - select c.choice_id, r.title, c.correct_answer_p, c.selected_p - from as_item_choices c, cr_revisions r - where c.mc_id = :type_id - and r.revision_id = c.choice_id - order by c.sort_order - - - -