This block alert the administration about anything that can be wrong in Moodle site. The bock can be restricted to an administration space, and show a list of alerts: duplicated course ID number; courses without teacher; courses with many backup files; courses with more inactivity; inactive users. This block does not create nether change tables in Moodle database.
The block will be available on http://moodle.org/mod/data/view.php?d=13&rid=1540
Global configuration:
-
Course idnumber - If you need that course idnumber must be distinct, if not empty (for linking with other system), this alert will show the courses with identical idnumber. Set this parameter to 0 for not showing this warning, otherwise set to the maximal number of warnings of this type
-
Course without professor - This alert show the courses without a professor. Set this parameter to 0 for not showing this warning, otherwise set to the maximal number of warnings of this type.
-
Course backup files - This alert show the courses with more number of backup files than a specified amount. Set this parameter to 0 for not showing this warning, otherwise set to the maximal number of warnings of this type.
-
Number of backup files - Specify the number of backup files that are allowed, for be used in alert of course backup files.
-
Inactive courses - This alert show the courses with more number days of inactivity. Set this parameter to 0 for not showing this warning, otherwise set to the maximal number of warnings of this type.
-
Inactivity in months - Specify the number of months that a course is considered inactive, for be used in alert of inactive courses.
-
Inactive users - This alert show the users with more number days of inactivity, if they are in risk of being deleted by the system in a month. Set this parameter to 0 for not showing this warning, otherwise set to the maximal number of warnings of this type.
-
Administration course - Specify the id for the only course allowing to see this information, or leave it in 0 for allowing to show the alerts in any course.