Reengagement
Premium Certified Partner
Maintained by
Dan Marsden, Catalyst IT, Peter Bulmer, Eugene Venter
Allows timed release of content and emails users to remind them to complete course activities.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Course start date: 5 Aug
Course end date: 9 Aug
I want one reminder to be sent to each user, each day until 9 Aug. How do I configure the settings in this case? Thanks.
https://docs.moodle.org/400/en/Reengagement_activity
Best regards, Maarten
'/%useremail%/' => $user->email,
after line 570 in lib.php
it works ok.
i've tried with %email% and %useremail% but it does not work.
@dan
With the last version Reengagement 4, all shortcodes like %coursefullname% don’t work correctly. They don’t show the information. Can you help me. Please.
I configured the reengagement plugin and I get this message (never saw before).
Notice: Undefined variable: perpagevisible in /var/www/html/moodle/mod/reengagement/view.php on line 172
Notice: Undefined variable: perpagestring in /var/www/html/moodle/mod/reengagement/view.php on line 178
Notice: Undefined variable: perpagesize in /var/www/html/moodle/mod/reengagement/view.php on line 181
I debug info there is also this message:
Too much data passed as arguments to js_call_amd("core_user/participants", "init"). Generally there are better ways to pass lots of data from PHP to JavaScript, for example via Ajax, data attributes, ... . This warning is triggered if the argument string becomes longer than 1024 characters.
line 1058 of /lib/outputrequirementslib.php: call to debugging()
line 232 of /mod/reengagement/view.php: call to page_requirements_manager->js_call_amd()
Can you help me please?
Issue in GitHub: https://github.com/catalyst/moodle-mod_reengagement/issues/116