Facetoface
Premium Certified Partner
Maintained by
Dan Marsden, Catalyst IT
Face-to-face activities are used to keep track of in-person (e.g. classroom) trainings which require advance booking.
Each activity is offered in one or more identical sessions. These sessions can be given over multiple days.
Reminder messages are sent to users and their managers a few days before the session is scheduled to start. Confirmation messages are sent when users sign-up for a session or cancel.
This module may be of interest to administrators looking for a way to provide event management support for blended learning environments.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
How does the option "Site Notices" work?
Ricardo
Great to hear you've found the plugin useful. We welcome pull requests from external developers with improvements and bug fixes but don't do any feature development work on facetoface ourselves without funding. Feel free to get in touch privately if you'd like to pay for our time to make improvements to facetoface. Thanks!
* Ability to bulk upload session details from a spreadsheet or CSV file
* Ability to set default settings for sessions
* Option to prevent attendees signing up for more than one session in a given workshop
* If possible, clash detection so that students receive an error if they try to sign up for a session that clashes with one they already signed up for
* When the start time is changed when adding a new session, automatically update the end time selections so they are the same or later than the start time
How to get active event list? Which column in facetoface table can I refer for active/inactive status?
https://tracker.moodle.org/browse/CONTRIB-4270
My plugin is up to date. And I still had this issue, but fixed using the tracker's method. Thanks.
https://github.com/lambda-solutions/facetoface-2.0
mod/facetoface/classes/event/signup.php should be renamed to signup_success.php
Line 41 changes to
class signup_success extends \core\event\base {
Then in mod/facetoface/signup.php, line 140 (ish) changes from
$event = \mod_facetoface\event\signup::create($params);
to
$event = \mod_facetoface\event\signup_success::create($params);
You might also need to add at line 52
$contextmodule = context_module::instance($cm->id);
We are using Moodle 2.8.6 and the latest F2F version. all had been working well and now all of a sudden the email confirmation appears to be broken.
I get the error: There was a problem sending the confirmation message to your email account.
and the debug notice: Notice: Undefined property: stdClass::$id in /home4/toombsin/public_html/learning2/lib/moodlelib.php on line 6004
this just started happening and we cannot figure out why. any ideas?
We have numerous students signing up for sessions and this is caused a huge backlog
Help!
Now when adding a new course the date defaults to 1 jan 1970 and time with 5:00 am can't be changed.
thanks
ramakrishna.s