diff --git a/plugin/send_notification_new_lp/README.md b/plugin/send_notification_new_lp/README.md index 755307d4ac..21676459ad 100644 --- a/plugin/send_notification_new_lp/README.md +++ b/plugin/send_notification_new_lp/README.md @@ -1,12 +1,16 @@ Mailing new LPs to students and their HR Managers ====== -This plugin allows you to enable sending of emails to students and their human resources managers at the moment an -LP is published. -When activating this plugin it adds a checkbox in the LP's configuration page to define is the LP should be notified to the learners +This plugin allows you to enable sending of emails to students and their human +resources managers when a new learning path (LP) is published. -For its operation, it is necessary that there is an extra field notify_student_and_hrm_when_available with default_value -equal to 1, which will enable the possibility of executing the main/cron/learning_path_reminder.php cron to send -the emails to the users registered in the lp and to their hr. +When enabling this plugin, it adds a checkbox in the LP's configuration page +to define whether the LP publication should be notified to the learners -It is recommended that it be run once a day since it evaluates all lp's in the range from 0:00 to 23:59. +For its operation, it is necessary to have an extra field +'notify_student_and_hrm_when_available' with 'default_value' equal to 1, which +will enable the possibility of executing the main/cron/learning_path_reminder.php +cron to send the emails to the users registered in the lp and to their hr. + +It is recommended that it be run once a day since it evaluates all learning paths +in the range from 0:00 to 23:59.