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.
If I launch cron manually I get this output:
Execute scheduled task: Ricoinvolgimento (mod_reengagement\task\cron_task)
... started 10:13:23. Current memory use 9.6MB.
... used 12 dbqueries
... used 0.0092799663543701 seconds
Scheduled task complete: Ricoinvolgimento (mod_reengagement\task\cron_task).
Where I can find some info to solve the problem?
I am trying to use your plugin. I have managed to install it, but I am still struggling how to properly configure in Moodle. I would like it to be trying whether or not the student has completed a specific activity but considering that the start times of this course of each student is different. Please may you explain me how to set it up. Thanks in advance
I am trying to use your plugin with Moodle to track the completion of a course (not just an activity) and we're really struggling to use your plugin for this purpose. The idea is that we 'nag' the students to complete the course 1 week after their enrolment in the course by sending them an email notifying them that there is a deadline to complete the course.
We have found a solution to marking a course as complete via a Moodle label activity which the user has to check as complete first to stop receiving emails (there's more to it, but that's the basics).
Now that works well and users get their emails... but some companies would like a different timeframe for these email reminders. So we thought that we could group the users who want to receive an email 1 week after enrolment together, and the other group can be, say, 2 weeks. That way each company is catered for. But adding group restrictions to the reengagement causes the emails to cease working, and we've tried all different types of combinations of the settings to try and get this to work.
Any ideas as to how we can email users on a per-course basis, and have different timeframes for email delivery for different groups of people?
I have a feeling that reengagement is more 'activity based'.
Thanks,
Jack
We have sets one welcome email, two or three reminder emails and one completion email in each course as a re-engagement activity which is hidden from students.
For example, Course A contains Welcome email, one lesson activity, three reminder emails and completion email.
Issue 1: If we set like send out an email soon after the enrollment, the email will send out but in my courses block, their progress will show like 20 or 25%
Issue 2: If the student checks his/her my courses block soon after the completion of a Course A, it will show as 33% instead of 100%.And after 30 minutes it updates as 100% as "Calculate regular completion data" task in Cron job is taking 30 minutes to complete the task.
Question: Is there any way to exclude reengagement activity from the activity completion progress?
Thanks!
This part of that message explains what you did wrong:|
The plugin "mod_reengagement" is installed in the wrong place $CFG->dirroot/blocks/reengagement", it was expected here "$CFG->dirroot/mod/reengagement"
https://moodle.org/mod/forum/discuss.php?d=390315