Index: openacs-4/packages/assessment/sql/postgresql/assessment-item-type-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/postgresql/assessment-item-type-create.sql,v diff -u -r1.11 -r1.12 --- openacs-4/packages/assessment/sql/postgresql/assessment-item-type-create.sql 15 May 2007 20:14:16 -0000 1.11 +++ openacs-4/packages/assessment/sql/postgresql/assessment-item-type-create.sql 27 Mar 2018 17:08:50 -0000 1.12 @@ -61,7 +61,7 @@ choice_label_orientation varchar(20), -- order in which the choices will appear (numerical, alphabetic, randomized or by order of entry) sort_order_type varchar(20), - -- 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) ); @@ -81,7 +81,7 @@ choice_label_orientation varchar(20), -- order in which the choices will appear (numerical, alphabetic, randomized or by order of entry) sort_order_type varchar(20), - -- 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) ); @@ -103,7 +103,7 @@ choice_label_orientation varchar(20), -- order in which the choices will appear (numerical, alphabetic, randomized or by order of entry) sort_order_type varchar(20), - -- 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), -- prepend an empty item to the list, useful for validation of a required sb but you don't want any option as selected by default @@ -122,7 +122,7 @@ 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) ); @@ -174,7 +174,7 @@ abs_size varchar(20), -- the type of "widget" displayed when the Item is output in html. acs_widget varchar(20), - -- 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) ); @@ -201,6 +201,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) );