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.1 -r1.2 --- openacs-4/packages/assessment/www/doc/display_types.html 13 Jun 2004 23:20:44 -0000 1.1 +++ openacs-4/packages/assessment/www/doc/display_types.html 21 Jul 2004 09:20:38 -0000 1.2 @@ -33,32 +33,37 @@

Each item_display_type has a couple of attributes in common.

Depending on the presentation_types additonal @@ -74,15 +79,13 @@

  • textbox - single-line typed entry
  • text area - multiple-line typed entry
  • radiobutton - single-choice multiple-option @@ -97,61 +100,57 @@ relative to the Item label by the item_alignment option (discussed below).
      -
    1. horizontal - all Choices are in one line -
    2. -
    3. vertical - all Choices are in one column -
    4. +
    5. horizontal - all Choices are in one line
    6. +
    7. vertical - all Choices are in one column
    8. matrix_col-row - Choices are laid out in matrix, filling -first col then row -
    9. +first col then row
    10. matrix_row-col -Choices are laid out in matrix, filling -first row then col -
    11. +first row then col
  • -
  • Button type - type of button to use -
  • +
  • Button type - type of button to use
  • +
  • sort_order: Numerical, alphabetic, randomized or +by order of entry.
  • checkbox - multiple-choice multiple-option
  • -
  • select - single-choice multiple-option displayed in "popup menu" -
  • +
  • select - multiple-option displayed in "popup menu"
  • +
  • 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.
  • 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 -
  • +scripts but does need date validity check
  • image_map - requires a linked image; the image map coordinates -are handled as Item Choices -
  • +are handled as Item Choices
  • file_upload - present a File box (browse button, file_name -textbox, and submit button together) so user can upload a file -
  • -
  • many more -
  • +textbox, and submit button together) so user can upload a file +
  • many more
  • In addition, there are some potential presentation_types that actually @@ -164,25 +163,20 @@ worse"). Is this one Item with multiple Item Choices? Actually, not, since each alternative has a value that must be separately stored (the tester would want to know that the testee ranked GWB last, for -instance). - -

  • ... -
  • +instance). +
  • ...
  • Section display

    A section can be seen as a form with all the items within this section making up the form. Depending on the type of assessment we are talking about, the section can be displayed in various ways (examples): Additionally each section has certain parameters that determine the look and feel of the section itself. Luckily it is not