Multiselect

GlobalPageSettings.Multiselect field

Sets default behavior for all elements that supports multiple selection of answers Can be overridden by a specific element property, usually “multiselect” By default is set to true true - allow more than one answer per questionfalse - forbid more than one answer per question. Exact behavior specified in Recognize

public bool Multiselect;

See Also