/
#ELEMENT:STATIC_ITEM

#ELEMENT:STATIC_ITEM

Used to create ITEMS that show a static text (not modifiable values) in FORMS

TITLE

ITEM_CODE

QUESTION TYPE

COMMENTS

TITLE

ITEM_CODE

QUESTION TYPE

COMMENTS

Question type

ID_TIPO_PREGUNTA

VERTICAL_RADIO

List of all the possible ITEM types

Item code

ITEM CODE

TEXT

 

Title of Question

TITLE

TEXT AREA

This is the text to be shown when the FORM is not being edited

Section title?

SECTION_START

BOOLEAN

Used in STATIC TEXT ITEMS. Indicates that an ITEM should be treated as the beginning of a new section and the STATIC TEXT represents the "Section title". Used only for UI presentation

Title format

LITERAL_FORMAT

JSON

Format attributes for the TITLE. 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

Tabulation

TABULACION

NUMERICAL

 

Condition

CONDICION

TEXT

 

Visibility condition

VISIBILITY_CONDITION

TEXT AREA

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

 

Display time (number of seconds or formula)

DISPLAY_TIME

TEXT AREA

Time in seconds to present the ITEM in the UI of the client Application. After that time, the client Application should navigate automatically to the next ITEM of a FORM

Images

ARRAY OF 3 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

 



Related content