Редактирование категорий и элементов оценивания: различия между версиями

Материал из MoodleDocs
Перейти к:навигация, поиск
(Статья создана)
 
(→‎Введение: переведено)
Строка 1: Строка 1:
{{Оценки}}
{{Оценки}}
==Введение==
==Введение==
On this page, teachers and administrators can:
На этой странице учителя и администраторы могут выполнять следующие действия:
*Add
*Добавление:
** [[Grade_categories|grade categories]]
** [[Категории оценок|категорий оценок]]
** [[Grade_items|grade items]]
** [[Элементы оценивания|элементов оценивания]]
** [[Outcome_items|outcome items]]
** [[Учебные результаты|учебных результатов]]
*Perform the following actions on grade categories and items:
*Действия с существующими элементами:
**Edit
**Перемещение
**Move in and out of categories
**Перемещение в и из категорий
**[[Grade hiding|Hide or show]]
**[[Видимость оценок|Изменение видимости]]
**[[Grade locking|Lock or unlock]]
**[[Блокировка оценок|Блокировка и разблокировка]]
**Delete
**Удаление
*Synchronise legacy grades
*Синхронизация legacy оценок
*Edit [[Grade calculations|calculation formulas]] for grade categories
*Редактирование [[Формулы и вычисления оценок|формул вычисления]] для категорий и элементов оценивания, добавленных вручную.
[[image:Редактирование категорий и элементов.png|thumb|right|Редактирование категорий и элементов]]
[[image:Редактирование категорий и элементов.png|thumb|right|Редактирование категорий и элементов]]



Версия от 13:26, 7 марта 2010

Moodle 1.9

Введение

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

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

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

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.

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

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.