skodak
eacd3700f4
aggregation improvements; fixed aggregation of course category when changing type; old gradebook upgrade wip (untested)
2007-07-21 10:09:57 +00:00
nicolasconnault
d5f0aa0196
MDL-9628 Fixed typos and added language strings. Corrected a bug that prevented a decimalpoints of 0 from being used (empty($decimalpoints)) -> is_null
2007-07-20 07:31:13 +00:00
skodak
3ee5c20149
MDL-10525 renaming class grade_grades and grade_grades_text - singulars for all grade class names
2007-07-19 08:15:19 +00:00
skodak
9580a21f1c
MDL-9137 added new aggregation needed for upgrade - weighted + extra credit
...
minor item edit form cleanup
fixed minor bug in grader/lib.php
2007-07-18 19:29:32 +00:00
nicolasconnault
8c5a416edd
MDL-10478 Added category preference aggregationview. This one is linked with the more global preferences and $CFG. However, a category-specific preference needs implementing: grade_report_categorystate{$catid}, which equals GRADE_CATEGORY_EXPANDED or GRADE_CATEGORY_CONTRACTED. I've written a stub in grade/report/grader/lib.php around line 492 for pruning out the grade_tree according to these prefs.
...
We'll also need to implement the actions for the -/+ icons.
2007-07-18 14:54:35 +00:00
nicolasconnault
32b97bb24a
MDL-10490 Letter type implemented
2007-07-18 11:34:55 +00:00
nicolasconnault
8c4d80f130
MDL-10392 completed: the finalgrade value wasn't assigned to the grade_grades object when its update() method was being called.
2007-07-18 03:57:50 +00:00
nicolasconnault
025bc8d0b1
MDL-10477 Fixed a small bug in grade/edit/item.php , where I was testing for
...
if (!empty($data->pref_gradedisplaytype))
which returned false if the value was set to 0. I just changed !empty to isset and it fixed it.
2007-07-18 03:14:06 +00:00
skodak
ce86745870
MDL-10481 fixing broken form defaults - sorry
2007-07-17 19:38:27 +00:00
nicolasconnault
db4c796818
MDL-9628 Refactored display "Raw" string into "Real" to avoid confusion with raw vs final grades
2007-07-17 19:04:50 +00:00
nicolasconnault
e50ce569d9
MDL-10481
...
Two new preferences: averagesdecimalpoints and rangesdecimalpoints
Two new constants: GRADE_REPORT_PREFERENCE_INHERIT and GRADE_REPORT_PREFERENCE_DEFAULT with string values
removed GRADE_REPORT_GRADE_DISPLAY_TYPE_INHERIT in favour of the above
Added a number of language strings.
2007-07-17 18:46:21 +00:00
skodak
83ae2001b9
MDL-10481 minor form cleanup - added prefix for preferences in element names, added header + temporary debug delay before redirect
2007-07-17 15:22:18 +00:00
nicolasconnault
501e0e346e
MDL-10481 Elements added to form. item preferences not yet recognised by report.
2007-07-17 14:53:10 +00:00
skodak
3af29899bf
MDL-10438 return tracking in grading forms; new grade plugin selector
2007-07-16 18:58:09 +00:00
nicolasconnault
774d92ebce
MDL-10392 changed feedback language strings to grade language strings
2007-07-13 13:03:07 +00:00
skodak
938e00b6cb
grade_tree minor cleanup - grades not included anymore; fixed categroy item position in grader report
2007-07-13 08:59:46 +00:00
nicolasconnault
6fb39a98f2
MDL-9628 Renamed edit_* to *
2007-07-13 05:53:16 +00:00
skodak
79eabc2ab2
major grade editing fixes and improvements - grader form now knows if grade is editable; fixed broken quickgrading; feedback format is handled the same way as in the rest of moodle - automatically converted to FORMAT_HTML when editor enabled; fixed calculation of grades that was breaking locking
2007-07-12 22:31:20 +00:00
skodak
fefe8b06a1
MDL-10364 initial calcualtion edit form
2007-07-12 20:12:07 +00:00
skodak
46fa681022
MDL-10364 initial calcualtion edit form
2007-07-12 20:12:06 +00:00
skodak
920a0fb2eb
MDL-10437 moved editing forms to grade/edit/ directory - these should be shared by all reports, there were too many files in grader directory anyway
2007-07-12 19:40:28 +00:00