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
skodak
602433133e
MDL-10105 idnumber uniqueness tested before insert in UI now - both modedit and item edit pages
2007-08-02 10:38:18 +00:00
moodler
72c31c778d
First pass at cleaning up this form, though it probably should be made vertical instead (see how time goes)
2007-08-02 07:57:15 +00:00
moodler
2a598439eb
Change the default tab of outcomes page
2007-08-02 05:34:48 +00:00
skodak
11a149995e
MDL-10364 improved calculation form
2007-08-01 21:48:10 +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
skodak
c738c61c44
fixed links broken while renaming tree.php to index.php
2007-08-01 14:31:51 +00:00
nicolasconnault
2e3987a935
MDL-10674 and MDL-10675 finished
2007-08-01 14:08:50 +00:00
skodak
9127bc5dbf
outcome related fixes
2007-08-01 12:40:38 +00:00
nicolasconnault
fafe1cd23e
MDL-9628 Reverting to using gradebook plugin module names in navigation
2007-08-01 07:41:13 +00:00
toyomoyo
ed3cdf07fc
scales should be (courseid, scale) unique, since it's already abused it's not possible to add a unique in db, so we add additional check in GUI. Duplicate scale, course causes mapping problems in backup/restore
2007-08-01 07:40:40 +00:00
nicolasconnault
826c5f8635
MDL-9628 Refactoring the building of navigation array for gradebook pages
2007-08-01 06:47:35 +00:00
moodler
9988d1b7a7
When editing old outcomes when outcomes are switched off, just treat them like an ordinary scale item
2007-08-01 04:50:39 +00:00
moodler
a2a136b8ad
Hide some outcomes stuff when $CFG->enableoutcomes is off
2007-08-01 04:34:08 +00:00
skodak
678a79caa5
adding grade_outcomes description;
...
fixing field lengths in outcome and scale forms
2007-07-31 21:10:20 +00:00
moodler
9d1e218576
Fixing copyright years
2007-07-31 17:02:43 +00:00
moodler
e36fe14acc
Removing csv export because txt already does it
2007-07-31 14:28:08 +00:00
moodler
423b2f006a
Some cleanups, moving buttons, false links etc
2007-07-31 14:04:13 +00:00
nicolasconnault
bb3f9f08dd
MDL-10550 Using Petr's new grade_outcome::fetch_all_available() method to get the outcomes for the report.
2007-07-31 13:34:36 +00:00
skodak
2fa3ea10f1
edit/outcomeitem.php - fixed selection of outcomes to show only available course outcomes
2007-07-31 13:04:35 +00:00
skodak
4c2402b2f8
minor scale related changes, added fixed update() into grade_outcome class
2007-07-31 12:52:17 +00:00
skodak
3818937e4a
more Edit/Outcomes improvements - new course column for standard outcomes; outcomes_course consistency checks; removed debug delays
2007-07-31 12:03:45 +00:00
skodak
b4ff0358ea
added more return tracking to scale links in Edit/Outcomes
2007-07-31 11:01:10 +00:00
skodak
0297e313ce
improced assigning of used course outcomes, added return tracking to scale links in Edit/Outcomes
2007-07-31 10:57:05 +00:00
moodler
aab22042fb
Added links to sclaes from outcome editing page
2007-07-31 09:15:39 +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
nicolasconnault
23281a6ac3
MDL-10550 Reverted some of Petr's changes, and added styling to the table.
2007-07-31 07:26:13 +00:00
toyomoyo
f29146dd44
adding a print_heading() call
2007-07-31 04:24:39 +00:00
toyomoyo
0b06f5666d
fixing course outcomes edit page to not use user preference but proper grade_outcomes_courses table, because course outcomes should not be a user preference
2007-07-31 04:09:00 +00:00
toyomoyo
014834e40b
fixing print_grade_plugin_selector() to point to edit/courseoutcomes
2007-07-31 03:28:30 +00:00
toyomoyo
cc7915781e
adding courseoutcomes, removing favoutcomes
2007-07-31 03:23:07 +00:00
toyomoyo
2c3bfac9e8
removed and placed in courseoutcomes
2007-07-31 03:20:53 +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