Eric Merrill
fbb70b4717
MDL-34543 mod_assign Fixing problem where previous feedback does not populate when you re-enter the grading view. add_plugin_grade_elements() was expecting grade object, but was being given grade string.
2012-08-07 10:19:35 -04:00
Damyon Wiese
94f26900c9
MDL-31288: New feature: Assignment submission statements
2012-07-27 16:00:10 +08:00
Sam Hemelryk
5b2b9e04ef
Merge branch 'MDL-34256' of git://github.com/netspotau/moodle-mod_assign
2012-07-23 11:09:28 +12:00
Damyon Wiese
f70079b9bf
MDL-2283: Display number of assignment submissions that need grading in the grading summary
2012-07-17 09:16:43 +08:00
Damyon Wiese
44e2f0fe72
MDL-34256: Grading table shows users with no submissions with "requires grading" filter
...
Also hide the filters completely if there are no submission plugins enabled (offline assignment).
2012-07-13 11:44:55 +08:00
Damyon Wiese
9650334f2c
MDL-34258: Plagiarism API now returns strings so mod_assign needs these updates
2012-07-11 08:31:56 +08:00
Eloy Lafuente (stronk7)
9039021b25
Merge branch 'MDL-33499' of git://github.com/netspotau/moodle-mod_assign
2012-07-03 02:15:57 +02:00
Damyon Wiese
99467a9f7f
MDL-33853: Prevent locking an assignment submission from putting a grade of 0 in the gradebook
2012-06-22 11:12:06 +08:00
Damyon Wiese
14c46e24a9
MDL-33878: Assignment - prevent error when removing overridden flag in gradebook
...
This error only occurs when there is a submission but no grade in the assignment
and the feedback comments plugin is enabled.
2012-06-20 13:11:19 +08:00
Dan Poltawski
2b5f4dbbca
Merge branch 'MDL-33699' of git://github.com/netspotau/moodle-mod_assign
2012-06-18 13:49:16 +08:00
Dan Poltawski
728aee9767
Merge branch 'MDL-33697' of git://github.com/netspotau/moodle-mod_assign
2012-06-18 13:12:56 +08:00
Damyon Wiese
a13edd499d
MDL-33699: Allow grades of 0 in assignment quickgrading
2012-06-15 15:13:26 +08:00
Damyon Wiese
787ad88143
MDL-33499: Display final grade on the grading form with a link to the grader report
...
AMOS BEGIN
CPY [currentgrade,mod_assignment],[currentgrade,mod_assign]
AMOS END
2012-06-15 14:09:38 +08:00
Damyon Wiese
f750cf712c
MDL-33697: Merge the 2 assignment notification types
...
This is the best solution until Moodle supports capabilities on module message providers.
Unfortunately we already changed the mod_assignment language string so I can't put an AMOS
command to copy the new string.
2012-06-14 15:31:23 +08:00
Damyon Wiese
a1e54f4d6c
MDL-33327: Layout changes for the assignment grading table
...
Move the grading actions to a single drop down list above the header
Move the grading options below the grading table (although that is inconsistent)
Conflicts:
mod/assign/gradingtable.php
mod/assign/locallib.php
2012-06-14 15:22:42 +08:00
Sam Hemelryk
78338b8b0e
Merge branch 'MDL-33645-master' of git://github.com/ankitagarwal/moodle
2012-06-14 11:31:46 +12:00
Ankit Agarwal
09b46f0e13
MDL-33645 assign: Teachers should not be allowed to change grades if it is overridden in the gradebook
2012-06-13 13:20:54 +08:00
Damyon Wiese
e7ade405eb
MDL-33576: If grade set to "No grade" in mod_assign hide inputs for quickgrading
2012-06-13 08:55:02 +08:00
Dan Poltawski
502be9a069
MDL-33572 - assign: fixed syntax probblem found immediately after integration
...
Grr. shouldn't have escaped our review.
2012-06-12 13:41:54 +08:00
Damyon Wiese
2d8a9ce96c
MDL-33572: Make the display of the "graded" status consistent in mod_assign
...
Do not display "graded" when the grade is set to -1.
2012-06-07 10:22:46 +08:00
Damyon Wiese
4913af936f
MDL-33498: Correct use of unformat_float for mod_assign decimal grades
...
This was affecting locales that use , instead of . in floating point numbers.
2012-06-07 09:27:59 +08:00
Dan Poltawski
de6a0dfd3d
Merge branch 'MDL-33547' of git://github.com/netspotau/moodle-mod_assign
2012-06-06 16:09:15 +08:00
Damyon Wiese
509e59ca38
MDL-33547: Fix for mod_assign portfolio export for a list of files.
...
This will fix any submission or feedback plugin using render_area_files
to show a list of files.
2012-06-06 15:49:37 +08:00
Dan Poltawski
a16757ed9c
Merge branch 'MDL-33042-master-1' of git://git.luns.net.uk/moodle
2012-06-05 12:52:39 +08:00
Dan Poltawski
ac0ad29c6f
Merge branch 'MDL-33319' of git://github.com/netspotau/moodle-mod_assign
2012-06-05 12:03:56 +08:00
Ruslan Kabalin
c1d09c6fa3
MDL-33042: Assign: get rid of email statements in messaging functions
2012-05-28 11:48:18 +01:00
Ruslan Kabalin
599f7a279c
MDL-33045: Assign: remove references to old assignment in URLs
2012-05-28 10:53:40 +01:00
Ruslan Kabalin
f5b32abe57
MDL-33045: Assign: Make get_module_name() return something
2012-05-28 10:52:11 +01:00
Damyon Wiese
2c6a3dbfca
MDL-33319: Support quickgrading in feedback plugins
2012-05-28 11:10:09 +08:00
Sam Hemelryk
c831400563
MDL-31414 mod_assign: Fixed issue with assign cron when there was nothing to process
2012-05-23 16:23:53 +12:00
Sam Hemelryk
3f7b501e66
MDL-31414 mod_assign: Code cleanup for notification improvements
...
* No need to manually call update of providers that happens automatically.
* Added upgrade code for the new sendlatenotifications field.
* Added AMOS syntax for the two renamed strings
* Refactored assign::cron to use half as many DB queries
* Cleaned up unused vars and globals, coding style and phpdocs.
* Removed string notifications added previously but never used.
AMOS BEGIN
MOV [emailgradermail,mod_assign],[gradersubmissionupdatedtext,mod_assign]
MOV [emailgradermailhtml,mod_assign],[gradersubmissionupdatedhtml,mod_assign]
AMOS END
2012-05-23 09:34:23 +12:00
Damyon Wiese
75f87a5795
MDL-31414: Separate settings to control notifications for submissions, late submissions and submission receipts
...
This adds separate controls for the sending of notifications from the mod_assign.
The separate notifications are: student submission receipt (for students), feedback available (for students)
and submission updated (for graders). The grader notifications can be enabled for all submissions or just late ones.
Added code to reset the message providers on upgrade (only applies for a 2.3 dev version)
2012-05-23 08:29:22 +12:00
Sam Hemelryk
2a4fbc327c
MDL-32932 mod_assign: Coding style clean up and security improvement
2012-05-22 14:21:47 +12:00
Sam Hemelryk
c5b8ae0eb7
Merge branch 'MDL-32932' of git://github.com/netspotau/moodle-mod_assign
...
Conflicts:
mod/assign/gradingtable.php
2012-05-22 14:21:41 +12:00
Dan Poltawski
82258830b7
Merge branch 'MDL-32933' of git://github.com/netspotau/moodle-mod_assign
2012-05-18 11:23:47 +08:00
Damyon Wiese
bf78ebd650
MDL-32932: Add quickgrading support to mod_assign
2012-05-15 13:33:59 +08:00
Damyon Wiese
a769a00157
MDL-32933: Add outcomes to mod_assign and upgrade tool
2012-05-15 12:27:27 +08:00
Damyon Wiese
b11808c7d6
MDL-32909: assign_user_get_grades does not need to lookup context and was doing it wrong
...
cmidnumber is not the same as coursemodule->id
2012-05-14 11:29:43 +08:00
Damyon Wiese
c45261df97
MDL-32933: Add outcomes to mod_assign and upgrade tool
2012-05-14 11:23:40 +08:00
Dan Poltawski
bc5a657bfb
MDL-32813 - fix trailing whitespace
2012-05-09 11:17:57 +08:00
Dan Poltawski
b7e4b76536
Merge branch 'MDL-32813' of github.com:netspotau/moodle-mod_assign
2012-05-09 11:13:09 +08:00
Damyon Wiese
3ec209133d
MDL-32768: Remove unused function count_files from mod_assign
...
This is implemented in the plugins and is not used in the base assign class.
This was also using a constant from the assignsubmission_file plugin which is
bad form.
2012-05-08 11:02:25 +08:00
Damyon Wiese
cfc81f03c5
MDL-32813: Change mod_assign settings to use plugin settings table.
...
Also move the 'default' setting for each plugin into it's own settings file
so that it is handled properly on new installs.
(ensure the plugin is available at setting time)
Also make the file submission plugin on by default
2012-05-07 11:49:15 +08:00
Dan Poltawski
9682626eec
MDL-31270: mod_assign fix whitespace issues
2012-05-03 16:05:58 +08:00
Damyon Wiese
bbd0e548c3
MDL-31270 mod_assign: introducing the assignment module
...
* Includes an assignment upgrade tool to convert from the old mod_assignment.
* Hides mod_assignment on new installs
2012-05-03 14:44:06 +08:00