Expiring/Renewing Certificates

Expiring/Renewing Certificates

by Scott Karren -
Number of replies: 2
Chardelle

I have a few classes that I am going to be creating in Moodle that require a yearly re-certification. Is there anyway through the certificate module to add an expiration or renewal date?

Scott Karren
Average of ratings: -
In reply to Scott Karren

Re: Expiring/Renewing Certificates

by Chardelle Busch -
Picture of Core developers
I suppose you could add some code to your certificate type certificate.php file that would take the $date and add 365 days to it and then print that date. Wouldn't it be easier to just add a line of text that said "This certificate expires one year from the above date." or something like that.
In reply to Chardelle Busch

Re: Expiring/Renewing Certificates

by Scott Karren -
You know, I hadn't thought of that. Sometimes the best answers seem to simple. Thanks Chardelle.

Scott Karren