45 Commits

Author SHA1 Message Date
Frederic Massart
6aeebc259a MDL-47637 core_grades: Outcomes must not be weighted when non aggregated 2014-10-22 14:58:17 +08:00
John Okely
044a298e6f MDL-47392 core_grades: Consolidate grade item weight setting location 2014-10-16 15:21:53 +08:00
John Okely
5e18456631 MDL-47243 core_grades: Allow extra credit on outcome grade items 2014-10-15 14:33:31 +08:00
John Okely
c53708d9c0 MDL-47243 core_grades: Add weight settings to outcome edit page 2014-10-15 14:33:31 +08:00
Dan Poltawski
1aadfbcd88 MDL-38807 missing setType warnings on grade screens 2013-04-22 16:31:55 +01:00
Andrew Davis
a153c9f2fe MDL-30999 grade: updated Grade API phpdocs 2012-02-14 14:04:19 +07:00
David Mudrak
fffc7ddf5a MDL-21695 Gradebook help conversion finished 2010-06-27 21:30:44 +00:00
David Mudrak
f3474b008c MDL-21695 Replaced grade/outcomeid.html
AMOS BEGIN
 MOV [outcomeidhelp,core_grades],[outcome_help,core_grades]
 HLP grade/outcomeid.html,[outcome_help,core_grades]
AMOS END
2010-06-18 14:02:07 +00:00
David Mudrak
731bc4ccc3 MDL-21695 Replaced grade/locked.html
No AMOS script here, to be translated from scratch.
2010-06-07 21:58:16 +00:00
David Mudrak
8c38a052e4 MDL-21695 Removed grade/lockedafter.html as suggested by Helen 2010-06-07 21:49:21 +00:00
David Mudrak
9c22d77808 MDL-21695 Replaced grade/linkedactivity.html
AMOS BEGIN
 HLP grade/linkedactivity.html,[linkedactivity_help,core_grades]
AMOS END
2010-06-07 17:50:15 +00:00
David Mudrak
d75817e1dd MDL-21695 Replaced grade/iteminfo.html
AMOS BEGIN
 HLP grade/iteminfo.html,[iteminfo_help,core_grades]
AMOS END
2010-06-07 16:11:55 +00:00
David Mudrak
d7a04343b2 MDL-21695 Replaced grade/hidden.html and removed grade/hiddenuntil.html
No auto AMOS replacement here as the original HTML help is not suitable
for the new help system. Helen recommended to remove hiddenuntil help.
2010-06-07 09:35:45 +00:00
David Mudrak
5cca21a665 MDL-21695 Replaced grade/gradepass.html
AMOS BEGIN
 HLP grade/gradepass.html,[gradepass_help,core_grades]
AMOS END
2010-06-01 12:26:27 +00:00
David Mudrak
3869ab1ac6 MDL-21695 gradebook: Extra credit help strings
String aggregationcoefextraweight is used when editing an item which is
aggregated by Mean of grades (with extra credit) and was reworded to
Extra credit weight (because in fact it is the weight of the extra
credit - if it equals zero, the grade is not extra)

String aggregationcoefextrasum is used for Sum of grades and Simple
weighted mean of grades, meaning a checkbox extra credit yes/no

String aggregationcoefextra is used in the header of table Categories
and items (either Simple view or Full view). It must contain the information
about both meanings of aggregation.

AMOS BEGIN
 HLP grade/aggregationcoefcombo.html,[aggregationcoefextra_help,core_grades]
 HLP grade/aggregationcoefextra.html,[aggregationcoefextraweight_help,core_grades]
 HLP grade/aggregationcoefextrasum.html,[aggregationcoefextrasum_help,core_grades]
AMOS END
2010-05-21 13:46:28 +00:00
David Mudrak
da6fe84865 MDL-21695 help/grade/idnumber.html
AMOS BEGIN
 HLP grade/idnumber.html,[idnumbermod_help,core]
AMOS END
2010-05-18 06:06:52 +00:00
Martin Dougiamas
bfebaf64d8 MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script. 2010-05-13 02:02:05 +00:00
Petr Skoda
6c3ef4103a MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 12:11:29 +00:00
nicolasconnault
e060e33dc3 MDL-19727 Replaced boilerplates and removed ID tags. Merged from MOODLE_19_STABLE 2009-07-07 02:26:36 +00:00
skodak
d9ae2ab53b MDL-12942 new extra credit option for simple mean agg; merged from MOODLE_19_STABLE 2009-04-24 16:24:49 +00:00
nicolasconnault
ba1891d290 MDL-16962 New formslib element for dropdowns with a link to another page. Applied to outcome item and outcome edit pages. Merged from MOODLE_19_STABLE 2008-10-22 09:31:49 +00:00
nicolasconnault
976bf10efa MDL-16917 Fixed Merged from MOODLE_19_STABLE 2008-10-17 14:03:28 +00:00
skodak
6d62a9d7ee MDL-14008 various SUM aggregation bugfixes; merged from MOODLE_19_STABLE 2008-03-22 21:26:31 +00:00
skodak
94e7961403 MDL-14008 various SUM aggregation bugfixes; merged from MOODLE_19_STABLE 2008-03-22 21:20:33 +00:00
nicolasconnault
4de3322dc8 MDL-13709 66 new lang files, and links to these help files have been updated wherever found. Merging from MOODLE_19_STABLE 2008-03-03 10:25:37 +00:00
nicolasconnault
2e6f66afad MDL-13699 Followed Helen's instructions. Merging from MOODLE_19_STABLE 2008-02-27 18:46:20 +00:00
skodak
2e0d37fe41 MDL-12942 extra credit implemented in sum aggregation type; fixed sum aggregation; fixed division by zero in item grade min==max; merged from MOODLE_19_STABLE 2008-02-18 19:10:44 +00:00
tjhunt
d343bd2114 MDL-13253 - Should use separate language strings for user and module idnumber. Merged from MOODLE_19_STABLE. 2008-01-30 16:34:04 +00:00
skodak
204175c5ce MDL-12912 module idnumber course unique only; merged from MOODLE_19_STABLE 2008-01-14 22:46:03 +00:00
scyrma
d417533252 Fix for par of the missing strings, as reported in MDL-12294 2007-11-26 04:10:08 +00:00
skodak
a78890d593 MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE 2007-11-23 22:15:07 +00:00
skodak
6ba472cd65 MDL-12146 merged recent changes from normal item to outcome form; merged from MOODLE_19_STABLE 2007-11-16 22:15:25 +00:00
skodak
bfe0c0ddcf MDL-11835 proper labels for aggregation coef - weight and extra credit 2007-10-20 19:12:33 +00:00
nicolasconnault
8ad36f4cc3 Added copyright notice 2007-10-10 06:34:20 +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
skodak
f60c61b1b2 improved hiding support in grade/ 2007-08-09 16:19:06 +00:00
nicolasconnault
4d910cad01 MDL-10724 Finished help strings for grade and outcome item edit forms 2007-08-08 06:12:55 +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
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
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
skodak
9127bc5dbf outcome related fixes 2007-08-01 12:40:38 +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
78ad5f3ff0 MDL-10544 placeholder for outcome edit forms grade/edit/outcome/
MDL-10650 scales code moved to grade/edit/scale/
refactoring in grade/edit/
2007-07-29 23:02:03 +00:00