#ELEMENT:EVALUATION
#ELEMENT:EVALUATION
Used to create "textual questions" in FORMS
TITLE | DATA_CODE | QUESTION TYPE | COMMENTS | |
---|---|---|---|---|
Title of Question | TITLE | TEXT AREA | This is the text to be shown when the FORM is not being edited | |
Question type | ID_TIPO_PREGUNTA | VERTICAL_RADIO | ||
Section title? | SECTION_START | BOOLEAN | Indicates that an ITEM should be treated as the beginning of a new section and the value of the ITEM represents the "Section title". Used only for UI presentation | |
Formula | FORMULA | TEXT | ||
Default value | VALOR_POR_DEFECTO | TEXT | ||
Tabulation | TABULACION | NUMERICAL | ||
Condition | CONDICION | TEXT | ||
Visibility condition | VISIBILITY_CONDITION | TEXT | Condition to determine whether this ITEM can be viewed by the active USER or not. In run-time, if this condition evaluates to 'false' then the ITEM will not be returned by API functions like form_get_summary() (but it is still considered to exist in the FORM) | |
Hidden | HIDDEN | VERTICAL_RADIO | ||
Title format | LITERAL_FORMAT | JSON | Format attributes for the TITLE. For information about the contents of the JSON see ITEM TEMPLATE OBJECT#LITERAL_FORMAT | |
Answer format | VALUE_FORMAT | JSON | Format attributes for the value. For information about the contents of the JSON see ITEM TEMPLATE OBJECT#LITERAL_FORMAT | |
Arrangement | ARRANGEMENT | JSON | Attributes to define the arrangement of the question & answer in the screen. For information about the contents of the JSON see ITEM TEMPLATE OBJECT#ARRANGEMENT | |
Images | ||||
ARRAY OF 2 QUESTION | Image | ITEM_IMAGE | JSON | Contains a reference to a LIBRARY RESOURCE OBJECT. Used to associate a picture to this ITEM. To get further information about the format of the JSON string see LIBRARY RESOURCE INFO (JSON) |
Formula | ITEM_IMAGE_FORMULA | TEXT | Allows to define a FORMULA that will be used to calculate the reference of the IMAGE associated to this ITEM. If the evaluation of the FORMULA returns NULL or an invalid image reference, then the default image uploaded in the property ITEM_IMAGE will be used. Introduced in API Version 2.7.20 | |
Order of image | ITEM_IMAGE_ORDER | NUMERICAL |
, multiple selections available,