Index: openacs-4/packages/accounts-finance/tcl/finance-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/accounts-finance/tcl/finance-procs.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/accounts-finance/tcl/finance-procs.tcl 13 Aug 2010 06:41:13 -0000 1.12 +++ openacs-4/packages/accounts-finance/tcl/finance-procs.tcl 27 Mar 2018 17:08:50 -0000 1.13 @@ -309,7 +309,7 @@ } { Provides table of common loan data for complex modeling. Interest is compounded per interval (period). - If a list of payments are supplied, they are applied in order with first payment at end of period 1. Second payment at end of period 2 etc. and final payment is repeated until loan is paid in full or number of loan years is complete. If the last payment is zero, the balance remaining is reported as a baloon payment. + If a list of payments are supplied, they are applied in order with first payment at end of period 1. Second payment at end of period 2 etc. and final payment is repeated until loan is paid in full or number of loan years is complete. If the last payment is zero, the balance remaining is reported as a balloon payment. If no payments are supplied, a constant payment is calculated and assumed. Returns elements of query in list pairs of period number provided. Period 0 is before loan begins. Use "summary" to return summary accumulations. "all" to return all data as ordered list of lists; first list containing data names. } { Index: openacs-4/packages/accounts-finance/tcl/modeling-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/accounts-finance/tcl/modeling-procs.tcl,v diff -u -N -r1.24 -r1.25 --- openacs-4/packages/accounts-finance/tcl/modeling-procs.tcl 14 Nov 2014 18:20:17 -0000 1.24 +++ openacs-4/packages/accounts-finance/tcl/modeling-procs.tcl 27 Mar 2018 17:08:50 -0000 1.25 @@ -307,7 +307,7 @@ First list element denotes how many errors there were. If number_of_iterations is greater than 0, Returns a list of lists, where each list element consists of a variable name and the values that it returns after each iteration, including the initial conditions. The report calculations return the variable name and the value returned from the function evaluation. -NOTE: this list_of_lists format is diffrent than the standard list_of_lists table format where the first element of the list_of_lists contains ordered variable names, followed by ordered columns of one row of data. Reason: many of the model data may have variable number of values, such as 1 or interactions_count. Using the standard method is would be a bulky way of storing many models. +NOTE: this list_of_lists format is different than the standard list_of_lists table format where the first element of the list_of_lists contains ordered variable names, followed by ordered columns of one row of data. Reason: many of the model data may have variable number of values, such as 1 or interactions_count. Using the standard method is would be a bulky way of storing many models. If there are errors during compile, then subsequent list elements are the results of the model compile, useful for debugging purposes. Index: openacs-4/packages/assessment/sql/oracle/upgrade/upgrade-0.03d-0.04d.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/oracle/upgrade/upgrade-0.03d-0.04d.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/assessment/sql/oracle/upgrade/upgrade-0.03d-0.04d.sql 8 Dec 2004 15:30:33 -0000 1.1 +++ openacs-4/packages/assessment/sql/oracle/upgrade/upgrade-0.03d-0.04d.sql 27 Mar 2018 17:08:50 -0000 1.2 @@ -34,6 +34,6 @@ 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) ); Index: openacs-4/packages/assessment/sql/oracle/upgrade/upgrade-0.11-0.12.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/oracle/upgrade/upgrade-0.11-0.12.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/assessment/sql/oracle/upgrade/upgrade-0.11-0.12.sql 12 Jun 2006 02:49:50 -0000 1.2 +++ openacs-4/packages/assessment/sql/oracle/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) ); Index: openacs-4/packages/assessment/sql/oracle/upgrade/upgrade-0.22d3-0.22d4.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/oracle/upgrade/upgrade-0.22d3-0.22d4.sql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/assessment/sql/oracle/upgrade/upgrade-0.22d3-0.22d4.sql 27 Oct 2014 16:40:55 -0000 1.4 +++ openacs-4/packages/assessment/sql/oracle/upgrade/upgrade-0.22d3-0.22d4.sql 27 Mar 2018 17:08:50 -0000 1.5 @@ -113,7 +113,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) -- ); 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 -N -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) ); Index: openacs-4/packages/assessment/sql/postgresql/upgrade/upgrade-0.03d-0.04d.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/sql/postgresql/upgrade/upgrade-0.03d-0.04d.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/assessment/sql/postgresql/upgrade/upgrade-0.03d-0.04d.sql 8 Dec 2004 15:30:33 -0000 1.1 +++ openacs-4/packages/assessment/sql/postgresql/upgrade/upgrade-0.03d-0.04d.sql 27 Mar 2018 17:08:50 -0000 1.2 @@ -34,6 +34,6 @@ 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) ); 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 -N -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) ); Index: openacs-4/packages/assessment/www/doc/item_types.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/item_types.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/assessment/www/doc/item_types.adp 7 Aug 2017 23:48:04 -0000 1.2 +++ openacs-4/packages/assessment/www/doc/item_types.adp 27 Mar 2018 17:08:50 -0000 1.3 @@ -224,7 +224,7 @@ (as_item_data eg) but also back in the other table (eg users). The question has the following additional fields:

Index: openacs-4/packages/assessment/www/doc/item_types.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/item_types.html,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/assessment/www/doc/item_types.html 28 Jul 2004 10:35:57 -0000 1.4 +++ openacs-4/packages/assessment/www/doc/item_types.html 27 Mar 2018 17:08:50 -0000 1.5 @@ -307,7 +307,7 @@ question has the following additional fields: