Simey Lameze
7ae332a5b2
MDL-42501 course: add help icon on delete gradebook options
2014-12-15 16:27:05 +08:00
Frederic Massart
84dd6d42ce
MDL-38732 gradereport_grader: Handle simultaneous graders
2014-10-14 13:50:17 +08:00
Andrew Davis
5bfbec5521
MDL-46600 core_grades: made it explicit in the error message that a failed grade import means nothing was imported.
2014-08-07 09:17:04 +08:00
Dan Poltawski
1b9a1e8128
Merge branch 'MDL-29572_master' of https://github.com/jrchamp/moodle
2014-04-09 11:38:42 +08:00
James McQuillan
597662335d
MDL-22999 core_grades: Added ability to configure maximum grade value both globally and for each graded-activity.
2014-04-07 16:02:37 -04:00
Petr Škoda
ffe60f5bbd
MDL-40910 add new core event user_graded
...
This event is triggered when teacher manually edits the grade in gradebook.
2014-03-29 15:34:11 +08:00
Jonathan Champ
643e341cc0
MDL-29572 Grade Import: Avoid creating invalid temporary rows; Provide feedback on error
2014-03-22 21:41:20 -04:00
Jean-Philippe Gaudreau
3aaa906b1e
MDL-38317 grade import: Translation support for import mappings form.
2013-09-13 08:49:58 -04:00
Dan Poltawski
8f9ae1d5e8
Merge branch 'brokencalc' of git://github.com/andyjdavis/moodle
2013-05-05 11:29:11 +01:00
Andrew Davis
459843d495
MDL-32913 core_grade:made it more obvious when the gradebook is broken due to a broken calculation
2013-05-02 09:03:02 +08:00
Adrian Greeve
bb2306eb7e
MDL-39298 - gradebook: Added more delimiters for uploading and downloading the gradebook as a csv file.
...
New delimiters added: colon, semicolon
2013-04-23 11:57:15 +08:00
Rajesh Taneja
38c1dd194d
MDL-31969 grades: Added user preference to show/hide/export suspended users.
...
User with course:viewsuspendedusers capability can now show/hide/export
enrolled users whose enrolment is suspended or enrolment time is expired.
2013-04-09 14:01:58 +08:00
Rajesh Taneja
7400be1b6e
MDL-34777 Accessibility: Add labels to input elements in gradebook
2012-09-20 11:28:55 +08:00
Rossiani Wijaya
b1fec412e3
MDL-34777 grading: add label to select and input tag
...
Conflicts:
mod/assign/lang/en/assign.php
mod/assign/locallib.php
2012-09-18 13:18:57 +08:00
Charles Fulton
293f42b67a
MDL-21572 grade: make user profile fields configurable
2012-07-13 09:00:12 +08:00
Frederic Massart
455dc0de61
MDL-18301 Gradebook: Added feature for components to control grade visibility
2012-07-06 09:52:46 +08:00
Andrew Davis
78ab98bc5e
MDL-27322 grade: added the ability to not have suspended students included in a grade export
2012-05-10 08:34:51 +07:00
Andrew Davis
a740a0ad98
MDL-26257 grade: fixed the grader report edit mode ajax and fixed a spot in the grader report that should be using get_students_per_page()
2012-04-30 08:56:27 +07:00
Andrew Davis
d3b698a46e
MDL-26275 grade: added a safety check to avoid hitting PHP's max_input_var by reducing the number of students per page if necessary
2012-04-30 08:56:26 +07:00
Andrew Davis
de80da61e8
MDL-31158 grade: altered the help string for recovergradesdefault
2012-02-21 08:27:09 +07:00
Charles Fulton
dbe93bc7c7
MDL-31158 make grade recovery site-configurable
2012-02-17 09:25:24 +07:00
Tim Hunt
658ad69fa0
MDL-27200 missing {} in various lang strings.
2011-12-23 11:51:24 +00:00
Sam Hemelryk
1ae9aa2b8f
Merged MDL-29108 Advanced grading
2011-11-14 22:01:05 +13:00
sam marshall
e4aec5bed3
MDL-26647 (6) Support showuseridentity on grader report, quiz report, SCORM report
2011-11-04 13:57:17 +00:00
David Mudrak
bb17ac1e32
MDL-29920 Gradebook grader report now supports grade analysis link
...
When grade analysis link is enabled, an icon is displayed next to each
grade of a module that supports grade.php file. The parameters needed to
identify the particular user and grade are passed to the grade.php
script.
2011-11-01 20:53:48 +01:00
Tim Hunt
71c4154a98
MDL-26567 no grade category option on the quiz settings form.
...
Also, refine the standard_grading_coursemodule_elements method to add a
help string.
AMOS BEGIN
CPY [gradecategory,grades],[gradecategoryonmodform,grades]
AMOS END
2011-09-20 11:10:34 +01:00
Andrew Davis (andyjdavis)
3aafffc043
MDL-26835 gradebook: grader report now marks suspended students
2011-04-18 14:29:13 +08:00
David Mudrak
29cbe43189
MDL-13481 Strings fullname and shortname are now deprecated
...
This is a final cleanup commit of fullname and shortname issue. All
places where these strings were detected yet have been replaced with
proper fullnamecourse or fullnameuser or some other context specific
string.
AMOS BEGIN
CPY [fullname,core],[outcomefullname,core_grades]
CPY [shortname,core],[outcomeshortname,core_grades]
CPY [name,core],[rolefullname,core_role]
CPY [shortname,core],[roleshortname,core_role]
AMOS END
2011-02-28 09:42:50 +01:00
David Mudrak
d5b7f35d65
MDL-17357 Removed duplicate string definitions
2011-02-07 15:08:07 +01:00
andyjdavis
a071dbb66b
gradebook MDL-20617 added more control over what columns are displayed on the user report
2011-01-18 17:13:06 +08:00
Helen Foster
600962e843
MDL-21250 capital letters removal
2010-12-08 19:16:17 +00:00
Andrew Davis
6f4b954af4
gradebook MDL-23433 had another go at the show hidden item help item
2010-08-12 08:09:36 +00:00
Andrew Davis
4ce5fe9e32
gradebook MDL-23433 made some strings a bit clearer
2010-08-10 12:20:08 +00:00
Andrew Davis
2821c4955b
gradebook MDL-22931 made some of the setting labels more specific and made blocks show on category setting screen
2010-07-08 07:09:10 +00:00
David Mudrak
5cf5cc9b41
MDL-21695 Removing obsolete strings and renaming legacy config* strings in gradebook
...
AMOS BEGIN
MOV [configdisablegradehistory,core_grades],[disablegradehistory_help,core_grades]
MOV [configenableoutcomes,core_grades],[enableoutcomes_help,core_grades]
MOV [configfixedstudents,core_grades],[fixedstudents_help,core_grades]
MOV [configgradehistorylifetime,core_grades],[gradehistorylifetime_help,core_grades]
MOV [configgradeitemadvanced,core_grades],[gradeitemadvanced_help,core_grades]
MOV [configgradepublishing,core_grades],[gradepublishing_help,core_grades]
MOV [confighiddenasdate,core_grades],[hiddenasdate_help,core_grades]
MOV [confighideforcedsettings,core_grades],[hideforcedsettings_help],[core_grades]
MOV [configincludescalesinaggregation,core_grades],[includescalesinaggregation_help,core_grades]
MOV [configprofilereport,core_grades],[profilereport_help,core_grades]
MOV [configshowuserimage,core_grades],[showuserimage_help,core_grades]
MOV [configunlimitedgrades,core_grades],[unlimitedgrades_help,core_grades]
AMOS END
2010-06-25 17:21:15 +00:00
David Mudrak
2e98f5ac66
MDL-21695 User key related help
...
AMOS BEGIN
MOV [userkeyhelp,core_grades],[userkey_help,core_userkey]
HLP grade/userkey.html,[userkey_help,core_userkey]
HLP userkey/keyiprestriction.html,[keyiprestriction_help,core_userkey]
HLP userkey/keyvaliduntil.html,[keyvaliduntil_help,core_userkey]
AMOS END
2010-06-25 17:20:46 +00:00
David Mudrak
b1b84d503d
MDL-21695 Replaced grade/studentsperpage.html
...
AMOS BEGIN
MOV [configstudentsperpage,core_grades],[studentsperpage_help,core_grades]
HLP grade/studentsperpage.html,[studentsperpage_help,core_grades]
AMOS END
2010-06-25 17:20:03 +00:00
David Mudrak
59a31596d4
MDL-21695 Replaced grade/showuseridnumber.html
...
AMOS BEGIN
MOV [configshowuseridnumber,core_grades],[showuseridnumber_help,core_grades]
HLP grade/showuseridnumber.html,[showuseridnumber_help,core_grades]
AMOS END
2010-06-25 17:19:49 +00:00
David Mudrak
1cc3165e18
MDL-21695 Replaced grade/showrank.html
...
AMOS BEGIN
MOV [configshowrank,core_grades],[showrank_help,core_grades]
HLP grade/showrank.html,[showrank_help,core_grades]
AMOS END
2010-06-25 17:19:34 +00:00
David Mudrak
a76982080e
MDL-21695 Replaced grade/showranges.html
...
AMOS BEGIN
MOV [configshowranges,core_grades],[showranges_help,core_grades]
HLP grade/showranges.html,[showranges_help,core_grades]
AMOS END
2010-06-21 09:07:45 +00:00
David Mudrak
9b600fd247
MDL-21695 Replaced grade/showquickfeedback.html
...
AMOS BEGIN
MOV [configshowquickfeedback,core_grades],[showquickfeedback_help,core_grades]
HLP grade/showquickfeedback.html,[[showquickfeedback_help,core_grades]
AMOS END
2010-06-21 08:43:28 +00:00
David Mudrak
ff268dcb28
MDL-21695 Replaced grade/showpercentage.html
...
AMOS BEGIN
MOV [configshowpercentage,core_grades],[showpercentage_help,core_grades]
HLP grade/showpercentage.html,[showpercentage_help,core_grades]
AMOS END
2010-06-21 08:39:27 +00:00
David Mudrak
69558ec30c
MDL-21695 Replaced grade/shownumberofgrades.html
...
AMOS BEGIN
MOV [configshownumberofgrades,core_grades],[shownumberofgrades_help,core_grades]
HLP grade/shownumberofgrades.html,[shownumberofgrades_help,core_grades]
AMOS END
2010-06-21 08:31:39 +00:00
David Mudrak
a78f1e295b
MDL-21695 Replaced grade/showlocks.html
...
AMOS BEGIN
MOV [configshowlocks,core_grades],[showlocks_help,core_grades]
HLP grade/showlocks.html,[showlocks_help,core_grades]
AMOS END
2010-06-21 08:28:09 +00:00
David Mudrak
456ac98c26
MDL-21695 Ooops - I forgot to include a file in the previous commit
...
AMOS BEGIN
MOV [configshowhiddenitems,core_grades],[showhiddenitems_help,core_grades]
HLP grade/showhiddenitems.html,[showhiddenitems_help,core_grades]
AMOS END
2010-06-21 08:20:59 +00:00
David Mudrak
81ff6f1c3a
MDL-21695 Replaced grade/overridden.html
...
AMOS BEGIN
HLP grade/overridden.html,[overridden_help,core_grades]
AMOS END
2010-06-21 06:50:24 +00:00
David Mudrak
c08ed93069
MDL-21695 Removing obsolete strings
2010-06-18 16:41:36 +00:00
David Mudrak
20c35d89ff
MDL-21695 Replaced grade/showeyecons.html
...
AMOS BEGIN
MOV [configshoweyecons,core_grades],[showeyecons_help,core_grades]
HLP grade/showeyecons.html,[showeyecons_help,core_grades]
AMOS END
2010-06-18 16:32:56 +00:00
David Mudrak
82d382805f
MDL-21695 Replaced grade/showcalculations.html
...
AMOS BEGIN
MOV [configshowcalculations,core_grades],[showcalculations_help,core_grades]
HLP grade/showcalculations.html,[showcalculations_help,core_grades]
AMOS END
2010-06-18 16:28:17 +00:00
David Mudrak
f4d1f97ddb
MDL-21695 Replaced grade/showaverages.html
...
AMOS BEGIN
MOV [configshowaverages,core_grades],[showaverages_help,core_grades]
HLP grade/showaverages.html,[showaverages_help,core_grades]
AMOS END
2010-06-18 16:24:14 +00:00