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.3 -r1.4 --- openacs-4/packages/assessment/tcl/install-procs.tcl 21 Sep 2004 16:55:13 -0000 1.3 +++ openacs-4/packages/assessment/tcl/install-procs.tcl 22 Sep 2004 19:35:15 -0000 1.4 @@ -46,7 +46,7 @@ content::type::create_attribute -content_type {as_item_choices} -attribute_name {feedback_text} -datatype {string} -pretty_name {Feedback Text} -column_spec {varchar(500)} content::type::create_attribute -content_type {as_item_choices} -attribute_name {correct_answer_p} -datatype {boolean} -pretty_name {Correct Answer} -column_spec {char(1)} content::type::create_attribute -content_type {as_item_choices} -attribute_name {selected_p} -datatype {boolean} -pretty_name {Selected} -column_spec {char(1)} -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 {percent_score} -datatype {number} -pretty_name {Percent 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 {subtext} -datatype {string} -pretty_name {Item Subtext} -column_spec {varchar(500)}