Редактирование категорий и элементов оценивания

Материал из MoodleDocs
Перейти к:навигация, поиск

Moodle 1.9

Введение

На этой странице учителя и администраторы могут выполнять следующие действия:

Редактирование категорий и элементов

Категория оценок курса

Категория оценок курса является категорий высшего уровня и включает все остальные категории и элементы оценивания курса. Она не может быть удалена или перемещена, но она может быть скрыта и заблокирована как и любой другой элемент оценивания или категория. Эта категория автоматически создается при создании курса. Ее Название по умолчанию пусто и не является обязательным, в этом случае в качестве названия используется название курса. Но ее название может быть изменено на любое другое.

Удаление категорий

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.

Перемещение категорий и элементов

Перемещение элемента

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 and, if these categories have special calculation formulas in place, also affects the scores aggregated under the course grade category (course totals).


Синхронизация legacy оценок

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 synchronisation 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.

Упрощение редактирования категорий и элементов

Файл:Простое редактирование категорий и элементов.png
Редактирование категорий и элементов в 1.9.5 (простой вид)
Одновременное редактирование категории и ассоциированного с ней элемента в 1.9.5

In Moodle 1.9.5 onwards, a new Edit categories and items page, with simple and full view, enables teachers to move multiple items between categories and quickly edit multiple settings.

Categories can only be moved one at a time, but all their contents are moved as well.

Category aggregation type can be changed instantly (without submitting the form) by changing the selected option in the aggregation dropdown menu.

Contrasting colours indicate category nesting. The categories and grade items are also indented with a cell coloured by the parent category's colour, to make the nesting even clearer.

Extra credit and weight appear in two different columns. If none of the categories have an aggregation type that makes use of either extra credit or weights, these columns are omitted.

Forms for editing grade categories and their associated grade items (e.g. course category and course total) have been combined into one form. This also means that there is no edit icon in the grader report for course and category totals. You just edit the category itself instead.