mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
------------------------ Added a small new feature to the assignment module to alert teachers when new emails come in. This feature adds one new field (which is tested) but the operation of the new code has not been tested yet at all (apart from PHP syntax) and very likely has bugs in it. I'm checking this in so I can do tests on test.moodle.com which has email set up properly. I'm off to bed right now but if anyone else wants to test this feature before tomorrow please do! :-) While I'm rambling here in CVS, I need to have a good look soon at Pablo's work on Assignment and see if I can merge it all in...
13 lines
533 B
HTML
13 lines
533 B
HTML
<p align="center"><b>Email alerts to teachers</b></p>
|
|
|
|
<p>If enabled, then teachers are alerted with a short email whenever students
|
|
add or update an assignment submission.</p>
|
|
|
|
<p>Only teachers who are able to grade the particular submission are notified.
|
|
So, for example, if the course uses separate groups, then teachers restricted
|
|
to particular groups won't receive any notices about students in other groups.</p>
|
|
|
|
<p>For offline activities, of course, mail is never sent since students never
|
|
submit anything.</p>
|
|
|