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

Grades FAQ: Difference between revisions

From MoodleDocs
(Adding video tutorials section)
Line 11: Line 11:
=== Is it possible to show the teachers/administrators' grades in the grader report? ===
=== 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 [[General_grade_settings#Graded_Roles|Administration > Grades > General settings]]. Also read [http://moodle.org/mod/forum/discuss.php?d=92612 this discussion] for some more ideas.
Yes, at the site level you can define which roles will appear in the grader report. This can be found in [[General_grade_settings#Graded_Roles|Administration > Grades > General settings]]. Also read [http://moodle.org/mod/forum/discuss.php?d=92612 this discussion] for some more ideas.
=== Are there any video tutorials? ===
Yes! Most of them were created by students during the [https://docs.moodle.org/en/GHOP/2008 Google Highly Open Participation Contest in 2007-2008]. Here is a list:
*[http://www.youtube.com/watch?v=5hrLNbifiGQ Gradebook reports]
*[http://youtube.com/watch?v=ZSabc0zHpbY Effects of the general grade settings]
*[http://www.youtube.com/watch?v=lXEefYe3qdk How to use the grade item settings and grade letters at admin level]
*[http://www.youtube.com/watch?v=sUslTuZPu6A Grade category settings]
*[http://www.youtube.com/watch?v=EB58W3KePBc How to set up the gradebook]
*[http://www.youtube.com/watch?v=PmkEGfvjj9U How to use outcomes in Moodle]
*[http://www.youtube.com/watch?v=yZcbN_7p2zI How to export grades from the gradebook]
*[http://www.youtube.com/watch?v=p6zWwJGb9TA How to use gradebook site settings and defaults]
*[http://www.youtube.com/watch?v=WKUGyzAXcyA How to set up calculations in the gradebook (basic)]
*[http://www.youtube.com/watch?v=VBEj8mmu8lM How to set up calculations in the gradebook (advanced)]
*[http://www.youtube.com/watch?v=jWPUEqdhI4A How to change the display of grades in the gradebook]
You can also find other tutorials on [http://www.moodletutorials.org].


== Differences between 1.8 and 1.9 ==
== Differences between 1.8 and 1.9 ==

Revision as of 08:14, 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 [1].

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.

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