Question
- Can I notify my students when they earn their certificate?
- Is there any way to inform students when they receive their certificate?
Solution
Making use of Course Completion Emails is a great way to notify your students when they receive a certificate!
- Turn on your Course Completion Emails
- Include the following variables in your email to ensure that students receive a link to their certificate when they reach 100% completion:
{% if certificate_available %} Here's your certificate! {{certificate_link}} {% endif %}
The text inside the {% if certificate available %} tag will only appear if the student has earned the certificate! Please make sure that you include the {{certificate_link}} variable within the if tags!