GroupInfo

parameter

description

id

Sequence number that uniquely identifies this group within the form.

title

The heading for the group.

level

Nesting level of the group.

expandable

Indicates whether or not this group can be expanded. If the value is true an interactive client should render this group as an collapsible/expandable element.

expanded

Indicates the original state of the group. If the value is true an interactive client should render this group expanded.

togglesource

Indicates the question that controls whether or not this group should be toggled visible/hidden.

togglevalue

Indicates the value on which the group is shown or hidden.

togglecondition

Indicates the condition on which the group is shown or hidden.

Possible conditions are:

’=’ Show the group only if the current value of the toggle-source question matches the togglevalue.

’<>’ Show the group only if the current value of the toggle-source question does not match the togglevalue.

’<’ Show the group only if the current value of the toggle-source question is smaller than the togglevalue (numeric questions only).

’>’ Show the group only if the current value of the toggle-source question is larger than the togglevalue (numeric questions only).

’<=’ Show the group only if the current value of the toggle-source question is smaller than or equal to the togglevalue (numeric questions only).

’>=’ Show the group only if the current value of the toggle-source question is larger than or equal to the togglevalue (numeric questions only).

’CONTAINS’ Show the group only if the current value of the toggle-source question contains the togglevalue (select questions only).

’!CONTAINS’ Show the group only if the current value of the toggle-source question does not contain the togglevalue (select questions only).

’IN’ Show the group only if the current value of the toggle-source question equals one of the options in the togglevalue.

’!IN’ Show the group only if the current value of the toggle-source question equals none of the options in the togglevalue.

parentgroup

Identifier of the parent group.