Add a QUESTION to a FORM

You can add QUESTIONs within the FORM statement. A combination of up to 65,000 questions and Text Blocks are allowed in each FORM.

QUESTION "Question text"
ANSWER variable

The QUESTION text is of type TEXT. This text may contain HTML instructions that are passed to KCM ComposerUI Server. This allows parts of the question text to appear in bold or to insert a linefeed. A slash is the escape character. Therefore, an HTML closing tag may look as follows: <//b>. Using incorrect HTML tags may result in damaged layout.

The answer filled out by the user can be stored in a variable, an ARRAY, or an element of an ARRAY depending on the type of question. This variable or an ARRAY has to be declared in the Master Template before it is used in a FORM.