Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Grades FAQ.

Grades FAQ: Difference between revisions

From MoodleDocs
(Added Outcome item section)
Line 63: Line 63:
=== How many depths of categories/subcategories can I create? ===
=== How many depths of categories/subcategories can I create? ===
There is no programmatic limit, but there are practical limits. Very deeply nested structures are difficult to manage. 3 levels of categories should be sufficient for most situations. Note that there is always at least one level of categories, since the Course category always encompasses all other categories and grade items, can cannot be deleted.
There is no programmatic limit, but there are practical limits. Very deeply nested structures are difficult to manage. 3 levels of categories should be sufficient for most situations. Note that there is always at least one level of categories, since the Course category always encompasses all other categories and grade items, can cannot be deleted.
== Outcomes ==
=== I have just upgraded to Moodle 1.9, and I want to set up an outcome item for my course. What are the steps required? ===
#[[General_grade_settings#Enable_outcomes|Administration > Grades > General settings > Enable outcomes]]
#[[Scales#Creating_a_new_scale|Create a scale]]
#Create a course outcome (read the [[Outcomes| outcomes documentation]] for instructions). Assign to it the scale you just created.
#Assign the outcome to your course
#Enter the "Grades" section of your course, from the course administration block
#In the Actions menu (top left), select Edit -> Categories and Items
#Click "Add outcome item"
#Follow the instructions of the [[Outcome items|outcome items documentation]] to create the outcome item
You can now give your students a rating on the outcome dimension you just created. If you created a standard outcome, you will be able to use it in other courses and follow your students' performance across these courses.


== Modules ==
== Modules ==

Revision as of 08:49, 21 March 2008

General

Why is the new gradebook so complicated?

Added power and control requires more options. It is mostly the number of options and settings that gives the impression of complexity. Here are some of the main reasons for the changes made in the gradebook for 1.9:

  • Previous gradebook did not scale well: it became very slow and unmanageable in large organisations with many students, activities and grades
  • Grades were generated and stored by each module without much consistency
  • Difficulty in producing new types of reports
  • No Outcomes

Is it possible to show the teachers/administrators' grades in the grader report?

Yes, at the site level you can define which roles will appear in the grader report. This can be found in Administration > Grades > General settings. Also read this discussion for some more ideas.

Are there any video tutorials?

Yes! Most of them were created by students during the Google Highly Open Participation Contest in 2007-2008. Here is a list:

You can also find other tutorials on moodletutorials.org.

Differences between 1.8 and 1.9

What improvements in the gradebook justify upgrading from 1.8 to 1.9?

Is the gradebook in 1.9 faster than in 1.8?

According to one early report, yes. There are other more thorough benchmark tests being conducted, and we will publish the results here when they are made public.

Reports

How do I create my own custom gradebook reports?

Here is a tutorial explaining all the main steps involved.

Import/Export

Aggregation

How can I grade some of my activities without the results affecting my students' course total?

  1. Create two Grade categories, one for your activities still being graded, and one for your released activities.
  2. Ensure that "Aggregate including subcategories" (an advanced option) is unchecked for your top level course grade category.
  3. Edit the "unreleased" category's "course total" item.
  4. Set the "grade type" to "none".
  5. Tick the "Hidden" checkbox.
  6. Save your changes.
  7. Move all your activities being graded in the "unreleased" category.
  8. Move all your activities already graded in the "released" category.

Categories

How many depths of categories/subcategories can I create?

There is no programmatic limit, but there are practical limits. Very deeply nested structures are difficult to manage. 3 levels of categories should be sufficient for most situations. Note that there is always at least one level of categories, since the Course category always encompasses all other categories and grade items, can cannot be deleted.

Outcomes

I have just upgraded to Moodle 1.9, and I want to set up an outcome item for my course. What are the steps required?

  1. Administration > Grades > General settings > Enable outcomes
  2. Create a scale
  3. Create a course outcome (read the outcomes documentation for instructions). Assign to it the scale you just created.
  4. Assign the outcome to your course
  5. Enter the "Grades" section of your course, from the course administration block
  6. In the Actions menu (top left), select Edit -> Categories and Items
  7. Click "Add outcome item"
  8. Follow the instructions of the outcome items documentation to create the outcome item

You can now give your students a rating on the outcome dimension you just created. If you created a standard outcome, you will be able to use it in other courses and follow your students' performance across these courses.

Modules

The activity module (Module name) doesn't support grading. How can I give my students a grade anyway?

You can create a grade item manually in the gradebook. You will have to grade your students through the Grader report interface (in editing mode).

I just graded some of my students using the (Module name) interface, but the results aren't showing up in the grader report. What's going on?

Here are some of the possible reasons:

  1. The corresponding grade item is locked, or its parent category is locked.
  2. The module code is not using the gradebook API correctly