Zum Inhalt

Macro Syntax Error

File: language\reference\input-fields\boolean-groups.de.md

Line 5 in Markdown file: unexpected char '`' at 52

Das `booleangroup` Element unterstützt die folgenden Attribute:

| Attribut | Typ | Standardwert | Beschreibung |
| :- | :- | :- | :- |
| `check` | `xs:boolean` | `true`| Gibt an, ob die Korrektheit der Benutzereingabe in diesem Eingabeelement vom Player überprüft werden soll. Diese Einstellung ist standardmäßig aktiviert. |
| `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 des Elements. Dieser muss eindeutig unter allen Elementen in der Kursvariante sein. |
| `reveal` | `xs:nonNegativeInteger` | `1`| Anzahl der Fehlversuche (Überprüfungen von falschen Eingaben) nach denen der Benutzer den Inhalt des Lösungshinweises, der an dieses Element gebunden ist, anzeigen darf. Falls kein Lösungshinweis an dieses Element gebunden ist, das das Attribut keine Auswirkungen. |
| `tags` | `TokenList` | | Durch Leerzeichen getrennte Liste von Etiketten, welches dieses Element haben soll. |
| `toggle` | `xs:boolean` | `false`| Whether or not all boolean input fields contained in this boolean group should be displayed as toggle switches. |