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 |
|
skodak
|
2c386f82e5
|
MDL-10383 - deprecated get_groups(), user_group() and ismember()
|
2007-08-15 20:21:01 +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 |
|
nicolasconnault
|
7d7029f57d
|
MDL-9137 Changed course names to links to the user reports for each course, and changed grade to rounded percentage.
|
2007-08-15 07:19:20 +00:00 |
|
nicolasconnault
|
92df185d85
|
MDL-10837 Added the export_letters checkbox to the txt export form (it was the only one overriding the grade_export form)
|
2007-08-15 06:40:55 +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 |
|
nicolasconnault
|
4ccb300e63
|
MDL-10829 Help page for the calculation field and interface
|
2007-08-14 08:30:10 +00:00 |
|
nicolasconnault
|
b31a9f3dbb
|
MDL-10829 Added get_grade_item() to the grade_item class, for cases when we don't whether an object is a category or a grade_item. The new interface for viewing and adding idnumbers (no editing) is 99% finished. Help strings still to do.
|
2007-08-14 06:05:07 +00:00 |
|
toyomoyo
|
ab3444d79d
|
fixed a warning when group members have no grades
|
2007-08-14 02:13:08 +00:00 |
|
nicolasconnault
|
d638075d2a
|
Fixed a little typo
|
2007-08-13 18:35:28 +00:00 |
|
toyomoyo
|
0da010f792
|
grade items in xml export should not be checkable if they have no idnumbers
|
2007-08-13 09:29:12 +00:00 |
|
toyomoyo
|
f6eb15ade1
|
adding preview rows for export
|
2007-08-13 08:50:17 +00:00 |
|
nicolasconnault
|
86655fb693
|
MDL-10490 Finished coding and testing.
|
2007-08-13 08:22:56 +00:00 |
|
nicolasconnault
|
0eeada790c
|
MDL-10490 Implemented grade letters in export. Needs testing.
|
2007-08-13 04:19:01 +00:00 |
|
nicolasconnault
|
3cf6a6d5a4
|
MDL-10725 Fixed breadcrumb
|
2007-08-13 02:48:39 +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
|
bc430af20d
|
MDL-9137 Fixing errors in the overview report
|
2007-08-10 14:58:21 +00:00 |
|
nicolasconnault
|
aa330ebb0d
|
MDL-9137 Added the overview report
|
2007-08-10 09:34:50 +00:00 |
|
nicolasconnault
|
53a16616b8
|
MDL-9137 Added the overview report
|
2007-08-10 09:28:37 +00:00 |
|
nicolasconnault
|
060d1e1792
|
MDL-9628 More category collapse updates
|
2007-08-10 05:49:46 +00:00 |
|
nicolasconnault
|
c30fafbf16
|
MDL-9628 Added a bit of informational verbose to the hiddenuntil and locktime icons in the grader report.
|
2007-08-09 16:57:26 +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 |
|
skodak
|
f60c61b1b2
|
improved hiding support in grade/
|
2007-08-09 16:19:06 +00:00 |
|
skodak
|
fb0e357051
|
various locking improvements and fixes, cron locktime support stilll missing
|
2007-08-09 09:03:14 +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 |
|
nicolasconnault
|
ca96d0c4ad
|
MDL-10724 Finished help strings for scale and outcome edit forms
|
2007-08-08 09:09:46 +00:00 |
|
skodak
|
aea4df411e
|
MDL-10544 support for outcomes showing/hiding in grader report
|
2007-08-08 08:31:04 +00:00 |
|
nicolasconnault
|
4d910cad01
|
MDL-10724 Finished help strings for grade and outcome item edit forms
|
2007-08-08 06:12:55 +00:00 |
|
nicolasconnault
|
ece2a77dcf
|
MDL-10724 Finished help strings for category edit form
|
2007-08-08 04:35:27 +00:00 |
|
skodak
|
0658afc9a1
|
fixes for overriding of scales, outcomes and minor access control tweak
|
2007-08-07 22:50:32 +00:00 |
|
skodak
|
ffe6eb276a
|
removing debug delay
|
2007-08-07 21:27:50 +00:00 |
|
skodak
|
dc3ca94c92
|
added group access checks in grade edit form
|
2007-08-07 21:26:59 +00:00 |
|
skodak
|
27b1735bf9
|
adding more capability checks into grade edit form and grader - should be finished now; TODO: group access for teachers
|
2007-08-07 20:33:09 +00:00 |
|
nicolasconnault
|
1c537f4846
|
MDL-10724 Started help strings for category edit form
|
2007-08-07 19:59:18 +00:00 |
|
nicolasconnault
|
072f3c47de
|
MDL-10724 Finished help strings and files (4 new) for item edit form
|
2007-08-07 16:29:53 +00:00 |
|
skodak
|
d3c3da1b77
|
MDL-9628 non-existent grades can be locked/hidden/edited :-)
|
2007-08-07 08:30:25 +00:00 |
|
skodak
|
15a511597e
|
MDL-10738 finished hiding support in grade and item edit page
|
2007-08-06 20:51:09 +00:00 |
|
nicolasconnault
|
0605ad5092
|
MDL-10724 Added the help buttons to the item edit form
|
2007-08-06 18:52:12 +00:00 |
|
skodak
|
2b0f65e23c
|
MDL-10223 module grades are now refreshed after unlocking
|
2007-08-06 15:18:54 +00:00 |
|
skodak
|
29d509f59a
|
MDL-10109 optional aggregation of outcomes together with grades
|
2007-08-06 12:05:45 +00:00 |
|
moodler
|
e754b3e058
|
Just hiding the calculation field from the edit forms until we do something better with it. Inthe meantime, use the main calcualtion form.
|
2007-08-06 09:42:47 +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 |
|
skodak
|
eedd3aa27b
|
edit tree now respects aggregationposition preference
|
2007-08-06 09:01:18 +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 |
|
skodak
|
41486d1c40
|
MDL-10702 fixing handling of slashes in grade forms
|
2007-08-03 08:12:06 +00:00 |
|
nicolasconnault
|
febf921c78
|
MDL-10702 Removed the false param from outcomeitem.php $mform->get_data(false)
|
2007-08-03 07:18:15 +00:00 |
|
skodak
|
c521e8e403
|
MDL-10105 some more idnumber fixes
|
2007-08-02 11:07:44 +00:00 |
|