Bewertungsaspekte

Aus MoodleDocs
Wechseln zu:Navigation, Suche


Vorlage:Zum Übersetzen Ein Bewertungsaspekt ist eine Einheit (typischerweise eine Aktivität), bei der Kursteilnehmer/innen eine Leistung erbringen müssen, die bewertet wird. Ein Bewertungsaspekt umfasst die eigentliche Bewertung der Leistung und die zugehörigen Einstellungen für diese Bewertung (z.B. für die Berechnung, die Anzeige, den Export usw.).

Bewertungsaspekte können zu Aktivitäten, Lernzielen oder manuellen Bewertungen gehören.

Bewertungsaspekte in der Bewertungsübersicht

In der Bewertungsübersicht werden Bewertungen in drei Blöcken zusammengefasst:

In der Bewertungstabelle werden Bewertungsaspekte als Splaten dargestellt.

Innerhalb einer Bewertungskategorie ist eine Bewertungsberechnung (also eine Zusammenfassung von mehreren Einzelbewertungen) selbst wieder ein Bewertungsaspekt.

Aktivitäten-Bewertungsaspekte

Datei:Edit grade item.png
Editing a grade item

Modules that include a form of grading use the Gradebook API to generate a matching grade item, and to communicate their grades to the gradebook. The generated grade item can later be edited from within the gradebook interface (Course -> Grades -> Edit Categories and items -> Edit (hand icon) grade item), as seen in the screenshot to the right, but several of its settings will be 'frozen', only changeable from the activity module's interface. These are listed and explained below in the manual grade items section.

Here is a list of the settings that can be edited for an activity-based grade item:

  • Item info: General information about the grade item. Optional.
  • Grade to pass: Specify the minimum grade a student must achieve to be considered to have passed this item. This must be in real grades, not a percentage. Once this is done, grades will be highlighted in red for fail and green for pass in the gradebook. It doesn't work for scales, as it is yet to be fully implemented in Moodle 1.9. It is planned for use in course completion in Moodle 2.0.
  • Grade display type: See the Grade display type doc
  • Overall decimal points: This specifies the number of decimal points to display for each grade. It has no effect on grade calculations, which are made with an accuracy of 5 decimal places.
  • Multiplicator: Factor by which all grades for this grade item will be multiplied, with a maximum value of the maximum grade. For example, if the multiplicator is 2 and the maximum grade is 100, then all grades less than 50 are doubled, and all grades 50 and above are changed to 100.
  • Offset: Number that will be added to every grade for this grade item, after the Multiplicator is applied. (Can be a negative number.)
  • Hidden: Whether this grade item should be hidden from students.
  • Hidden until: An optional date after which the grade item will no longer be hidden (i.e. a grades release date)
  • Locked: Whether or not to lock this grade item. A locked grade item doesn't accept changes to its settings or grades from its related module.
  • Locked after: A date after which the locking will be effective, usually after the grades release date.

Lernziel-Bewertungsaspekte

Datei:grade outcome item.png
Editing a grade outcome item

These can either be generated by the creation of a new activity module (by selecting Outcomes in the module creation form), or manually created like manual grade items. A grade outcome item uses a course outcome as its grading type, so such an outcome must be made available at the course level before a grade outcome item can be manually created.

Grade outcome items can optionally be linked with an activity module. This is done automatically when a grade outcome item is generated by the creation of an activity module in which outcomes were selected. In this scenario, a grade category is also created and named after the activity module, and the grade item and grade outcome items are created as children of that category.

The settings of the grade outcome item edit form are identical to those of manual grade items, with the addition of two settings:

  • Outcome: The course outcome represented by this item
  • Linked activity: The optional activity module to which this item will be linked

Manuelle Bewertungsaspekte

Datei:manual item.png
Editing a manual grade item

These grade items are created manually through the "Edit Categories and Items" page. The "Add grade item" button is clicked, and the form appears. Several options are available here which are normally automatically filled out by the activity module creating an activity-based grade item:

  • Item name: The display name of your grade item
  • ID Number: An arbitrary string of characters used to refer to this grade item in Formulas. If set, it must be unique.
  • Grade type: The type of grade: None (no grading possible), Value (a numerical value), Scale (an item in a list) or Text (arbitrary text).
  • Scale: Which scale to use for grading: available only when the Scale grade type is selected.
  • Maximum grade: The maximum grade that can be given (for scales: the number of items in the scale - 1)
  • Minimum grade: The minimum grade that can be given (for scales: 0)

Conversely, two of the settings found in the form for activity-based grade items are absent from this form:

  • Multiplicator
  • Offset

Siehe auch