Index: openacs-4/packages/assessment/tcl/as-item-answer-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-answer-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/assessment/tcl/as-item-answer-procs.tcl 19 Jan 2005 16:49:14 -0000 1.4 +++ openacs-4/packages/assessment/tcl/as-item-answer-procs.tcl 23 Feb 2005 14:47:38 -0000 1.5 @@ -29,7 +29,7 @@ set item_answer_id [content::item::new -parent_id $folder_id -content_type {as_item_choices} -name [exec uuidgen]] set as_item_answer_id [content::revision::new \ -item_id $item_answer_id \ - -content_type {as_item_answers} \ + -content_type {as_item_sa_answers} \ -title $title \ -attributes [list [list answer_id $answer_id ] \ [list data_type $data_type ] \