Index: openacs-4/packages/assessment/tcl/assessment-qti-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/Attic/assessment-qti-procs-postgresql.xql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/assessment/tcl/assessment-qti-procs-postgresql.xql 31 May 2004 09:22:03 -0000 1.1 @@ -0,0 +1,27 @@ + + + + postgresql7.1 + + + + INSERT INTO as_items (item_id, item_display_type_id, name, item_text) + VALUES (:item_id, :as_item__display_type_id, :as_items__name, :as_items__item_text) + + + + + + INSERT INTO as_item_choices (choice_id, name, choice_text) + VALUES (:choice_id, :as_item_choices__choice_text, :as_item_choices__choice_text) + + + + + + INSERT INTO as_item_choice_map (item_id, choice_id, sort_order) + VALUES (:item_id, :choice_id, :sort_order) + + + + \ No newline at end of file