Index: openacs-4/packages/assessment/sql/postgresql/assessment-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/postgresql/assessment-create.sql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/assessment/sql/postgresql/assessment-create.sql 14 May 2004 09:52:04 -0000 1.3 +++ openacs-4/packages/assessment/sql/postgresql/assessment-create.sql 14 May 2004 09:58:24 -0000 1.4 @@ -88,7 +88,7 @@ field_code varchar(500), -- some descriptive text definition varchar(500), - -- whether Item is shareable; defaults to 't' since this is the whole intent of this "repository" approach, but authors' should have option to prevent reuse + -- whether Item is shareable; defaults to 't' since this is the whole intent of this "repository" approach, but authors should have option to prevent reuse shareable_p char(1) default 't' constraint as_item_shareable_p_ck check (shareable_p in ('t','f')), @@ -152,7 +152,7 @@ constraint as_item_choice_id_pk primary key, name varchar(500), - -- what is displayed in the choice's "label" + -- what is displayed in the choices "label" choice_text varchar(500), -- NOTE Is this correct? -- which of the value columns has the information this Choice conveys