564 Commits

Author SHA1 Message Date
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