itp:question element (fixed text)
<itp:question>
<itp:text/>
( <itp:layout-hint/> )?
</itp:question>
Description
This special version of the <itp:question> element is used to present fixed text on the form.
Attributes
None.
Content
Element | Description |
---|---|
<itp:text> | The text. |
<itp:layout-hint> | This optional element specifies a layout hint for the question. It is only generated if the question has an LAYOUT element. |
Example
<itp:question>
<itp:text>This is fixed text</itp:text>
</itp:question>