FormValidationLogic

FormValidationLogic enumeration

Patterns that control behavior of non-standard(error) cases during a recognition process.

public enum FormValidationLogic

Values

NameValueDescription
undefined0No logic is specified - default value will be used (Ignore=1)
Ignore1Recognition engine will ignore all errors with validation logic set up by template markdown Multiple answers marked per question, despite multiselect is set to false. In this case - all marked values will be returned as is
Exception2Recognition engine will throw exception derived from OMRException. Type of exception is based on broken rule. Multiple answers marked per question, despite multiselect is set to false. Exception MultiselectException will be thrown

See Also