Frederic Massart
bd2e982998
MDL-40055 mod_assign: Replace add_to_log 'grade submission'
2013-08-26 14:17:18 +08:00
Frederic Massart
9a289c3da5
MDL-40055 mod_assign: Replace add_to_log 'unlock submission'
2013-08-26 14:17:18 +08:00
Frederic Massart
6332ff7a35
MDL-40055 mod_assign: Replace add_to_log 'submit'
2013-08-26 14:17:18 +08:00
Frederic Massart
b1e52860ea
MDL-40055 mod_assign: Replace add_to_log 'submission statement accepted'
2013-08-26 14:17:18 +08:00
Frederic Massart
89fbc20263
MDL-40055 mod_assign: Replace add_to_log 'submissioncopied'
2013-08-26 14:17:18 +08:00
Frederic Massart
8bb213eb60
MDL-40055 mod_assign: Replace add_to_log 'set marking workflow state'
2013-08-26 14:17:18 +08:00
Frederic Massart
e59a85ba61
MDL-40055 mod_assign: Replace add_to_log 'set marking allocation'
2013-08-26 14:17:17 +08:00
Frederic Massart
159b7f4024
MDL-40055 mod_assign: Replace add_to_log 'revert submission to draft'
2013-08-26 14:17:17 +08:00
Frederic Massart
ad10ad1415
MDL-40055 mod_assign: Replace add_to_log 'reveal identities'
2013-08-26 14:17:17 +08:00
Frederic Massart
3d1331be34
MDL-40055 mod_assign: Replace add_to_log 'lock submission'
2013-08-26 14:17:17 +08:00
Frederic Massart
76e77b05eb
MDL-40055 mod_assign: Replace add_to_log 'grant extension'
2013-08-26 14:17:17 +08:00
Frederic Massart
a65b53036e
MDL-40055 mod_assign: Replace add_to_log 'download all submissions'
2013-08-26 14:17:17 +08:00
Frederic Massart
3785358d47
MDL-39954 event: Delocalise get_description
2013-08-12 17:35:30 +08:00
Frederic Massart
a04cbf61c8
MDL-39954 mod_assign: Replace old-style event assessable_submitted
2013-08-12 16:26:41 +08:00
Ashley Holman
c33b4c81bb
MDL-34989 assign: Allow students to submit when grade is overriden
...
Also inform teachers when grading is disabled due to gradebook lock/override.
2013-07-29 09:55:36 +08:00
Nadav Kavalerchik
8137e0496e
MDL-37065 - Change get_string('status') token in assignment submissions page to a different token (for translation flexibility)
...
AMOS BEGIN
CPY [status,core],[status,mod_assign]
AMOS END
2013-07-03 14:59:52 +08:00
Damyon Wiese
de6a0a394b
MDL-37621 assign: Improvements to assignment default settings.
...
Remove locked flag from datetime settings.
Change requiresubmissionstatement to use the new admin flags instead of it's previous custom behaviour.
This means there is a language change:
AMOS BEGIN
CPY [requiresubmissionstatementassignment_help,mod_assign],[requiresubmissionstatement_help,mod_assign]
AMOS END
2013-06-12 14:19:52 +08:00
Dan Marsden
f8d107b3a8
MDL-38359 Marking Allocation and Workflow code
...
based on Marking workflow code from Damyon Wiese
2013-06-11 14:11:41 +08:00
Damyon Wiese
a8fe74e9db
MDL-37621 Assign: Apply admin defaults to all module settings. Added the 3 date based settings.
...
Version bump for new settings.
AMOS BEGIN
MOV [defaultplugins,mod_assign],[defaultsettings,mod_assign]
MOV [defaultplugins_help,mod_assign],[defaultsettings_help,mod_assign]
AMOS END
2013-06-11 13:35:18 +08:00
Sam Hemelryk
b618f2d9f7
Revert "MDL-37490 mod_assign: Add setting to show the due date on the course page."
...
This reverts commit ef8a6dfb33c572beb0982818e9380476d6e636e2.
2013-06-11 17:10:36 +12:00
Sam Hemelryk
3e69c074ac
Revert "MDL-37490 Assign: Minor patch cleanup"
...
This reverts commit 06b9df11452fa78832fda6c6c188b561008bd8dd.
2013-06-11 17:10:30 +12:00
Damyon Wiese
06b9df1145
MDL-37490 Assign: Minor patch cleanup
...
Bump version number for mod_assign
Remove use of global $OUTPUT (can use get_renderer() in assign)
Fix language strings
Add missing setTypes
2013-06-08 10:44:52 +01:00
Gareth J Barnard
ef8a6dfb33
MDL-37490 mod_assign: Add setting to show the due date on the course page.
2013-06-08 10:44:28 +01:00
Damyon Wiese
f39aaadb35
MDL-38933 Assign - improved wording for help string.
2013-04-05 14:20:45 +08:00
Damyon Wiese
3a9dc7f22f
MDL-36804 Assign submission history - One language string change.
2013-04-02 13:37:51 +08:00
Damyon Wiese
df211804f1
MDL-36804 mod_assign - allow students to resubmit work and display a submission + grading history
...
This is based on work by Davo Smith with input from Fernando Oliveira (Thanks guys!).
2013-04-02 13:37:51 +08:00
Helen Foster
ca084ef149
MDL-38352 Merge English strings from the en_fix language pack
2013-03-06 16:44:39 +01:00
Damyon Wiese
b0da618b61
MDL-37337 Assignment: Restructure assignment settings screen to make it "wieldy"
2013-02-15 11:26:21 +08:00
Damyon Wiese
64220210de
MDL-35740 Assignment: Change the assignment index page to use a renderer.
...
This also cleans up the patch to prevent students from seeing the number of submissions for the assignment.
2012-12-18 08:44:53 +08:00
Raymond Wijaya
0c631fbef6
MDL-35740 Assignment: Hide the number of assignment submissions for all students that was visible to all students through the activities block
2012-12-18 08:44:53 +08:00
Sam Hemelryk
fc6acfe242
Merge branch 'MDL-36905' of git://github.com/rwijaya/moodle
2012-12-11 15:44:37 +13:00
Rossiani Wijaya
49f0c151dd
MDL-36905 accessibility for assignment grading: add label for grading actions and operations select options
2012-11-29 15:06:49 +08:00
Sam Hemelryk
acd51c5217
Merge branch 'MDL-36012-master' of git://github.com/damyon/moodle
2012-11-28 11:12:53 +13:00
Damyon Wiese
a2d5581730
MDL-36728: Assignment - Improve usability of require submission statement setting.
...
This change will hide the setting "Require that students accept the submission statement" at
the assignment level if no submission statement has been configured for a site. It also includes a
change to the help text to separate the assignment level setting from the site level setting. This
change also sets a default assignment submission statement.
AMOS BEGIN
CPY [requiresubmissionstatement,mod_assign],[requiresubmissionstatementassignment,mod_assign]
AMOS END
2012-11-26 15:06:22 +13:00
Damyon Wiese
34b8f3a83d
MDL-35963: Assignment - do not accept empty submissions
2012-11-21 13:46:50 +08:00
Damyon Wiese
37eb2caa40
MDL-36012: Assignment, Accessibility - Add user information to alt text for grade icon in grading table.
2012-11-21 11:57:47 +08:00
Dan Poltawski
e6acc052fb
Merge branch 'MDL-36037' of git://github.com/netspotau/moodle-mod_assign
2012-11-06 12:32:41 +08:00
Dan Poltawski
8120a4fa72
Merge branch 'wip-mdl-34777' of git://github.com/rajeshtaneja/moodle
2012-10-31 09:59:44 +08:00
Damyon Wiese
b2a63d679d
MDL-36037: Change language strings from team assignment to call it group assignment
2012-10-24 10:43:44 +08:00
Eloy Lafuente (stronk7)
f064d2ef69
Merge branch 'MDL-34794' of git://github.com/raymondAntonio/moodle
2012-10-09 00:06:50 +02:00
Damyon Wiese
848ade1d18
MDL-35764: Change the language string on the assignment grading summary to say "Editing status"
2012-10-04 12:51:49 +08:00
Raymond Wijaya
d38dc52f39
MDL-34794: Add reset course feature in mod_assign (new assignment (2.3+))
2012-09-28 14:33:33 +08:00
Rajesh Taneja
7400be1b6e
MDL-34777 Accessibility: Add labels to input elements in gradebook
2012-09-20 11:28:55 +08:00
Damyon Wiese
66d3fe3708
MDL-33431: Allow in page toggling of full/summary of submissions/feedback in assignment
2012-09-20 10:52:30 +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
Eloy Lafuente (stronk7)
bb96b9df18
Revert "MDL-34794: Add reset course feature in mod_assign (new assignment (2.3))"
...
This reverts commit 72429a10dac3d65cfa2d7c5923038de3e43ccac9.
2012-09-14 10:48:07 +02:00
Sam Hemelryk
37d3caac51
Merge branch 'MDL-34088' of git://github.com/raymondAntonio/moodle
2012-09-12 11:35:41 +12:00
Aparup Banerjee
f4f1fd0b6c
Merge branch 'MDL-31276-NOCSVLIB' of git://github.com/netspotau/moodle-mod_assign
2012-09-11 16:39:30 +08:00
Damyon Wiese
df47b77f46
MDL-31276: Offline marking. Includes download/upload of csv grades.
...
Also provides bulk upload/download of feedback files via zips.
2012-09-10 14:18:32 +08:00
Raymond Wijaya
ec32d06834
MDL-34088: Advanced grading criteria is shown on assignment page (if used) before the assignment submissions have been graded.
2012-09-07 15:20:32 +08:00