Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Grade item settings.

Grade item settings: Difference between revisions

From MoodleDocs
(ja link)
(→‎Advanced grade item options: delete picture, compress list)
Line 20: Line 20:
If rounding of grades in [[Grade calculations|grade calculations]] is required, the round(number, count) function may be used.
If rounding of grades in [[Grade calculations|grade calculations]] is required, the round(number, count) function may be used.


==Advanced grade item options==
==Old Version for advanced grade item options==
 
Older versions of Moodle contained a list of various fields that can be toggled on or off to appear on the default grade item screen or hidden. By selecting a field, it is put into the "Advanced" items menu and a field that is not selected will appear on the main grade item menu by default. Note that all of these options will always be available to teachers with a click of the button "Show Advanced".
This contains a list of various fields that can be toggled on or off to appear on the default grade item screen or hidden. By selecting a field, it is put into the "Advanced" items menu and a field that is not selected will appear on the main grade item menu by default. Note that all of these options will always be available to teachers with a click of the button "Show Advanced".
 
 
[[Image:Advanced grade item options.png|frame|center|Top left: Advanced grade item options with some selected. Top right: Default grade item menu screen with non-selected fields. Bottom Right: Advanced grade item menu with green asterisks denoting selected fields. Hidden until clicked "Show Advanced".]]
 


To highlight more than one field, use ctrl+click and both will be highlighted. To highlight from one field to another, use shift+click the range between two will be highlighted. Shift+ctrl+right click will combine a range of selections to those already highlighted. To de-highlight a field just do the same steps but click on already highlighted fields.
To highlight more than one field, use ctrl+click and both will be highlighted. To highlight from one field to another, use shift+click the range between two will be highlighted. Shift+ctrl+right click will combine a range of selections to those already highlighted. To de-highlight a field just do the same steps but click on already highlighted fields.
 
{| style="width:75%" border="0"
|
* Item info
* Item info
* ID Number
* ID Number
Line 36: Line 32:
* Minimum Grade
* Minimum Grade
* Maximum Grade
* Maximum Grade
||
* Grade to pass
* Grade to pass
* Offset
* Offset
* Multiplicator
* Multiplicator
* Grade display type
* Grade display type
* Overall decimal places
* Overall decimal places  
||
* Hidden
* Hidden
* Hidden until
* Hidden until
Line 47: Line 45:
* Aggregation coefficient
* Aggregation coefficient
* Parent category
* Parent category
|-
|}


==See also==
==See also==

Revision as of 13:18, 2 January 2011

Moodle1.9

Location: Administration > Grades > Grade item settings

Grade item settings screen


Grade item settings are the various settings that the administrator is able to edit for all gradebooks used by teachers. These settings will change what items are displayed for each grade. As administrator, you would turn on or off various settings and the teacher would input the actual data.


Grade display type

This is the type of grade that is to be shown for each individual grade. Different school districts use different grading systems so this can be changed to suit your district.

  • Real - Grade from minimum to maximum range indicating total points received. Default from 0-100 but may be arbitrary.
  • Percentage - Grade from 0 - 100% indicating the total points received divided by maximum possible amount times 100.
  • Letter- Grade in the form of a letter representing a range of percentages.

Overall decimal points

This setting is for display purposes only. Grade calculations are made with an accuracy of 5 decimal places and grade letters, if used, are assigned accordingly.

If rounding of grades in grade calculations is required, the round(number, count) function may be used.

Old Version for advanced grade item options

Older versions of Moodle contained a list of various fields that can be toggled on or off to appear on the default grade item screen or hidden. By selecting a field, it is put into the "Advanced" items menu and a field that is not selected will appear on the main grade item menu by default. Note that all of these options will always be available to teachers with a click of the button "Show Advanced".

To highlight more than one field, use ctrl+click and both will be highlighted. To highlight from one field to another, use shift+click the range between two will be highlighted. Shift+ctrl+right click will combine a range of selections to those already highlighted. To de-highlight a field just do the same steps but click on already highlighted fields.

  • Item info
  • ID Number
  • Grade Type
  • Scale
  • Minimum Grade
  • Maximum Grade
  • Grade to pass
  • Offset
  • Multiplicator
  • Grade display type
  • Overall decimal places
  • Hidden
  • Hidden until
  • Locked
  • Locked after
  • Aggregation coefficient
  • Parent category

See also