Index: openacs-4/packages/assessment/tcl/as-qti-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-qti-procs.xql,v diff -u -r1.5.2.1 -r1.5.2.2 --- openacs-4/packages/assessment/tcl/as-qti-procs.xql 6 May 2006 15:52:56 -0000 1.5.2.1 +++ openacs-4/packages/assessment/tcl/as-qti-procs.xql 10 May 2006 14:58:55 -0000 1.5.2.2 @@ -4,14 +4,14 @@ INSERT INTO as_assessment_section_map (assessment_id, section_id, max_time_to_complete, sort_order, points) - VALUES (:as_assessments__assessment_id, :section_id, :as_sections__duration, :as_assessment_section_map__sort_order, :as_sections__points) + VALUES (:as_assessments__assessment_id, :section_id, :as_sections__duration, :as_asmt_sect_map__sort_order, :as_sections__points) INSERT INTO as_item_section_map (as_item_id, section_id, sort_order, points, max_time_to_complete, required_p) - VALUES (:as_item_id, :section_id, :as_item_section_map__sort_order, :as_item__points, :as_item__duration, :as_item__required_p) + VALUES (:as_item_id, :section_id, :as_item_sect_map__sort_order, :as_item__points, :as_item__duration, :as_item__required_p)