Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: grade/edit/simple tree/index.

grade/edit/simple tree/index

From MoodleDocs

Moodle1.9


Introduction

On this page, teachers and administrators can:

Editing categories and items

Course grade category

The course grade category represents the course as a container for grade categories and grade items. It cannot be deleted or moved, but it can be hidden and locked like other categories and items. When a course is created, this category is automatically created. Its Name value is empty and optional, in which case the category's name is displayed as that of the course it represents. If a name is given manually to this category, that name will be used instead of the course name. See grade categories editing for more information.

Deleting categories

What happens to grade items in a grade category when that category is deleted? They automatically get assigned to the parent category of the deleted category. For example, take the following structure:

 Course (category)
 |_ Semester 1 (category)
    |_ Week 1 (category)
       |_ Quiz 1 (item)
       |_ Assignment 1 (item)
    |_ Week 2 (category) 
       |_ Quiz 2 (item)
       |_ Assignment 2 (item)
    ...

If we delete Week 1, the items within it will be moved up to the Semester 1 category, and we will have the following structure:

 Course (category)
 |_ Semester 1 (category)
    |_ Quiz 1 (item)
    |_ Assignment 1 (item)
    |_ Week 2 (category) 
       |_ Quiz 2 (item)
       |_ Assignment 2 (item)
    ...

As you can see, categories and items can live along-side each other without problems, but the result may look confusing to students and teachers alike.

Moving categories and items

Moving a grade item

Each grade category and grade item has a little up-and-down icon next to it (apart from the course grade category), which triggers the move action when clicked. The page then changes as shown in the screenshot on the right of this section:

  • The element to be moved is highlighted and the word (Move) appears next to it
  • Rectangular boxes preceded by an arrow appear in places where you can move your selected item or category.
  • You can cancel your action at any time using the "Cancel" button at the bottom of the page

Once you have clicked one of the destination rectangles, your item will appear there instead of its original place. If you moved a category that contained items and/or categories, all its contents will also be moved along with it.

Moving items and categories does not affect individual grades. However, it affects the scores aggregated by categories under the course grade category (course totals).

Synchronize legacy grades

All current modules with grading support should be converted to use new gradebook API. Due to performance reasons the grades from legacy modules are not updated automatically, the synchronization must be done manually by clicking on Synchronise legacy grades button in each course. This action may take a very long time, depending on the number of activities, grades and participants in your course.

Differences between tree and simple_tree

  • The limiting to three aggregation methods
    • weighted mean
    • simple weighted mean
    • sum
  • The inclusion of extra credit for ALL aggregation methods
  • Anonymous graded items
  • You can now switch between aggregation methods without errors