Dan Poltawski
e8bc65a85e
Merge branch 'MDL-40214_m24' of https://github.com/markn86/moodle into MOODLE_24_STABLE
2013-09-03 10:07:08 +08:00
Damyon Wiese
8e4c96c519
MDL-41249 assign: Fix incorrect gradingform restore step
...
The mapping in the previous patch was wrong - mod assign uses
the area "submissions" but the itemid is the grade->id not the submission->id.
2013-08-28 16:33:32 +08:00
Colin Campbell
7e8638914f
MDL-40214 mod_assign: Fixed issue with custom scale being lost during restore.
2013-08-28 10:49:29 +08:00
Damyon Wiese
56f24fadd4
MDL-41249 assign: Restore step missing gradingform mapping
...
Thanks to Matthieu Raggett for the report and the solution.
2013-08-25 21:25:49 +08:00
Damyon Wiese
b3de95afb4
MDL-35337: Fixes for restoring a course backup with no data for teamassignments and extensionsdates
2012-09-18 10:20:53 +08:00
Eric Merrill
7aa1a4fab2
MDL-35411 assign Include plugin (submission/feedback) info, even when there is no user data.
...
assign_plugin_config data was only included in backups/imports if user data was included in
the backup. This patch moves it out with the standard structure of the assign backup.
2012-09-16 17:58:20 -04:00
Damyon Wiese
b473171a6f
MDL-31291: Blind marking feature for mod_assign
2012-09-03 11:11:16 +08:00
Damyon Wiese
12a1a0da2f
MDL-31284: New feature for mod_assign: Team assignments
2012-09-03 10:54:07 +08:00
Damyon Wiese
9e795179ad
MDL-31295: Allow granting individual extension dates to students for mod_assign
2012-09-03 10:08:47 +08:00
Damyon Wiese
79ed4d8475
MDL-31341: Add custom completion rule to assignment: 'submit'
2012-08-17 09:05:40 +08: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
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