moodler
0c811aa77a
Changing string from "select a plugin" whcih is developer specific
2007-07-24 16:29:18 +00:00
nicolasconnault
acdc8e8a9c
MDL-10550 Refactoring, fixing a few bugs in edit/item_form.php and more work into the outcome report
2007-07-24 14:26:05 +00:00
nicolasconnault
e2537ca3ea
MDL-10550 Finished first draft of the outcomes report.
2007-07-24 10:08:46 +00:00
skodak
e77bcaa30d
MDL-10579 capabilities for grade import plugins
2007-07-24 09:30:46 +00:00
skodak
54690a0894
MDL-10579 capabilities for grade report plugins
2007-07-24 09:20:37 +00:00
skodak
89bd8357e9
MDL-10579 capabilities for grade export plugins
2007-07-24 08:51:45 +00:00
skodak
0a89e2a003
MDL-10579 fixed comment
2007-07-24 07:46:58 +00:00
skodak
7a6b7acf76
MDL-10579 more capability checks in grades code + refactoring of grade_tree
2007-07-24 07:45:15 +00:00
toyomoyo
5d71ece008
adding some new files for grade outcomes
2007-07-24 07:43:46 +00:00
nicolasconnault
5df8b07016
Added and corrected a number of language strings.
2007-07-24 05:27:46 +00:00
skodak
65dd61bda6
MDL-10579 Implement capability checks in grade import/export/report/edit pages - work in progress
...
refactoring - reports now use real index.php
2007-07-23 22:20:07 +00:00
skodak
dd45888a24
MDL-9511 adding/renaming grading capabilities
2007-07-23 19:22:48 +00:00
poltawski
c31f631baa
MDL-9742 - converting tabs to spaces
2007-07-23 15:38:31 +00:00
nicolasconnault
ba92364c8b
MDL-10550
2007-07-23 14:33:02 +00:00
moodler
e2008be287
Various language string fixes for grade reports
2007-07-23 08:13:59 +00:00
toyomoyo
e7746cf4f8
adding some outcome files
2007-07-23 07:49:52 +00:00
skodak
23207a1a6a
MDL-10563 item excluding implemented;
...
improved/fixed grade edit page;
some other improvements and cleanup
2007-07-21 14:24:39 +00:00
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
90d3960c6d
MDL-9633 Fixed ranking in user report. Also enabled group mode on/off to alter total users. This required a refactoring of the grouping code into grade_report abstract class.
2007-07-20 09:34:35 +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
nicolasconnault
5b508a08ae
MDL-10345 Refactored grade_report_grader::get_groupavghtml() and grade_report_grader::get_gradeavghtml() into one method: grade_report_grader::get_avghtml($grouponly=false)
2007-07-20 05:53:55 +00:00
nicolasconnault
c0c1e7c2ad
MDL-10414 Corrected tabindex order
2007-07-20 05:00:07 +00:00
skodak
d14ae855a2
MDL-10524 fixed aggregation for course item + other minor improvements
2007-07-19 17:36:36 +00:00
skodak
29a5680ef7
MDL-10527 changed overridden UI logic
2007-07-19 10:04:08 +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
ba74762bda
regular whitespace cleanup in grade code
2007-07-18 19:56:07 +00:00
skodak
e1d2692a73
fixed problem with quickgrading overriding nonexistent grades with no grade
2007-07-18 19:53:24 +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
moodler
939b226a2b
Fixed up help button texts MDL-9628
2007-07-18 09:07:50 +00:00
toyomoyo
5ea4345b72
fixing 2 typos
2007-07-18 08:39:50 +00:00
toyomoyo
5c2aa19894
adding capabilities check
2007-07-18 08:13:09 +00:00
toyomoyo
3446013d45
MDL-10480, implement average grade selection
2007-07-18 08:03:38 +00:00
toyomoyo
1ad2f41253
negative grades might be used so use null check instead. might break other db so might need a sql_null() function or something similar
2007-07-18 06:21:55 +00:00
nicolasconnault
5e623a335f
MDL-10345 Fixed bug that changed a null scale finalgrade to 1 due to passing through bounded_number(1, null, 3)
2007-07-18 05:17:45 +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
e7536c9222
MDL-10479 Done, but would be nice to middle-align the user names vertically.
2007-07-18 03:34:55 +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
toyomoyo
e4add64dff
putting a space before {
2007-07-18 02:02:48 +00:00
skodak
ce86745870
MDL-10481 fixing broken form defaults - sorry
2007-07-17 19:38:27 +00:00
nicolasconnault
eff97ae081
minor edit
2007-07-17 19:28:22 +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
moodler
7396696823
Moving simpletest to grade directory
2007-07-17 08:50:34 +00:00
toyomoyo
ffe8ee5506
allow comments, lock checking for xml plugin
2007-07-17 08:40:35 +00:00
nicolasconnault
2f61fc0ee6
MDL-10477 Implementing rangesdisplaytype, finishing off this task
2007-07-17 07:41:52 +00:00
skodak
d30c44814b
MDL-10438 inline docs added, moved $gpr into grade class
2007-07-17 06:09:03 +00:00