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.2 -r1.3 --- openacs-4/packages/assessment/www/doc/as_items.html 21 Jul 2004 09:20:38 -0000 1.2 +++ openacs-4/packages/assessment/www/doc/as_items.html 21 Jul 2004 16:02:49 -0000 1.3 @@ -113,11 +113,8 @@
  • content_type -- a derived type: something in the CR (instead of a blob type since we use the CR for such things now)
  • - This value was previously stored with each -as_as_item_type. For retrieval purposes it makes more sense thought to -store it with the as_item itself, as this prevents us to follow each -relationship to the as_as_item_type objects if we want to retrieve the -answer. +
    +
  • max_time_to_complete - optional max number of seconds to perform as_item
  • adp_chunk - a denormalization to cache the generated @@ -177,6 +174,8 @@
  • Open Question (as_item_type_oq):
  • Short Answer (as_item_type_sa):
  • + + + + -
  • multiple-choice-other: Consider, for instance, a combo box +
  • image map (as_item_display_im) - Title with picture
  • + +
  • multiple-choice-other: Consider, for instance, a combo box that consists of a radiobutton plus a textbox -- used for instance when you need a check "other" and then fill in what that "other" datum is. In effect this is a single Item but it has two different forms: a -radiobutton and a textbox. +radiobutton and a textbox. The answer will NOT be stored in the answer +choice table. There is no item_type "multiple-choice-other" +
  • pop-up_date - a widget with month-day-year select elements that resets the day element based on year and month (ie include Feb 29 -during leap years -- via Javascript) and tests for valid dates
  • +during leap years -- via Javascript) and tests for valid dates +
  • typed_date - similar to pop-up_date but month-day-year elements are textboxes for all-keyboard entry; needs no resetting -scripts but does need date validity check
  • -
  • image_map - requires a linked image; the image map coordinates -are handled as Item Choices
  • +scripts but does need date validity check +
  • file_upload - present a File box (browse button, file_name textbox, and submit button together) so user can upload a file
  • @@ -418,8 +656,6 @@