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.
-
-
- abs_size - An
abstraction of the real size value in
"small","medium","large". Up to the developer how this translates.
@@ -448,8 +447,6 @@
- abs_size - An abstraction of the real size value in
"small","medium","large". Up to the developer how this translates.
-
-
- acs_widget - the
type of "widget" displayed when the
Item is output in html. There are many types we should support beyond
@@ -492,8 +489,7 @@
- choice_label_orientation - how shall the label be positioned
in relation to the choice (top, left, right, buttom).
- - button_type - type of button to use
- - sort_order: Numerical, alphabetic, randomized or
+
- sort_order_type: Numerical, alphabetic, randomized or
by order of entry (sort_order field).
- item_answer_alignment - the orientation between the
@@ -518,7 +514,7 @@
- choice_label_orientation
- allow_multiple_p - Is it allow to select multiple values ?
- - sort_order: Numerical, alphabetic, randomized or
+
- sort_order_type: Numerical, alphabetic, randomized or
by order of entry (sort_order field).
- item_answer_alignment - the orientation between the
@@ -541,7 +537,7 @@
"popup menu" (select box)
- - sort_order: Numerical, alphabetic, randomized or
+
- sort_order_type: Numerical, alphabetic, randomized or
by order of entry (sort_order field).
- allow_multiple_p - Is
it allow to select multiple values ?
@@ -567,8 +563,8 @@
-
-item_answer_alignment - the orientation between the
+ class="reg">item_answer_alignment
+- the orientation between the
"question part" of the Item (the item_text/item_subtext) and the
"answer part" -- the native Item widget (eg the textbox) or the 1..n
choices. Alternatives accommodate L->R and R->L alphabets (or is
@@ -582,24 +578,24 @@
- - multiple-choice-other: Consider, for instance, a combo box
+
- multiple-choice-other (as_item_display_mco): 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. The answer will NOT be stored in the answer
-choice table. There is no item_type "multiple-choice-other"
+choice table. There is no item_type "multiple-choice-other".
- widget_choice - Type of the widget for the multiple choice
part
- - sort_order: Numerical, alphabetic,
+
- sort_order_type: Numerical, alphabetic,
randomized or
by order of entry (sort_order field).
-
- other_size: size of the other text field.
- other_label: label (instead of "other").
-
-item_answer_alignment - the orientation between the
+ class="reg">item_answer_alignment
+- the orientation between the
"question part" of the Item (the item_text/item_subtext) and the
"answer part" -- the native Item widget (eg the textbox) or the 1..n
choices. Alternatives accommodate L->R and R->L alphabets (or is