Skip to content

Macro Syntax Error

File: language\reference\containers\views\poolview.en.md

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

The `poolview` element supports the following attributes:

| Attribute | Type | Default | Description |
| :- | :- | :- | :- |
| `allowrefresh` | `xs:boolean` | `false`| In non-test mode: When set to true, a button will be shown on the pool view which, when being clicked by the user, chooses a new content of this pool view just like on a page reload. When possible, the application will make sure that a new selection of containers is chosen each time the button is pressed. In test mode: When set to true, the system may refresh the content of this pool view when the course is loaded again by the same user. |
| `amount` | `xs:positiveInteger` | `1`| The number of containers (chosen from the children of this element) that are shown at once in the pool view. |
| `name` | `Name` | -| Name of this container, must be unique among all names in this course variant. |
| `shuffle` | `xs:boolean` | `true`| Whether or not the order of the sequence of pool elements that will be drawn when the poolview is loaded or refreshed should be randomly shuffled or not. |
| `tags` | `TokenList` | | Whitespace-separated list of tags for this container. |