Index: openacs-4/packages/assessment/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/apm-callback-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/assessment/tcl/apm-callback-procs.tcl 7 Aug 2017 23:48:03 -0000 1.7 +++ openacs-4/packages/assessment/tcl/apm-callback-procs.tcl 25 Jan 2018 12:23:47 -0000 1.8 @@ -9,7 +9,7 @@ ad_proc -private inter_item_checks::apm_callback::package_install { } { - Does the integration whith the notifications package. + Does the integration with the notifications package. } { db_transaction { @@ -29,7 +29,7 @@ ad_proc -private inter_item_checks::apm_callback::package_uninstall { } { - Remove the integration whith the notification package + Remove the integration with the notification package } { db_transaction { Index: openacs-4/packages/assessment/tcl/as-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-install-procs.tcl,v diff -u -r1.44 -r1.45 --- openacs-4/packages/assessment/tcl/as-install-procs.tcl 7 Aug 2017 23:48:03 -0000 1.44 +++ openacs-4/packages/assessment/tcl/as-install-procs.tcl 25 Jan 2018 12:23:47 -0000 1.45 @@ -127,7 +127,7 @@ content::type::attribute::new -content_type {as_item_sa_answers} -attribute_name {data_type} -datatype {string} -pretty_name {Data Type} -column_spec {varchar(20)} content::type::attribute::new -content_type {as_item_sa_answers} -attribute_name {case_sensitive_p} -datatype {boolean} -pretty_name {Case Sensitive} -column_spec {char(1)} content::type::attribute::new -content_type {as_item_sa_answers} -attribute_name {percent_score} -datatype {number} -pretty_name {Percent Score} -column_spec {integer} -content::type::attribute::new -content_type {as_item_sa_answers} -attribute_name {compare_by} -datatype {string} -pretty_name {Comparasion} -column_spec {varchar(20)} +content::type::attribute::new -content_type {as_item_sa_answers} -attribute_name {compare_by} -datatype {string} -pretty_name {Comparison} -column_spec {varchar(20)} content::type::attribute::new -content_type {as_item_sa_answers} -attribute_name {regexp_text} -datatype {string} -pretty_name {Regexp} -column_spec {varchar(20)} content::type::attribute::new -content_type {as_item_sa_answers} -attribute_name {allowed_answerbox_list} -datatype {string} -pretty_name {Allowed Answerbox List} -column_spec {varchar(20)} Index: openacs-4/packages/assessment/tcl/as-session-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-session-procs.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/assessment/tcl/as-session-procs.tcl 7 Aug 2017 23:48:03 -0000 1.12 +++ openacs-4/packages/assessment/tcl/as-session-procs.tcl 25 Jan 2018 12:23:47 -0000 1.13 @@ -285,7 +285,7 @@ -session_points -assessment_points } { - Notify listeners that something interesting happend with this assessment session. + Notify listeners that something interesting happened with this assessment session. } - 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.3 -r1.4 --- openacs-4/packages/assessment/www/doc/as_items.adp 25 Jan 2018 12:18:49 -0000 1.3 +++ openacs-4/packages/assessment/www/doc/as_items.adp 25 Jan 2018 12:23:47 -0000 1.4 @@ -276,7 +276,7 @@ eg)
Depending on the presentation_types
-additonal attributes (presentation_type
+additional attributes (presentation_type
attributes) come into play (are added as attributes to the
CR item type) (mark: this is not feature complete. It really is up
to the coder to decide what attributes each widget should have,
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.11 -r1.12
--- openacs-4/packages/assessment/www/doc/as_items.html 25 Jan 2018 12:16:34 -0000 1.11
+++ openacs-4/packages/assessment/www/doc/as_items.html 25 Jan 2018 12:23:47 -0000 1.12
@@ -393,7 +393,7 @@
textarea dimensions ("rows=10 cols=50" eg)
-Depending on the presentation_types additonal
+Depending on the presentation_types additional
attributes (presentation_type attributes)
come into play (are added as attributes to the CR item type) (mark:
this is not feature complete. It really is up to the coder to decide
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.3 -r1.4
--- openacs-4/packages/assessment/www/doc/display_types.adp 25 Jan 2018 12:18:49 -0000 1.3
+++ openacs-4/packages/assessment/www/doc/display_types.adp 25 Jan 2018 12:23:47 -0000 1.4
@@ -4,7 +4,7 @@
Overview
Displaying items to users has a couple of
-challanges. First of all the display of a single item can be
+challenges. First of all the display of a single item can be
different for each item_type (and even within a type). Second of
all, the display of items within a section can be different from
assessment to assessment. Last but not least, the whole assessment
@@ -58,7 +58,7 @@
specific date set by the author; see
this example)
Depending on the presentation_types additonal
+ Depending on the presentation_types additional
attributes (presentation_type attributes) come into play
(are added as attributes to the CR item type) (mark: this is not
feature complete. It really is up to the coder to decide what
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.6 -r1.7
--- openacs-4/packages/assessment/www/doc/display_types.html 25 Jan 2018 12:16:34 -0000 1.6
+++ openacs-4/packages/assessment/www/doc/display_types.html 25 Jan 2018 12:23:47 -0000 1.7
@@ -8,7 +8,7 @@
-Depending on the presentation_types additonal
+Depending on the presentation_types additional
attributes (presentation_type attributes)
come into play (are added as attributes to the CR item type) (mark:
this is not feature complete. It really is up to the coder to decide
Index: openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch02s01.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch02s01.adp,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch02s01.adp 7 Aug 2017 23:48:04 -0000 1.2
+++ openacs-4/packages/assessment/www/doc/asm_trigger_doc/ch02s01.adp 25 Jan 2018 12:23:47 -0000 1.3
@@ -17,7 +17,7 @@
an assessment. The admin permission is inherit to the user that
creates an assessment and also can be granted by the assessment
administrator. This permissions can be managed folloging the
-Permission link that appears in the list of assessments. Both links will lead the user to a page where the necesary
+Permission link that appears in the list of assessments. Both links will lead the user to a page where the necessary
permissions can be set. Also the user can search for another user to manage his
permissions: After clicking OK, the user will appear in the list an the
permissions can be set properly. To create an assessment is necessary to have create permissions over the assessment instance. This permission can be inherit or can be granted by a site wide administrator. This permissions can be managed by the site wide administrator following the Permissions link in the assessment admin page. To create triggers is necessary to have admin permissions over an assessment. The admin permission is inherit to the user that creates an assessment and also can be granted by the assessment administrator. This permissions can be managed folloging the Permission link that appears in the list of assessments. Both links will lead the user to a page where the necesary permissions can be set. Also the user can search for another user to manage his permissions: After clicking OK, the user will appear in the list an the permissions can be set properly. To create an assessment is necessary to have create permissions over the assessment instance. This permission can be inherit or can be granted by a site wide administrator. This permissions can be managed by the site wide administrator following the Permissions link in the assessment admin page. To create triggers is necessary to have admin permissions over an assessment. The admin permission is inherit to the user that creates an assessment and also can be granted by the assessment administrator. This permissions can be managed folloging the Permission link that appears in the list of assessments. Both links will lead the user to a page where the necessary permissions can be set. Also the user can search for another user to manage his permissions: After clicking OK, the user will appear in the list an the permissions can be set properly.Overview
-Displaying items to users has a couple of challanges. First of all the
+Displaying items to users has a couple of challenges. First of all the
display of a single item can be different for each item_type (and even
within a type). Second of all, the display of items within a section
can be different from assessment to assessment. Last but not least, the
@@ -65,7 +65,7 @@
this example)