Index: openacs-4/packages/assessment/sql/postgresql/upgrade/upgrade-0.11-0.12.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/postgresql/upgrade/upgrade-0.11-0.12.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/assessment/sql/postgresql/upgrade/upgrade-0.11-0.12.sql 12 Jun 2006 02:49:50 -0000 1.2 +++ openacs-4/packages/assessment/sql/postgresql/upgrade/upgrade-0.11-0.12.sql 27 Mar 2018 17:08:50 -0000 1.3 @@ -21,6 +21,6 @@ html_display_options varchar(50), -- an abstraction of the real size value in "small","medium","large" abs_size varchar(10), - -- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, bellow, above) + -- the orientation between the "question part" of the Item (the title/subtext) and the "answer part" (beside-left, beside-right, below, above) item_answer_alignment varchar(20) );