Group view
The groupview
element contains a sequence of containers. It has an optional title. One advantage of grouping containers togther into this element is that the group can be referenced in the course.
Example
<groupview name="geometry-theorems">
<title>Important theorems from Geometry</title>
<theorembox name="pythagors-theorem">
<title>Pythagoras theorem</title>
<textbox>We have <m>a^2 + b^2 = c^2</m>.</textbox>
</theorembox>
<theorembox name="pascals-theorem">
<title>Pascals theorem</title>
<textbox>...</textbox>
</theorembox>
</groupview>
Attributes
The groupview
element supports the following attributes:
Attribute | Type | Default | Description |
---|---|---|---|
difficulty |
xs:nonNegativeInteger |
0 |
Difficulty of this content. Higher values signal an increased difficulty. |
label |
xs:string |
- | Custom label for this container, overriding any automatically generated label. |
name |
xs:Name |
- | Name of this container, must be unique among all names in this course variant. |
tags |
TokenList |
Whitespace-separated list of tags for this container. |