Index: openacs-4/packages/assessment/sql/oracle/assessment-item-type-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/oracle/assessment-item-type-create.sql,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/assessment/sql/oracle/assessment-item-type-create.sql 15 May 2007 20:14:16 -0000 1.6 +++ openacs-4/packages/assessment/sql/oracle/assessment-item-type-create.sql 28 Mar 2018 17:00:40 -0000 1.7 @@ -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 prepend_empty_p char(1) default 'f' @@ -121,7 +121,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) ); @@ -173,7 +173,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) ); @@ -200,6 +200,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) );