Zum Inhalt

Gruppenansicht

Mit einer Gruppenansicht kann man Container zu einer logischen Gruppe zusammenfassen. Eine Gruppenansicht wird mit dem groupview Element erstellt. Sie enthält eine Sequenz von Containern und hat außerdem einen optionalen Titel. Ein Vorteil davon, Container in eine Gruppenansicht zu packen ist, dass man so auf die Gruppe über ihren Namen im Kurs verweisen kann.

Example

<groupview name="geometry-theorems">
  <title>Wichtige Sätze aus der Geometrie</title>
  <theorembox name="pythagors-theorem">
    <title>Satz des Pythagoras</title>
    <textbox>Es gilt <m>a^2 + b^2 = c^2</m>.</textbox>
  </theorembox>
  <theorembox name="pascals-theorem">
    <title>Satz von Pascal</title>
    <textbox>...</textbox>
  </theorembox>
</groupview>

Attribute

Das groupview Element unterstützt die folgenden Attribute:

Attribut Typ Standardwert Beschreibung
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.