HTMLOptions custom property
The HTMLOptions custom property sets the options for the rendered HTML. When the property is specified, it overrides the HTML option settings in the web tier or client application.
You can use the following values.
To use two or more values, specify them in a comma‑separated list.
To use no options, specify an empty string "".
ApplySubTemplatesInGrids
Enables and disables the effects of sub-templates in grid and loop questions.
ApplySubTemplatesInNestedBlocks
Question sub-templates are applied to questions in nested blocks.
CaptureResponseOrder
Tells the Player to capture the order in which responses are selected in multiple response questions.
For the HTML and CATI players:
The response order is added to the output HTML as an HTML data attribute on the question, for example:
data-response-order="_3,_1,_2"
The CATI player automatically displays and captures the order of selection based on the data-response-order attribute.
For the HTML player:
The layout template must capture the order of selection. If you use a template that was created by the New Template Wizard, set the uxui_capture_response_order custom property to True.
This order is saved to the case data; it can be read back by using the data model. The order is also displayed if the response is set or a previous response is displayed.
NoExpiryMetaTags
Exclude the following meta tags from the rendered HTML:
<meta http-equiv="Expires" content="-1"/>
<meta http-equiv="Pragma" content="no-cache"/>
NoAutoJump
Suppress the automatic jump to the next question when a single-choice answer is selected (the user must select an answer, and then press Enter).
RenderQuestionBannerAfterLabel
Render banners associated with the question after the question label when using the CATI Player. This might be useful for placing interviewer instructions.
The default is to render before.
UseGlobalTemplate
Search for templates from the global location before checking the project location.
UsePredefinedKeyCodes
Use predefined key codes for CATI Player questions.
UseTablesLayout
Use table layout for single row and column category lists. This setting reverts HTML rendering to use tables as in releases earlier than UNICOM Intelligence 6.0. <span> tags are currently are used to render categorical lists.
WebTVSupport
Make the rendered HTML compatible with WebTV browsers.
See also