Andrew Nicols
20d4ec87dd
MDL-67544 mod_forum: Correct aria-role => role
2020-01-06 15:01:06 +08:00
Mathew May
6ebf994c23
MDL-67160 mod_forum: Show the users grading status in the grader
2019-11-19 10:17:00 +13:00
Andrew Nicols
630a1b0e01
MDL-67269 mod_forum: Capture form submission in grading panel
2019-11-15 11:47:37 +08:00
Mathew May
fc741e030e
MDL-67144 mod_forum: If no users exist do not show the grading interface
2019-11-14 15:00:30 +08:00
Andrew Nicols
799418ad12
MDL-67207 forum: Reset focus after closing grade viewer
2019-11-13 14:30:54 +08:00
Andrew Nicols
4395ef464d
MDL-67207 forum: Reset focus after closing grader
2019-11-13 14:30:54 +08:00
Andrew Nicols
7ede47b738
MDL-67207 forum: Lock focus in grader
2019-11-13 14:30:48 +08:00
Mathew May
07d8669dbf
MDL-66906 mod_forum: Show learners their grades in a Modal
2019-11-12 16:17:04 +08:00
Simey Lameze
d543b01b1f
MDL-66360 mod_forum: change notifyuser parameter order
2019-11-11 16:08:07 +08:00
Shamim Rezaie
c67a54e619
MDL-66360 mod_forum: Notify the student when the marker choose to notify
2019-11-11 15:37:19 +08:00
Shamim Rezaie
b6bf1e8e2a
MDL-66360 mod_forum: display notification option pre-set to default
2019-11-11 15:16:19 +08:00
Mathew May
f418c08c31
MDL-66958 core_grade: Add comparison js for grade saves
2019-11-11 10:44:09 +08:00
Jun Pataleta
2e809ec27c
Merge branch 'MDL-66893-master-3' of https://github.com/ryanwyllie/moodle
2019-11-08 11:59:44 +08:00
Ryan Wyllie
8404c2b101
MDL-66893 mod_forum: update grader search
2019-11-07 14:53:38 +08:00
Ryan Wyllie
8a09616bc2
MDL-66893 mod_forum: add grader status to grader UI
2019-11-07 14:53:37 +08:00
Ryan Wyllie
4c98e56c96
MDL-66893 mod_forum: update navigation bar in grader UI
2019-11-07 14:53:37 +08:00
Ryan Wyllie
46d51c8ca9
MDL-66893 mod_forum: update grading panel UI in grader
2019-11-07 14:53:37 +08:00
Andrew Nicols
b655690b04
MDL-67074 forum: Add a new toast region when in full screen mode
2019-11-05 12:10:51 +08:00
Mathew May
bdcf8908ae
MDL-66381 mod_forum: User search and dropdown
2019-11-05 11:58:28 +08:00
Mathew May
a3a3a4f80c
MDL-66074 mod_forum: Grader module documentation
2019-10-30 13:03:59 +08:00
Mathew May
cc1a7689cd
MDL-66074 mod_forum: Grader interface documentation
2019-10-30 13:03:59 +08:00
Andrew Nicols
ce1c470167
MDL-66841 forum: Display grade update errors to user
...
Part of MDL-66074
This change modifies the return val for all of the grading functions to
allow them to add additional information.
This means that a grading service can suppress a Grade saved message if
there were no changes, for example.
This also adds a distinction between:
- Errored (Exception thrown in the WS call)
- Failed (Warning in the output of the WS call)
- Success (Grade actually saved)
- None of the above (No save, no fail, no change)
2019-10-30 10:23:41 +08:00
Mathew May
18dd283a0e
MDL-66074 mod_forum: Implement spinner for user change
2019-10-30 10:23:41 +08:00
Andrew Nicols
aa04b722f3
MDL-66074 mod_forum: Make initial user id optional
2019-10-30 10:23:41 +08:00
Andrew Nicols
eaee64778b
MDL-66845 mod_forum: Hook up save button
...
Part of MDL-66074
2019-10-30 10:23:41 +08:00
Andrew Nicols
45c0584c55
MDL-66845 mod_forum: Convert user picker to class
...
Part of MDL-66074
2019-10-30 10:23:41 +08:00
Andrew Nicols
77ee8778a8
MDL-66828 mod_forum: Display notification on grade save
...
Part of MDL-66074
2019-10-30 10:23:41 +08:00
Simey Lameze
d3b890f85e
MDL-66362 mod_forum: Add forum name to the grading panel breadcrumb
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
f281c61642
MDL-66722 mod_forum: Pull grader into UI
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Mathew May
bae674695f
MDL-66077 mod_forum: Basic forum grader implementation
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
1e8184f022
MDL-66370 mod_forum: Make a full screen layout
...
Part of MDL-66074
2019-10-28 13:55:13 +08:00