Macro Syntax Error
File: language\reference\input-fields\boolean-groups.en.md
Line 5 in Markdown file: unexpected char '`' at 47
The `booleangroup` element supports the following attributes:
| Attribute | Type | Default | Description |
| :- | :- | :- | :- |
| `check` | `xs:boolean` | `true`| Whether or not the correctness of the user input in this input element should be checked by the player. This is set to true by default. |
| `credits` | `xs:positiveInteger` | `1`| Defines the maximum number of credits that can be awarded for this input group. The meaning of this attribute depends on the input scoring mode. See the modes for more information. |
| `expectedselection` | `xs:positiveInteger` | -| When this attribute is set, it specifies the number of boolean inputs marked as correct in this boolean group that the user has to select in order for the boolean group to count as correct. If this attribute is not set, the user is expected to select all boolean inputs in the group which are marked as correct. |
| `feedback` | `InputGroupFeedbackMode` | `group`| Whether to give the user only feedback about the correctness of the group result (group) or about all individual boolean fields (detailed). |
| `maxselection` | `xs:positiveInteger | Unbounded` | `unbounded`| Maximum number of boolean inputs the user can select in this boolean group and still check his or her results. |
| `mincredits` | `xs:integer` | `0`| Minimum number of credits the user can receive for this input group. If this value is negative, credits may be deducted from the user. The meaning of this attribute depends on the input scoring mode. See the modes for more information. |
| `minselection` | `xs:nonNegativeInteger` | `1`| Minimum number of boolean inputs the user has to select in this boolean group before he or she can check his or her results. |
| `mode` | `CreditScoringModeInputGroup` | `whole`| Mode used to compute the credits awarded for this input group. Must be one of "whole", "sum X", "penalty Y" or "sumpenalty X Y Z". See the modes for more information. |
| `name` | `Name` | -| Name of this element. Must be unique among all element names in this course variant. |
| `reveal` | `xs:nonNegativeInteger` | `1`| Number of failed attempts (checking of an incorrect value) after which the user is allowed to see the content of the solutionhint element associated with this input element. If there is no "solutionhint" element associated to this input element, then the attribute has no effect. |
| `tags` | `TokenList` | | Whitespace-separated list of tags of this element. |
| `toggle` | `xs:boolean` | `false`| Whether or not all boolean input fields contained in this boolean group should be displayed as toggle switches. |