Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not an issue, a doubt #14

Open
Shiva-DS24 opened this issue Sep 13, 2024 · 2 comments
Open

Not an issue, a doubt #14

Shiva-DS24 opened this issue Sep 13, 2024 · 2 comments

Comments

@Shiva-DS24
Copy link

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

@davosmith
Copy link
Owner

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).

@Shiva-DS24
Copy link
Author

Thanks for your useful inputs. I will comeback if could manage finding a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants