Completion Rule

Description

The completion rule in JSON.
{
  "required":true|false,
  "textLength":n,
  "link":true|false
}
If required is false, don't count toward completion counts.
Text length gives minimum text length. 0 means "any amount of text".
Link gives whether or not a link is required.

Specifying 0 and false means that a member must be present, but does not have to be populated (remember that if text, scale and link are not populated, you don't get a member).
{
  "required":true,
  "textLength":0,
  "link":false
}
means they have to answer something.

This is populated by Derive Completion Rule.

Use Value

True

Use Scale

False

Minimum Cardinality

not entered

Maximum Cardinality

1

Tag List