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
&lt;itp:text&gt; The text.
&lt;itp:layout-hint&gt; 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>