You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kudos for an excellent plugin. I just want to know how can i extend your implementation for taking attendance? you display connected students number before pressing next. I want to collect the users connected and send their ids to another database table for attendance purpose. How can I implement, any helping hand please. Thanks
The text was updated successfully, but these errors were encountered:
I'm sure it is possible to extend the plugin to do that. It won't be particularly easy, as the plugin is rather old and not written in the way I would if I was approaching it today.
If you want to provide a patch for me to integrate when you're done, you would need to make sure:
Moodle code layout was followed throughout - it must pass all the checks from local_codechecker
Any new features have settings to turn them off (and default to off, so it doesn't affect the operation of any existing sites)
Behat tests and/or PHPUnit tests (as appropriate) are added to fully cover any new functionality
The code is clear and easy to follow (otherwise I will struggle to review it for integration).
Kudos for an excellent plugin. I just want to know how can i extend your implementation for taking attendance? you display connected students number before pressing next. I want to collect the users connected and send their ids to another database table for attendance purpose. How can I implement, any helping hand please. Thanks
The text was updated successfully, but these errors were encountered: