Index: openacs-4/packages/assessment/www/assessment-create.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/Attic/assessment-create.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/assessment/www/assessment-create.tcl 27 Jul 2004 17:34:49 -0000 1.2 +++ openacs-4/packages/assessment/www/assessment-create.tcl 28 Jul 2004 14:59:49 -0000 1.3 @@ -30,7 +30,7 @@ content::type::create_attribute -content_type {as_item_choices} -attribute_name {score} -datatype {number} -pretty_name {Score} -column_spec {integer} content::type::create_attribute -content_type {as_item_choices} -attribute_name {sort_order} -datatype {number} -pretty_name {Sort Order} -column_spec {integer} -content::type::create_attribute -content_type {as_items} -attribute_name {item_subtext} -datatype {string} -pretty_name {Item Subtext} -column_spec {varchar(500)} +content::type::create_attribute -content_type {as_items} -attribute_name {subtext} -datatype {string} -pretty_name {Item Subtext} -column_spec {varchar(500)} content::type::create_attribute -content_type {as_items} -attribute_name {field_code} -datatype {string} -pretty_name {Item Field Code} -column_spec {varchar(500)} content::type::create_attribute -content_type {as_items} -attribute_name {enabled_p} -datatype {boolean} -pretty_name {Item Enabled} -column_spec {char(1)} content::type::create_attribute -content_type {as_items} -attribute_name {required_p} -datatype {boolean} -pretty_name {Item Required} -column_spec {char(1)}