Reengagement icon

Reengagement

Premium Certified Partner
Allows timed release of content and emails users to remind them to complete course activities.
Price option: Free

Supports Moodle 2.9-4.4 See all versions
Latest release: 1 year ago
Installations: 4483
Downloads (last 90 days): 915

Frankenstyle name: mod_reengagement
Activities

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Hi. I'm using Moodle 3.11 and I installed the latest update of the plugin but currently, it's not working. When I click on the plugin to change the settings I see that: The Reengagement scheduled task has not been run in the past 8 hours - Cron must be configured to allow Reengagement to function correctly. When I check the cronjob, it seems it works fine. I don't know what to do. Please help. Thank you.
Hi. Huge fan of the plugin. Thanks so much for building it! We've noticed a bug recently with email subject lines that include special characters: & ( " etc. The emails are sending with the subject line displaying the HTML code of the special character rather than displaying the character e.g. "Subject: Slides for "Recruitment Workshop"" Do you know what's causing this and whether there's a solution? Thanks in advance for any help you can provide
@Abhiram - try looking through some of the discussions on re-engagment in the forums - it's not easy to understand or use when you first get started. If you're still having issues, try creating a new post in the forums and hopefully someone will help.
Hello, I am currently using Moodle 3.10.4 and I recently installed the plugin. However, I am confused about setting the reminders up, so I wanted to give you a use-case.
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.
We do have this running on T13 and T15 sites, using the t12 branch, but looks like the readme needs an update and a few things backported (Pull requests welcome)... also... probably best to use Totara forums or the github issues tracker to ask questions about Totara rather than moodle.org wink
Hello @Dan, quick query - are there plans for a Totara 13 compatible version of the plugin?
@Maarten - it's a open-access wiki - feel free to login and help to improve the documentation by editing the page directly smile
The English documentation page by Moodle contains a note in Spanish, you may want to correct this.
https://docs.moodle.org/400/en/Reengagement_activity
Best regards, Maarten
I've added
'/%useremail%/' => $user->email,
after line 570 in lib.php
it works ok.
@Smith Will - that's not something currently supported by the plugin - you would need to find someone with development capabilities to add support for it and submit a pull request to the github repository to add it.
How Can I add user email to third party email content?
i've tried with %email% and %useremail% but it does not work.
Hi. We use that plugin between 2 activities to let the following one opens after a fixed time upon completion of the previous activity. It was working properly but recently, some of the students report that they wait for the allocated time after the first activity but the second one doesn't open. We couldn't detect the issue because it sometimes happens and sometimes not. What should we do? Thank you.
Hi Team !
@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.
Hi,
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
Hi Dan. Firstly, thank you for the speedy response! Really appreciated. As is the advice for checking the github repo first and finally, for updating the entry here. Thanks again for you response and help. I will proceed to test on dev site.