#ELEMENT:MULTIMEDIA
Used to create ITEMS of type MULTIMEDIA (audio or video resources)
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 | |
Title of Question on edit | TITLE_ON_EDIT | TEXT AREA | This is the text to be shown when the FORM is being edited (the user is answering the question) | |
Title format | LITERAL_FORMAT | JSON | Format attributes for the TITLE. For information about the contents of the JSON see ITEM TEMPLATE OBJECT#LITERAL_FORMAT | |
Multimedia type | MULTIMEDIA_TYPE | VERTICAL_RADIO | To select between 'Audio' and 'Video' | |
Required? | OBLIGATORIO_SN | BOOLEAN | ||
Monitoring Report? | INFORME_SEGUIMIENTO_SN | BOOLEAN | ||
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) | |
Number of associated questions | NUM_ASOCIADAS | NUMERICAL | ||
Datacode | DATA_CODE | TEXT | ||
Hidden | HIDDEN | VERTICAL_RADIO | ||
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_FORMAT | |
Multimedia file | ITEM_MULTIMEDIA | JSON | Contains a reference to a LIBRARY RESOURCE OBJECT. This is a reference to the video or audio file To get further information about the format of the JSON string see LIBRARY RESOURCE INFO (JSON) | |
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 |