When used in with the authentication block and plugin (see related plugins further down the page), this plugin enrolls students who have registered via QR code.
Using this plugin allows students enrolled via this method to be viewed and listed within the course's enrollment list.
The “Self Check In” signup plugin is an extension of the self-registration plugin by email, but has the ability to offer self-registration service to users under specific conditions.
Users are not yet registered in Moodle must register according to an informal protocol to have a course for a very short period of time (Transient Users). It is not opportune for them to go through the entire administrative data chain to be able to use Moodle. This might also suit for “on the flight” sessions, when upstream the administrative path could not be processed.
Process :
The “Self Check In” registration method and its associated “Self Check In” block when added to a course:
This enrol plugin has one single goal, being able to discriminate the learners who have arrived in a course that way in, while other sources of enrol remain available an cumulative. The enrolment is generated via an event observer during the creation of the user profile: the selfcheckin block provides information to focus the sign in process to enrol in the course it is settled in.
—–