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.3 -r1.4 --- openacs-4/packages/assessment/www/doc/as_items.html 21 Jul 2004 16:02:49 -0000 1.3 +++ openacs-4/packages/assessment/www/doc/as_items.html 28 Jul 2004 10:35:57 -0000 1.4 @@ -13,7 +13,7 @@ assessment system. These repositories support reuse of Assessment components by storing of the various as_items (or questions if you like) and groups -of as_items (ie Sections) that can be used in an assessment. You are +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 @@ -119,9 +119,9 @@ perform as_item
  • adp_chunk - a denormalization to cache the generated "widget" -for the as_item (NB: when any change is made to an as_as_item_choice +for the as_item (NB: when any change is made to an as_item_choice related -to an as_as_item, this will have to be updated!)
  • +to an as_item, this will have to be updated!)

    Permissions / Scope: as_items need a clearly defined scope, in @@ -212,7 +212,7 @@ response

  • data_type - Integer vs. real number vs. text
  • case_sensitive_p - Shall the match be case sensitive
  • -
  • score - Percentage a correct match gives
    +
  • percent_score - Percentage a correct match gives
  • compare_by - How is the comparison done (equal, contains, regexp)
  • @@ -300,7 +300,8 @@
  • sort_order - In which order shall this choice appear with regards to the MC item. Note, this can be overriden by the display type.
  • -
  • score - Score given to the user if this choice is selected +
  • percent_score - Score given to the user if this choice is +selected (in percent).
  • @@ -356,9 +357,9 @@ specified by the author
  • selected_p - Is this choice selected by default (when the item is presented to the user)
  • -
  • correct_answe_p
    +
  • correct_answer_p
  • -
  • score
  • +
  • percent_score
  • area_type - Type of the area that uses the coordinates_string
  • coordinates_string - @@ -377,7 +378,7 @@ the widget. Each widget has at least one item_display_type associated with it. In the long run I think this system has the potential to become a part of OpenACS itself (storing additional display information -for each acs_object), but we are not there yet :). Obviouslly we are +for each acs_object), but we are not there yet :). Obviously we are talking cr_item_types here as well.

    Each item_display_type has a couple of attributes in common.

    @@ -424,8 +425,6 @@
  • short_answer (as_item_display_sa) - Multiple textboxes in one item.
  • Index: openacs-4/packages/assessment/www/doc/images/assessment-datafocus.jpg =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/images/assessment-datafocus.jpg,v diff -u -r1.1 -r1.2 Binary files differ Index: openacs-4/packages/assessment/www/doc/images/assessment-itemfocus.jpg =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/images/assessment-itemfocus.jpg,v diff -u -r1.3 -r1.4 Binary files differ