Index: openacs-4/packages/assessment/lib/assessment.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/lib/assessment.tcl,v
diff -u -r1.33.2.1 -r1.33.2.2
--- openacs-4/packages/assessment/lib/assessment.tcl 12 Apr 2019 21:26:56 -0000 1.33.2.1
+++ openacs-4/packages/assessment/lib/assessment.tcl 17 Aug 2019 09:29:28 -0000 1.33.2.2
@@ -534,7 +534,7 @@
set after_submit "{
\# NOTE the code just incrementes section order so when the section order
- \# is greate than the number of items in the list of sections
+ \# is greater than the number of items in the list of sections
\# we know we are done and should finish the assessment
if { \$new_section_order ne \"\" && \$new_section_order <= \[llength \$section_list\]} {
# go to next section
Index: openacs-4/packages/assessment/www/doc/as_items.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/as_items.adp,v
diff -u -r1.9 -r1.9.2.1
--- openacs-4/packages/assessment/www/doc/as_items.adp 4 Aug 2018 09:34:07 -0000 1.9
+++ openacs-4/packages/assessment/www/doc/as_items.adp 17 Aug 2019 09:29:28 -0000 1.9.2.1
@@ -57,7 +57,7 @@
as_item-related subsystems, including the as_item Display subsystem
described here.
-
+
Core Function: as_items
-
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 -r1.16.2.1
--- openacs-4/packages/assessment/www/doc/as_items.html 4 Aug 2018 09:34:07 -0000 1.16
+++ openacs-4/packages/assessment/www/doc/as_items.html 17 Aug 2019 09:29:28 -0000 1.16.2.1
@@ -69,7 +69,7 @@
style="font-family: monospace;" href="display_types.html">here.
-
Index: openacs-4/packages/assessment/www/doc/data-modell.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/Attic/data-modell.adp,v
diff -u -r1.3 -r1.3.2.1
--- openacs-4/packages/assessment/www/doc/data-modell.adp 5 Apr 2018 14:44:08 -0000 1.3
+++ openacs-4/packages/assessment/www/doc/data-modell.adp 17 Aug 2019 09:29:28 -0000 1.3.2.1
@@ -1,6 +1,6 @@
-{/doc/assessment {Assessment}} {Assessment Data Modell Overview}
-Assessment Data Modell Overview
+{/doc/assessment {Assessment}} {Assessment Data Model Overview}
+Assessment Data Model Overview
Overview
At its core, the Assessment package defines a hierarchical
@@ -84,5 +84,5 @@
system
-
+
Index: openacs-4/packages/assessment/www/doc/data-modell.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/Attic/data-modell.html,v
diff -u -r1.2 -r1.2.2.1
--- openacs-4/packages/assessment/www/doc/data-modell.html 5 Apr 2018 14:44:08 -0000 1.2
+++ openacs-4/packages/assessment/www/doc/data-modell.html 17 Aug 2019 09:29:28 -0000 1.2.2.1
@@ -3,7 +3,7 @@
- Assessment Data Modell Overview
+ Assessment Data Model Overview
Overview
@@ -104,7 +104,7 @@
-
Index: openacs-4/packages/assessment/www/doc/data_collection.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/data_collection.adp,v
diff -u -r1.5.2.1 -r1.5.2.2
--- openacs-4/packages/assessment/www/doc/data_collection.adp 11 Mar 2019 08:43:27 -0000 1.5.2.1
+++ openacs-4/packages/assessment/www/doc/data_collection.adp 17 Aug 2019 09:29:28 -0000 1.5.2.2
@@ -5,7 +5,7 @@
Overview
The schema for the entities that actually collect, store and
retrieve Assessment data parallels the hierarchical structure of
-the Metadata Data Model. In the
+the Metadata Data Model. In the
antecedent "complex survey" and "questionnaire"
systems, this schema was simple two-level structure:
Index: openacs-4/packages/assessment/www/doc/data_collection.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/data_collection.html,v
diff -u -r1.9.2.1 -r1.9.2.2
--- openacs-4/packages/assessment/www/doc/data_collection.html 15 Apr 2019 13:35:58 -0000 1.9.2.1
+++ openacs-4/packages/assessment/www/doc/data_collection.html 17 Aug 2019 09:29:28 -0000 1.9.2.2
@@ -10,7 +10,7 @@
The schema for the entities that actually collect, store and retrieve
Assessment data parallels the hierarchical structure of the Metadata Data Model. In the antecedent
+ href="data-model.html">Metadata Data Model. In the antecedent
"complex survey" and "questionnaire" systems, this schema was simple
two-level structure:
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 -r1.7.2.1
--- openacs-4/packages/assessment/www/doc/display_types.adp 4 Aug 2018 09:34:07 -0000 1.7
+++ openacs-4/packages/assessment/www/doc/display_types.adp 17 Aug 2019 09:29:28 -0000 1.7.2.1
@@ -144,7 +144,7 @@
- Name: text. Name of the section like "test view
sorted"
- Number of questions per page: integer. THIS HAS TO BE CHANGED
-IN THE DATAMODELL FROM PAGINATION_STYLE. How many questions shall
+IN THE DATA MODEL FROM PAGINATION_STYLE. How many questions shall
be displayed per page in this section. Usually the answer would be
"" for all questions on one page (default), or
"1" for one question per page (a.k.a. one question at a
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 -r1.9.2.1
--- openacs-4/packages/assessment/www/doc/display_types.html 4 Aug 2018 09:34:07 -0000 1.9
+++ openacs-4/packages/assessment/www/doc/display_types.html 17 Aug 2019 09:29:28 -0000 1.9.2.1
@@ -176,7 +176,7 @@
- Name: text. Name of the section like "test view sorted"
- Number of questions per page: integer. THIS HAS TO BE CHANGED IN
-THE DATAMODELL FROM PAGINATION_STYLE. How many questions shall be
+THE DATA MODEL FROM PAGINATION_STYLE. How many questions shall be
displayed per page in this section. Usually the answer would be "" for
all questions on one page (default), or "1" for one question per page
(a.k.a. one question at a time), but any number is imagineable.
Index: openacs-4/packages/assessment/www/doc/grouping.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/grouping.adp,v
diff -u -r1.8 -r1.8.2.1
--- openacs-4/packages/assessment/www/doc/grouping.adp 4 Aug 2018 09:34:07 -0000 1.8
+++ openacs-4/packages/assessment/www/doc/grouping.adp 17 Aug 2019 09:29:28 -0000 1.8.2.1
@@ -6,7 +6,7 @@
package that organizes Items into Sections and whole
Assessments:
-
+
Review of Specific Entities
- Assessments (as_assessments) are the highest-level container in
@@ -34,7 +34,7 @@
surveys), or if it provides an "assessment service" to
another OpenACS app, or a "web service" via SOAP etc
- editable_p - whether the response to the assessment is editable
once an item has been responded to by the user.
- anonymous_p - This
-shows whether the creator of the accessment will have the
+shows whether the creator of the assessment will have the
possibility to see the personal details of the respondee or not. In
particular this will exclude the user_id from the CSV files. It
shall still be possible to see the user that have not finished the
@@ -89,7 +89,7 @@
- custom_footer
- form_template - Style (form_template) that will be used for
this assessment. You can either select an existing one or upload a
-new style as well as edit the currently chosen one (no datamodell
+new style as well as edit the currently chosen one (no data model
but UI thought).
-
progress_bar: What kind
Index: openacs-4/packages/assessment/www/doc/grouping.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/grouping.html,v
diff -u -r1.7 -r1.7.2.1
--- openacs-4/packages/assessment/www/doc/grouping.html 4 Aug 2018 09:34:07 -0000 1.7
+++ openacs-4/packages/assessment/www/doc/grouping.html 17 Aug 2019 09:29:28 -0000 1.7.2.1
@@ -11,7 +11,7 @@
that organizes Items into Sections and whole Assessments:
-
@@ -55,7 +55,7 @@
- editable_p - whether the response to the assessment is
editable once an item has been responded to by the user.
- anonymous_p - This
-shows whether the creator of the accessment will have
+shows whether the creator of the assessment will have
the possibility to see the personal details of the respondee or not. In
particular this will exclude the user_id from the CSV files. It shall
still be possible to see the user that have not finished the survey
@@ -128,7 +128,7 @@
- form_template - Style (form_template) that will be
used for this assessment. You can either select an existing one or
upload a new style as well as edit the currently chosen one (no
-datamodell but UI thought).
+data model but UI thought).
- progress_bar: What
kind of progress bar shall be
Index: openacs-4/packages/assessment/www/doc/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/index.adp,v
diff -u -r1.5 -r1.5.2.1
--- openacs-4/packages/assessment/www/doc/index.adp 4 Aug 2018 09:34:07 -0000 1.5
+++ openacs-4/packages/assessment/www/doc/index.adp 17 Aug 2019 09:29:28 -0000 1.5.2.1
@@ -131,7 +131,7 @@
The API will be defined during the development phase.
Data model
-The data model is described in detail in the design descriptions
+The data model is described in detail in the design descriptions
.
Index: openacs-4/packages/assessment/www/doc/index.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/index.html,v
diff -u -r1.9 -r1.9.2.1
--- openacs-4/packages/assessment/www/doc/index.html 4 Aug 2018 09:34:07 -0000 1.9
+++ openacs-4/packages/assessment/www/doc/index.html 17 Aug 2019 09:29:28 -0000 1.9.2.1
@@ -182,7 +182,7 @@
The API will be defined during the development phase.
Data model
The data model is described in detail in the design descriptions.
+ href="data-model.html">design descriptions.
The UI for Assessment divides into a number of primary functional
areas, with the entry page located here.
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 -r1.4 -r1.4.2.1
--- openacs-4/packages/assessment/www/doc/item_types.adp 4 Aug 2018 09:34:07 -0000 1.4
+++ openacs-4/packages/assessment/www/doc/item_types.adp 17 Aug 2019 09:29:28 -0000 1.4.2.1
@@ -126,7 +126,7 @@
- Allow Multiple: boolean (yes/no). This will determine if the
respondee has the option to choose multiple possible answers for
-his response. In the datamodell this information is stored with the
+his response. In the data model this information is stored with the
as_item_display_* object (e.g. along with the checkbox /
select).
- Increasing: boolean (all or nothing / increasing). All or
nothing will either give 100%, if all correct answers are given, or
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 -r1.6 -r1.6.2.1
--- openacs-4/packages/assessment/www/doc/item_types.html 4 Aug 2018 09:34:07 -0000 1.6
+++ openacs-4/packages/assessment/www/doc/item_types.html 17 Aug 2019 09:29:28 -0000 1.6.2.1
@@ -166,7 +166,7 @@
- Allow Multiple: boolean (yes/no). This will determine if
the
respondee has the option to choose multiple possible answers for his
-response. In the datamodell this information is stored with the
+response. In the data model this information is stored with the
as_item_display_* object (e.g. along with the checkbox / select).
- Increasing: boolean (all or nothing /
increasing).
Index: openacs-4/packages/assessment/www/doc/page_flow.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/page_flow.adp,v
diff -u -r1.2 -r1.2.2.1
--- openacs-4/packages/assessment/www/doc/page_flow.adp 7 Aug 2017 23:48:04 -0000 1.2
+++ openacs-4/packages/assessment/www/doc/page_flow.adp 17 Aug 2019 09:29:28 -0000 1.2.2.1
@@ -79,5 +79,5 @@
interrelate:
-
+
Index: openacs-4/packages/assessment/www/doc/page_flow.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/page_flow.html,v
diff -u -r1.2 -r1.2.16.1
--- openacs-4/packages/assessment/www/doc/page_flow.html 29 Jul 2004 09:35:11 -0000 1.2
+++ openacs-4/packages/assessment/www/doc/page_flow.html 17 Aug 2019 09:29:28 -0000 1.2.16.1
@@ -94,7 +94,7 @@
interrelate:
-