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

Find way to send certificates automaticly, when stundents complete an activity #85

Open
bozoh opened this issue May 8, 2014 · 2 comments
Milestone

Comments

@bozoh
Copy link
Owner

bozoh commented May 8, 2014

Neither 'mod_certificate' nor 'mod_simplecertificate' have an option of sending a certificate via email automatically (by 'passing an exam', I assume you mean that the 'user completes some sort of activity in Moodle').

You can configure the certificate to be emailed to teachers (or a specific list of other users) at the point where it is viewed by a student (and you can set up the certificate to only be viewable when a certain criteria is met).

The only way to do what you want is for a developer to add the feature via code.

The quiz module can be configured to automatically sends email when the quiz is submitted (to the teacher and/or the student who submitted it) and to send an email when a quiz is overdue. The only way you can send the results via email is to manually export them and then email them yourself.

Again, this is a feature that could be added by a developer, but which cannot be done without code changes.

@bozoh
Copy link
Owner Author

bozoh commented May 8, 2014

@bozoh bozoh added this to the 2.2.1 milestone Jun 6, 2014
@bozoh
Copy link
Owner Author

bozoh commented Mar 20, 2017

https://moodle.org/plugins/mod_accredible do this, see how and copy it

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

No branches or pull requests

1 participant