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

<itp:text>

The text.

<itp:layout-hint>

(optional) This 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>