8598 Commits

Author SHA1 Message Date
nicolasconnault
e2537ca3ea MDL-10550 Finished first draft of the outcomes report. 2007-07-24 10:08:46 +00:00
skodak
c71fea5986 fixed cap names for grade:view* 2007-07-24 09:23:43 +00:00
moodler
807d0c3199 String for outcomes report name 2007-07-24 08:11:34 +00:00
nicolasconnault
5df8b07016 Added and corrected a number of language strings. 2007-07-24 05:27:46 +00:00
mark-nielsen
4342dc32c5 Implemented feature request MDL-10568 - lesson_print_overview() hook 2007-07-24 05:23:54 +00:00
skodak
2a55410b18 MDL-10576 two new lang pack editing capabilities 2007-07-23 19:50:20 +00:00
skodak
dd45888a24 MDL-9511 adding/renaming grading capabilities 2007-07-23 19:22:48 +00:00
moodler
e2008be287 Various language string fixes for grade reports 2007-07-23 08:13:59 +00:00
moodler
d0cdfa0f91 Language files for default grade plugins 2007-07-23 07:54:29 +00:00
toyomoyo
16108ca68a MDL-10565, removing wrongly placed duplicate language file 2007-07-23 06:29:04 +00:00
poltawski
47f6428969 MDL-7835 - add emailstop to user upload 2007-07-22 21:56:04 +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
thepurpleblob
713b2a2f71 MDL-10531:
GIFT now handles Essay and Description type questions. See help/docs.

Merged from STABLE_18
2007-07-21 07:48:56 +00:00
thepurpleblob
d53dd78ad1 MDL-10531:
GIFT now handles Essay and Description type questions. See help/docs.
2007-07-21 07:40:59 +00:00
tjhunt
606f71c97d Fix whitespace. 2007-07-20 17:40:09 +00:00
skodak
c186c7b2cb MDL-10524 minor simplification of median aggregation + fixed aggregation names in lang 2007-07-20 13:54:58 +00:00
thepurpleblob
61fbd0fb52 MDL-10396:
Add an option and a check to (optionally) prevent users being enrolled
in hidden courses.

Merged from STABLE_18
2007-07-20 13:03:19 +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
skodak
5c13c6cc87 MDL-10520 reverting previous commit - the db setup+upgrade code must be fixed first 2007-07-18 21:37:30 +00:00
nicolasconnault
064105e357 Automatic grading Google Summer of Code project (Epaile assignment module) by Arkaitz Garo, First commit. 2007-07-18 21:13:53 +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
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
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
nicolasconnault
2f61fc0ee6 MDL-10477 Implementing rangesdisplaytype, finishing off this task 2007-07-17 07:41:52 +00:00
nicolasconnault
bb384a8e29 MDL-10477 Mainly the percentage grade display type 2007-07-16 19:46:54 +00:00
nicolasconnault
02d1e2cfa9 MDL-9629 New setting and language strings. Also using constants from gradelib in settings.php and preferences_form.php for grader report. 2007-07-16 09:18:02 +00:00
moodler
36e53792c5 Changed "Grand totals" to "averages" everywhere 2007-07-16 07:04:52 +00:00
moodler
6164921133 Changes "show scales" everywhere to "show ranges" 2007-07-16 06:17:45 +00:00
tjhunt
ed8bebce5a MDL-10452 - start quiz UI is confusing if you have quiz:preview capability. Change the 'start/continue attempt button' to say 'start/continue preview' in this case. Merged from MOODLE_17_STABLE. 2007-07-13 15:58:42 +00:00
toyomoyo
c55dee3fa9 MDL-10181, user management improvements fixes 2007-07-13 08:26:47 +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
thepurpleblob
c569a97541 MDL-10415:
Documentation for Aiken format added back, plus a few other minor improvements.
2007-07-11 09:58:11 +00:00
nicolasconnault
6e30bd442d MDL-10392 updated links to edit_grade form, corrected the loop for table rows, which only initialised the $element object at the end of the loop
MDL-10211  Removed showfeedback preference
MDL-10286 Changed tooltip so that it surrounds the grade in a span when edit mode is off, and surrounds the edit icon otherwise
MDL-10287 Deleted edit_feedback and edit_feedback files and links to this form
MDL-10368 Removed show/hide feedback toggle
2007-07-11 07:30:04 +00:00
toyomoyo
de7d838841 MDL-10385, use langconfig specific decimal point and thousand separator when printing grades. Grade validation for grademin/grademax range 2007-07-10 09:01:19 +00:00
nicolasconnault
ce0c946a1f MDL-10386
- Renamed grade_report_shownotes preference to grade_report_showfeedback
- Added grade_report_quickgrading and grade_report_quickfeedback preferences
- Re-organised the grade_get_icons() function: The icons are all prepared first,
    then the preferences and conditions are applied to the selection of icons.
    This allows for a third $icons parameter, an array of icon names, which
    explicitly sets which icons should be returned by the function, regardless
    of preferences and options.
- Identified and fixed MDL-10391 bug with updating boolean user preferences (advcheckbox used)
2007-07-09 19:59:45 +00:00
nicolasconnault
73a5d828ce MDL-10368 Added quick toggles 2007-07-09 13:24:36 +00:00
nicolasconnault
27626e7147 MDL-9268 Removing "turn feedback on" button in favour of the new user/cfg preference grade_report_shownotes; Re-displaying the calculation icons 2007-07-09 11:58:24 +00:00
stronk7
060bbac9ef Adding some new strings to the XMLDB editor. MDL-7357
Merged from MOODLE_18_STABLE
2007-07-08 23:14:22 +00:00
poltawski
d1818f3283 MDL-10311 - further groups import fixes - merged from MOODLE_18_STABLE 2007-07-06 16:34:30 +00:00
poltawski
0d53808b11 MDL-10311 Group import broken - missing lang strings & slight helpfile update
merged from MOODLE_18_STABLE
2007-07-06 15:35:37 +00:00
nicolasconnault
d2e87c0c39 MDL-10364 Added calculation icon, changed customdata to set_data for feedback form. 2007-07-06 12:41:33 +00:00
nicolasconnault
a69e733573 MDL-10364 Added the showcalculations preference and re-factored preferences_form.php (much, much smaller now!) 2007-07-06 08:23:17 +00:00
nicolasconnault
1dd1bc8eaa MDL-10287 Finished implementing form 2007-07-06 06:10:20 +00:00
nicolasconnault
02046f93fa MDL-10210 2 Fixing a few errors in preferences 2007-07-06 02:57:28 +00:00
nicolasconnault
5851ef55b6 MDL-10210 2 new preferences: showgrandtotals and grandtotalsdisplaytype 2007-07-06 02:49:36 +00:00
nicolasconnault
c3e193ece3 MDL-10286 Finished the view feedback page. Also added links for each user name on the grader report page (linking to their profiles). 2007-07-05 08:02:05 +00:00
nicolasconnault
657e52d4da MDL-10286 Implementing the view feedback page. Added links to the user, module and scale when applicable. 2007-07-05 07:01:48 +00:00