messages.php 216 B

12345678910
  1. <?php
  2. defined('MOODLE_INTERNAL') || die();
  3. $messageproviders = array (
  4. // Notify teacher that a student has submitted a quiz attempt
  5. 'message' => array (
  6. 'capability' => 'mod/iassign:view'
  7. )
  8. );