Mihail Geshoski
70b10bcd8c
MDL-61121 assign: Improve accessibility in quick grading page tables
2019-10-18 13:57:56 +08:00
Mihail Geshoski
d53a80d5e9
MDL-61121 assign: Improve accessibility - view full/view summary control
2019-10-18 13:57:56 +08:00
Jake Dallimore
9e719b81d4
MDL-66147 mod_assign: submissions overview page shows time interval
...
Use get_time_interval_string() on the teacher only page, to show how
long after the course start the assignment is due for each user.
2019-08-13 15:09:11 +08:00
Davo Smith
74ddcaaa6f
MDL-64811 mod_assign: warn about 'Default group' submissions
2019-06-17 16:01:47 +01:00
Eloy Lafuente (stronk7)
e6d28cbb40
Merge branch 'MDL-64377-master' of git://github.com/damyon/moodle
2019-02-05 12:46:01 +01:00
Damyon Wiese
37fc47f17d
MDL-64377 assign: Allow remove submission
...
Calls each submission plugin to remove the data for a submission.
2019-02-05 11:54:49 +08:00
Eloy Lafuente (stronk7)
9ee3b3d1df
Merge branch 'MDL-63975-master' of git://github.com/damyon/moodle
2019-02-04 13:21:37 +01:00
Damyon Wiese
13543706a5
MDL-63975 assign: Fix error when there is no grader
2019-01-31 13:09:06 +08:00
Damyon Wiese
ff9a0f8289
MDL-63578 assign: Better page titles
...
Use the context function get_context_name() to set the page title. This will
change it from "Assignment" to "C1: Important foods to eat".
The get_context_name() for activity modules is updated to include the course short name (not the
name of the activity type).
2019-01-31 10:47:24 +08:00
Dan Marsden
e6a93dc215
MDL-63800 mod_assign: don't show grade if not set.
2018-11-06 10:04:15 +13:00
Zig Tan
a8f7818beb
MDL-62533 assign: Show assign hidden status on grading summary page
2018-06-29 09:37:57 +08:00
Orzu Ionut
403f553623
MDL-61670 assign: show uploaded files timestamp
...
Amended to fix commit message. Rename variable to lower.
2018-06-06 11:16:22 +02:00
Zig Tan
5687cd044d
MDL-60726 assign: Fix assign submission confirmation alignment
2018-04-04 16:35:15 +08:00
David Monllao
ffd392a17b
Merge branch 'MDL-58983-master' of git://github.com/damyon/moodle
2017-12-27 17:54:56 +01:00
Mark Nelson
464ddd07d5
MDL-43466 mod_assign: improve submission help text
...
Thanks go to Rajneel Totaram for the report.
2017-12-13 15:38:45 +08:00
Damyon Wiese
bf0a154217
MDL-58983 assign: Hide grade button if no cap
...
If the current user cannot grade students, don't show them the button.
2017-11-28 15:47:30 +08:00
Cameron Ball
15fbd9057e
MDL-58841 mod_assign: Style "view all" link on grading summary
2017-05-09 15:04:55 +08:00
Damyon Wiese
151b0f9409
MDL-58132 repositories: Controlled link file type
...
This introduces a new "controlled link" file type where the file is not
stored in Moodle - but Moodle will control the access permissions on the file.
Plugins can "freeze" a filearea which means Moodle will take ownership of all the remote
files of this type.
When accessing a file, if the "filebrowser" infomation indicates the current user can write to the file, they
will be granted temporary write access.
Part of MDL-58220
2017-04-03 13:40:13 +08:00
Damyon Wiese
663640f5b3
MDL-40759 icons: convert uses of pix_url to pix_icon
...
Also change filepicker to use scaled svgs instead of sets of custom pngs. The svgs are taken from font-awesome.
2017-03-17 15:52:17 +08:00
Eloy Lafuente (stronk7)
ae8e8e6aa1
Merge branch 'MDL-55915_master' of https://github.com/rezaies/moodle
2017-01-24 22:03:48 +01:00
Shamim Rezaie
05fdbe378a
MDL-55915 mod_assign: let fullname() know if user has viewfullnames cap
...
Instruct fullname() to format names on the assignment grading page with alternativefullnameformat when user
has moodle/site:viewfullnames capability.
2017-01-20 20:28:57 +11:00
Davo Smith
255d3aaaed
MDL-56449 mod_assign: fix formatting of group warnings
2017-01-05 15:30:09 +00:00
Davo Smith
e7f3fd59d4
MDL-56449 mod_assign: fuller description of group submission problems
2017-01-04 10:35:41 +00:00
Jun Pataleta
2664105c87
MDL-54595 mod_assign: Remove btn-group class
2016-05-17 11:53:10 +08:00
Clement Smith
232b26f021
MDL-51142 mod/assign: Fix erroneous submission status display
...
This prevents display of submission time/date when the assignment
submission record is in a new state. It also keeps the display of
overdue assignments identical for those students who have viewed
the assignment yet not submitted, for those students who have
not viewed the assignment, and for those students who have not
viewed the assignment yet the instructor has accessed the grading
page.
2016-05-02 16:36:39 +08:00
evltuma
d0d8a2da8f
MDL-52490 assign: download selected assigment submissions as zip file
2016-04-18 09:17:08 +08:00
Damyon Wiese
6853cd5ed4
MDL-52954 assign: Fix the reasonable cibot warnings.
2016-03-30 14:07:28 +08:00
Damyon Wiese
bb690849c9
MDL-52954 assign: Rebuild the assignment single grade page.
2016-03-30 13:47:21 +08:00
Andrew Hancox
08a54173d8
MDL-50526 mod_assign: Highlight error message when user has no group
...
If I set the "Require group to make submission" setting in an assignment
activity to yes, students who are not in any group are prevented from submitting
their assignment and are presented a warning instead that they should contact
their teacher. This message is now presented in an alert box.
2015-10-06 16:41:25 +01:00
Andrew Hancox
ee5d4eef08
MDL-50524 mod_assign: preventsubmissionnotingroup for multiple groups
...
When preventsubmissionnotingroup and a user is in multiple groups, display
relevant error messages to the user and teacher
2015-09-03 14:54:46 +01:00
Andrew Hancox
e528997a4a
MDL-48159 mod_assign: Added setting preventsubmissionnotingroup
...
If enabled a user will be unable to make a submission unless they are a
member of a group.
2015-04-07 14:30:40 +01:00
Gregory Faller
b351e4460a
MDL-48418 mod/assign: Fix text in 'late submission' row
2015-01-12 09:00:44 +10:30
Mark Nelson
bd3ee80716
MDL-46498 mod_assign: display correct grading status
2014-12-23 23:46:22 -08:00
Damyon Wiese
9e3eee671f
MDL-46171 Assign: Always require a submission record if there is a grade
...
Also - update unit tests to match the new expectations.
2014-09-24 15:07:36 +08:00
Henning Bostelmann
7faf78cbae
MDL-39929 Assignment: provide file upload area for assignment description
2014-09-02 11:02:16 +01:00
Gregory Faller
cfdd3e5cac
MDL-46718: Return user to last accessed page when quick grading
2014-08-08 14:01:02 +09:30
Sam Hemelryk
424033b780
Merge branch 'MDL40479_Grading_alert_colour' of https://github.com/Dave-B/moodle
2014-07-21 11:32:09 +12:00
David Balch
153510ead8
MDL-40479 mod_assign: Fix the colour of grading success messages.
2014-07-16 08:57:48 +01:00
Damien Bezborodov
79397b56cb
MDL-42179 mod_assign: Time remaining issue for group assignment
2014-07-14 13:41:44 +09:30
Henning Bostelmann
af904bd75b
MDL-44629 Assignment: add facility for displaying plugin-specific headers
2014-04-07 11:34:26 +01:00
Damyon Wiese
997588195d
MDL-43318 Assign: Fix bug when editing previous attempt feedback
2013-12-20 11:14:27 +08:00
Sam Hemelryk
3b94d80c20
Merge branch 'MDL-40096-master' of git://github.com/damyon/moodle
2013-12-16 13:52:16 +13:00
Damyon Wiese
e9fe65d575
MDL-43326 Assign: Start new attempt from previous missing sesskey
2013-12-11 13:07:52 +08:00
Damyon Wiese
9a046c0683
MDL-40096 assign: Prevent js error because uniqid() is not unique.
...
Use html_writer::random_id instead because it incorporates a static counter.
2013-12-09 10:25:15 +08:00
Rossiani Wijaya
bea4ed1b44
MDL-41621 Assign mod: fix page heading levels
2013-09-09 10:24:19 +08:00
Raymond Wijaya
bf57184c28
MDL-40093: mod/assign: Remove count of drafts in offline assignment's grading summary screen
2013-07-10 11:18:28 +10:00
Rajesh Taneja
1ecb8044b6
MDL-40218 Assignment: Added lazy loading for showactiveenrol option and supended users
2013-07-09 14:09:11 +08:00
Rajesh Taneja
a69944eb8b
MDL-40218 Assignment: Show suspended user, similar to the way they are shown in grader report
2013-07-09 13:32:08 +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
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