Course Completion and Issued Date not displaying

Course Completion and Issued Date not displaying

by Prineshan Amichand -
Number of replies: 1
Good Evening ,

Using the custom certificate plugin and the course completion or Issued date does not display on the certificate. The current date works fine. My cronjob is enabled and is working fine. Course completion is enabled.

I'm using moodle 3.7 . Any assistance will be highly appreciated.

Thanks
Prineshan


Average of ratings: -
In reply to Prineshan Amichand

Re: Course Completion and Issued Date not displaying

by Mark Nelson -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Testers
Hi Prineshan,

With the limited information you have provided it is hard to say what is causing this issue for you. It probably requires a developer to find out what the value is for the student when they view the certificate. The code is located at https://github.com/mdjnelson/moodle-mod_customcert/blob/MOODLE_311_STABLE/element/date/classes/element.php#L169. If you have database access perhaps you can check if a record exists for that user and if it does what the value is.

Cheers.