Index: openacs-4/packages/assessment/tcl/install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/Attic/install-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/assessment/tcl/install-procs.tcl 1 Oct 2004 12:52:41 -0000 1.10 +++ openacs-4/packages/assessment/tcl/install-procs.tcl 7 Oct 2004 11:08:38 -0000 1.11 @@ -174,7 +174,7 @@ } { - set folder_id [content::folder::new -name {as_items} -package_id $package_id ] + set folder_id [content::folder::new -name "assessment_$package_id" -package_id $package_id ] content::folder::register_content_type -folder_id $folder_id -content_type {as_item_choices} -include_subtypes t content::folder::register_content_type -folder_id $folder_id -content_type {as_item_type_mc} -include_subtypes t content::folder::register_content_type -folder_id $folder_id -content_type {as_item_sa_answers} -include_subtypes t