When grade analysis link is enabled, an icon is displayed next to each
grade of a module that supports grade.php file. The parameters needed to
identify the particular user and grade are passed to the grade.php
script.
AMOS BEGIN
MOV [configstudentsperpage,core_grades],[studentsperpage_help,core_grades]
HLP grade/studentsperpage.html,[studentsperpage_help,core_grades]
AMOS END
AMOS BEGIN
MOV [configshowuseridnumber,core_grades],[showuseridnumber_help,core_grades]
HLP grade/showuseridnumber.html,[showuseridnumber_help,core_grades]
AMOS END
AMOS BEGIN
MOV [configshowquickfeedback,core_grades],[showquickfeedback_help,core_grades]
HLP grade/showquickfeedback.html,[[showquickfeedback_help,core_grades]
AMOS END
AMOS BEGIN
MOV [configshownumberofgrades,core_grades],[shownumberofgrades_help,core_grades]
HLP grade/shownumberofgrades.html,[shownumberofgrades_help,core_grades]
AMOS END
AMOS BEGIN
MOV [configshowcalculations,core_grades],[showcalculations_help,core_grades]
HLP grade/showcalculations.html,[showcalculations_help,core_grades]
AMOS END
AMOS BEGIN
HLP grade/showactivityicons.html,[showactivityicons_help,core_grades]
MOV [configshowactivityicons,core_grades],[showactivityicons_help,core_grades]
AMOS END
AMOS BEGIN
HLP grade/rangesdecimalpoints.html,[rangesdecimalpoints_help,core_grades]
MOV [configrangesdecimalpoints,core_grades],[rangesdecimalpoints_help,core_grades]
AMOS END
AMOS BEGIN
MOV [configmeanselection,core_grades],[meanselection_help,core_grades]
HLP grade/meanselection.html,[meanselection_help,core_grades]
AMOS END
* renamed Preferences to "My report preferences"
* renamed Site defaults to "Report defaults"
* rename Change site defaults to "Change report defaults"
* reintroduced Inherit option to Grader preferences - Nicolas was right, it is not possible to implement preference overrides without it with our current get_pref inplementation
* new separate option in plugin selector "Course settings"
* moved displaytype, decimals and aggregation position to "Course settings"
* created new table grade_settings + related functions grade_get/set_preference()
* user report now uses grade_seq class instead of grade_item::fetch_all(); added preloading of grade items into grade_grade instances
* other minor bugfixing/cleanup/improvements
Please note that the Grader report preferences and its defaults must be resaved again - sorry.
* in_null for decimals defaults checks
* store letter settings only in database - no cfg settings
* separate configuration page for letters only - pluginselector+admin tree
* new capability to manage grade letters - similar to scales and outcomes
* added grade_letters db index
* grade letters related minor bugfixing
The number of submissions in the Group average and Course average calculations
should be shown in brackets. (submissions) should be added after the Group average
and Course average labels.
Solution:
new grader report preference (Display number of grades in average cells).