Index: openacs-4/packages/acs-admin/www/install/install-2.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/install/install-2.tcl,v
diff -u -r1.6.2.1 -r1.6.2.2
--- openacs-4/packages/acs-admin/www/install/install-2.tcl 13 Mar 2019 08:49:17 -0000 1.6.2.1
+++ openacs-4/packages/acs-admin/www/install/install-2.tcl 5 Oct 2019 13:43:47 -0000 1.6.2.2
@@ -45,7 +45,7 @@
set page_title "Missing Required Packages"
}
default {
- error "Bad status returned from apm_depdendency_check_new: '$result(status)'"
+ error "Bad status returned from apm_dependency_check_new: '$result(status)'"
}
}
Index: openacs-4/packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml,v
diff -u -r1.9.2.1 -r1.9.2.2
--- openacs-4/packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml 14 Aug 2019 07:36:04 -0000 1.9.2.1
+++ openacs-4/packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml 5 Oct 2019 13:43:47 -0000 1.9.2.2
@@ -56,7 +56,7 @@
complete system in 4-5 hours.
In this description here we will only
@@ -36,7 +36,7 @@
as_item_display instance.
Categorization and internationalization -will make it into OpenACS 5.2, therefore we are not dealing with it +will make it into OpenACS 5.2, therefore, we are not dealing with it in Assessment separately but use the (to be) built in functionality of OpenACS 5.2
Additionally we have support functionality @@ -192,7 +192,7 @@ as_item_type! This way we can reuse multiple choice answers easier. It is debatable if we should allow n:m relationships between choices and as_item_types (thereby allowing the same choice -been reused). In my opinion this is not necessary, therefore we +been reused). In my opinion this is not necessary, therefore, we relate this using the parent_id (which will be treated as a relationship in cr_child_rels by the content repository internally). Following the Lars Skinny Table approach of conflating Index: openacs-4/packages/assessment/www/doc/as_items.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/as_items.html,v diff -u -r1.16.2.1 -r1.16.2.2 --- openacs-4/packages/assessment/www/doc/as_items.html 17 Aug 2019 09:29:28 -0000 1.16.2.1 +++ openacs-4/packages/assessment/www/doc/as_items.html 5 Oct 2019 13:43:47 -0000 1.16.2.2 @@ -16,7 +16,7 @@ of as_items (e.g. Sections) that can be used in an assessment. You are able to add/edit/delete an as_item of a certain type to a certain scope. -Furthermore it allows you to search and browse for questions for +Furthermore, it allows you to search and browse for questions for inclusion in your assessment as well as import and export multiple questions using various formats.
@@ -45,7 +45,7 @@ and one as_item_display instance.Categorization and internationalization will make it into -OpenACS 5.2, therefore we are not dealing with it in Assessment +OpenACS 5.2, therefore, we are not dealing with it in Assessment separately but use the (to be) built in functionality of OpenACS 5.2
Additionally we have support functionality for an as_item. This @@ -268,7 +268,7 @@ is debatable if we should allow n:m relationships between choices and as_item_types (thereby allowing the same choice been reused). In my -opinion this is not necessary, therefore we relate this using the +opinion this is not necessary, therefore, we relate this using the parent_id (which will be treated as a relationship in cr_child_rels by the content repository internally). Following the Lars Skinny Table approach of conflating all the Index: openacs-4/packages/assessment/www/doc/data-model.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/data-model.adp,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/assessment/www/doc/data-model.adp 17 Aug 2019 09:35:17 -0000 1.1.2.1 +++ openacs-4/packages/assessment/www/doc/data-model.adp 5 Oct 2019 13:43:47 -0000 1.1.2.2 @@ -41,7 +41,7 @@ build OpenACS systems. Note that one implication of this is that we can't use a couple column names in our derived tables because of naming clashes with columns in cr_items and cr_revisions: title -and description. Furthermore we can handle versioning and internationalization through +and description. Furthermore, we can handle versioning and internationalization through the CR.
Here's a detailed summary view of the entities in the Index: openacs-4/packages/assessment/www/doc/data-model.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/data-model.html,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/assessment/www/doc/data-model.html 17 Aug 2019 09:35:17 -0000 1.1.2.1 +++ openacs-4/packages/assessment/www/doc/data-model.html 5 Oct 2019 13:43:47 -0000 1.1.2.2 @@ -54,7 +54,7 @@ has become "the Right Way" to build OpenACS systems. Note that one implication of this is that we can't use a couple column names in our derived tables because of naming clashes with columns in cr_items and -cr_revisions: title and description. Furthermore we can handle versioning and internationalization through the CR.
Index: openacs-4/packages/assessment/www/doc/display_types.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/display_types.adp,v diff -u -r1.7.2.1 -r1.7.2.2 --- openacs-4/packages/assessment/www/doc/display_types.adp 17 Aug 2019 09:29:28 -0000 1.7.2.1 +++ openacs-4/packages/assessment/www/doc/display_types.adp 5 Oct 2019 13:43:47 -0000 1.7.2.2 @@ -175,5 +175,5 @@ Additionally each section has certain parameters that determine the look and feel of the section itself. Luckily it is not necessary to -have differing attributes for the sections, therefore all these +have differing attributes for the sections, therefore, all these display attributes can be found with the section and assessment specification Index: openacs-4/packages/assessment/www/doc/display_types.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/display_types.html,v diff -u -r1.9.2.1 -r1.9.2.2 --- openacs-4/packages/assessment/www/doc/display_types.html 17 Aug 2019 09:29:28 -0000 1.9.2.1 +++ openacs-4/packages/assessment/www/doc/display_types.html 5 Oct 2019 13:43:47 -0000 1.9.2.2 @@ -207,7 +207,7 @@ Additionally each section has certain parameters that determine the look and feel of the section itself. Luckily it is not -necessary to have differing attributes for the sections, therefore all +necessary to have differing attributes for the sections, therefore, all these display attributes can be found with the section and assessment specification