nicolasconnault
c421ad4b2e
MDL-11233 Corrected typo in grader report lib, and added a second sort parameter for lastname and firstname sorts, to add consistency to result sets. Non-students no longer appear in the list
2007-09-13 13:44:35 +00:00
nicolasconnault
b1b6ebf437
Replacing the capability gradereport/grader:manage with moodle/grade:manage
2007-09-12 15:02:06 +00:00
skodak
c2efb50142
MDL-11130 added aggregation inside all subcategories + added graded/all aggregation option
2007-09-05 19:15:21 +00:00
toyomoyo
f8ae1f86c5
MDL-10963, group average code broken, count_ungraded is ignoring groups altogether.
2007-08-29 04:05:56 +00:00
nicolasconnault
33a34cd4d0
MDL-10875 Corrected bug in averaging plus a couple of typos
2007-08-20 07:29:05 +00:00
toyomoyo
d8c684de7e
replacing round() with number_format (for a number betweem 0-100), because round does not respect decimal places, e.g. round(90.50, 2) = 90.5
2007-08-17 06:28:12 +00:00
toyomoyo
54c7e5e064
removing old broken sql
2007-08-17 06:15:35 +00:00
nicolasconnault
09cef06a10
MDL-10873 If both site default and user pref are empty for studentsperpage, we assume that paging is not wanted, so all paging functionality is switched off in the report.
2007-08-16 18:09:49 +00:00
nicolasconnault
4f8783fe91
MDL-10873 Now deleting the preference from user_preferences if the value submitted is empty. The grader report will then revert to the site default
2007-08-16 17:53:08 +00:00
nicolasconnault
66ef0471ae
MDL-10838 Applied standard table classes and scopes to tr, th and tds of the grader report. Also fixed a bug with the display of grand averages when a group is selected and the average column is set to aggregate all grades.
2007-08-15 11:15:39 +00:00
toyomoyo
8c40e0919d
fixing grader report paging bar when groups are present
2007-08-15 05:47:34 +00:00
nicolasconnault
89f33581ba
MDL-9628 At the suggestion of Tim Hunt, interchanged the position of grade letter select elements with percentage selectors, in the grader report preferences form.
2007-08-14 11:54:44 +00:00
toyomoyo
ab3444d79d
fixed a warning when group members have no grades
2007-08-14 02:13:08 +00:00
skodak
76317c73a2
MDL-10791 improve handling of localised floating point numbers in moodle; replaced/fixed some float_format() that were used instead of round(); expect some more patches soon
2007-08-10 15:00:35 +00:00
nicolasconnault
060d1e1792
MDL-9628 More category collapse updates
2007-08-10 05:49:46 +00:00
nicolasconnault
384960dd68
MDL-9628 Simplified and improved the expanding/collapsing of categories. There are now three view types: full, aggregates only and grades only.
2007-08-09 16:41:39 +00:00
nicolasconnault
d4795a0792
MDL-9628 When a timestamp is selected for locktime or hiddenuntil, the grader report now shows a new icon (lock or eye in front of a calendar), with a tooltip showing the selected date. Very useful :-)
2007-08-08 15:48:20 +00:00
skodak
aea4df411e
MDL-10544 support for outcomes showing/hiding in grader report
2007-08-08 08:31:04 +00:00
skodak
0658afc9a1
fixes for overriding of scales, outcomes and minor access control tweak
2007-08-07 22:50:32 +00:00
skodak
d3c3da1b77
MDL-9628 non-existent grades can be locked/hidden/edited :-)
2007-08-07 08:30:25 +00:00
nicolasconnault
be55a047dc
MDL-9628 Added title attributes to quickgrading and quickfeedback input elements, and gave the quickfeedback input a dashed 1px black border to distinguish it easily from the grade input.
2007-08-06 09:02:22 +00:00
nicolasconnault
859c72599f
MDL-9628 Fixed sorting
2007-08-06 08:10:37 +00:00
nicolasconnault
ca145cc84e
MDL-9628 Removed superfluous & in URL (part of $report->baseurl) and reversed the default sortitem order from ASC to DESC (highest grade first).
2007-08-06 06:07:23 +00:00
nicolasconnault
1815b45c1b
MDL-10676 Added linking activity icons to grader report headers, based on user preference /config setting.
2007-08-01 14:52:14 +00:00
nicolasconnault
2e3987a935
MDL-10674 and MDL-10675 finished
2007-08-01 14:08:50 +00:00
nicolasconnault
fafe1cd23e
MDL-9628 Reverting to using gradebook plugin module names in navigation
2007-08-01 07:41:13 +00:00
nicolasconnault
826c5f8635
MDL-9628 Refactoring the building of navigation array for gradebook pages
2007-08-01 06:47:35 +00:00
skodak
042596946b
tabbed Edit/Outcomes interface, link from course admin block, added manage outcomes capability, other cleanup
2007-07-31 09:10:35 +00:00
toyomoyo
edc91676f1
fixing the average query to use subquery so that userids can be distinct, this prevents duplication of grades in case of multiple roles for same user
2007-07-31 03:19:32 +00:00
skodak
173a9d21ea
various grade outcomes and scales improvements, fixes, changes and refactoring
...
added new favoutcomes plugin settings page - to be used later, this replaces the grade_outcomes_grades table
admin settings - outcomes and scales both have settings page now
2007-07-30 22:56:45 +00:00
nicolasconnault
56cef27dab
MDL-10210 Updated the admin settings page for the grader report.
2007-07-30 09:46:01 +00:00
nicolasconnault
8933d48cf4
MDL-10210 Added help text for fields of 'text' type: "Leave this field empty to use the site default (currently $a)"
2007-07-30 09:01:14 +00:00
toyomoyo
7b61efbefe
bug fix and hopefully faster grade average calculation
2007-07-30 08:50:26 +00:00
nicolasconnault
28c955150e
MDL-10210 Re-organised the gradebook preferences, and now displaying site defaults inside the dropdown menus instead of the labels.
2007-07-30 07:12:33 +00:00
toyomoyo
9ade462ce1
fixing broken paging bar
2007-07-30 06:58:46 +00:00
nicolasconnault
41b477217d
MDL-10210 Removed the loading of the $CFG versions of the preferences when the user versions are set to default. This means that a value set to default always stays at default unless it is changed manually.
2007-07-26 07:58:00 +00:00
skodak
4faf5f99be
MDL-10478 reworked collapse/expand for grade categories
2007-07-25 19:57:47 +00:00
nicolasconnault
438a5aa9ad
MDL-9628 Moving Basic support for compact view from report class to grade_category class, internal to the grade_tree recursive construction
2007-07-25 15:04:31 +00:00
nicolasconnault
48b5d8f38b
MDL-9628 Basic support for compact view
2007-07-25 09:33:08 +00:00
moodler
344e5c5397
Bump to fix capability upgrade
2007-07-25 06:28:50 +00:00
skodak
2cc773f5fa
MDL-10579 implemented capability checks in grader report, minor refactoring, whitespace cleanup
2007-07-24 21:20:29 +00:00
nicolasconnault
cb7fe7b4b8
MDL-9628 First attempts at trimming grade_tree after fetching, for expanded/contracted categories (compact view mode). So far, so good ...
2007-07-24 16:33:52 +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
skodak
54690a0894
MDL-10579 capabilities for grade report plugins
2007-07-24 09:20:37 +00:00
skodak
7a6b7acf76
MDL-10579 more capability checks in grades code + refactoring of grade_tree
2007-07-24 07:45:15 +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
moodler
e2008be287
Various language string fixes for grade reports
2007-07-23 08:13:59 +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
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
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