Custom certificate

Activities ::: mod_customcert
Maintained by Mark Nelson
Part of set MoodleCloud.
Enables the creation of dynamically generated certificates with complete customisation via the web browser.
Latest release:
24792 sites
12k downloads
466 fans
Current versions available: 15

This plugin allows the generation of dynamic PDF certificates with complete customisation via the web browser.

Currently supported versions: 4.1, 4.2 and 4.3.

Please do not ask support questions here. For support please post on the support forums.

GDPR Compliant.

If you like this plugin feel free to donate. smile btn_donate_LG.gif

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2

Contributors

Mark Nelson (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • Francesco Leonetti
    Fri, 19 Oct 2018, 3:12 PM
    Hi, is there a way to digitally sign the pdf certificate according to the PAdEs specifications?
  • Ketan Chhaniyara
    Fri, 19 Oct 2018, 5:40 PM
    Hi,

    Moodle version is: 3.5

    I created the certificate template and it is working fine. But when I try "Save changes and preview" it gives HTTP Error 500. It was working fine and suddenly it stopped working. So I uninstalled the older version of plugin 3.4.5 and reinstalled the latest version 3.5.4, but still, the error persists.

    Kindly help to resolve the same.



  • Kevan Olsen
    Wed, 24 Oct 2018, 11:06 PM
    Hi Mark,

    I am using Moodle 3.5, I am loving the plugin everything is working great. I am trying to get custom user profile field data onto the certificate but I can't seem to access it. IS there any way this could be added a data field for the plugin? I am trying to add multiple fields like SSN, License # etc.

    -Thank you for all you do!
  • Tiffany Morgan
    Fri, 26 Oct 2018, 3:21 AM
    I'm wondering anyone has insight into what might be causing a custom certificate to be issued when all of the required criteria have not been met? I've been using this plug in for a few years now with lots of success and this just started in the last few weeks. We cleared out data (as we have done annually for about 4 years) but I'm wondering if the quiz data could be lingering in a way that is being "counted" as completed for purposes of the certificate. Any insight or troubleshooting tips would be appreciated--great plug in!
  • Lukasz Jarzabek
    Sun, 4 Nov 2018, 7:53 PM
    Hi, is there a possibility to award the certificate ONLY to the students that received a particular grade in the course's final quiz?
  • Henry Castro
    Tue, 4 Dec 2018, 5:13 AM
    Great module, thank you for your plugin. I has a questions. Is it possible that the teacher download all the certificates of a course?
  • Sudeep
    Tue, 25 Dec 2018, 6:29 PM
    The alignment issue can be fixed by changing the code a little.

    Moodle Version: 3.5
    File: \mod\customcert\classes\element_helper.php (Line: 107)
    Earlier: $pdf->writeHTMLCell($w, 0, $x, $y, $content, 0, 0, false, true);
    Modified: $pdf->writeHTMLCell($w, 0, $x, $y, $content, 0, 0, false, true, 'C');

    Note: The above code will apply center align for all the elements.
  • Mohamed Atia
    Wed, 9 Jan 2019, 1:29 PM
    Hi Mark,
    How to allow this plugin to support Arabic course names and student's Arabic name, currently they are displaying as question marks, it looks like an encoding issue. waiting your advise
  • Mohamed Atia
    Wed, 9 Jan 2019, 2:08 PM
    When I changed the font from the font list, I found that some of them are displaying the Arabic Correctly. So is there a way to add more fonts to the list?
  • Thorsten Rochelmeyer
    Thu, 10 Jan 2019, 9:06 PM
    I am about to remove some courses that have generated certificates. Does the plugin still validate certificates after removing that course? In other words: is the information about course completion stored permanently?
  • Huzefa Ghadiyali
    Tue, 15 Jan 2019, 3:19 PM
    I have installed this plugin and it works fine. I am only stuck with one problem. Can the certificate be issued ONLY to those who secure the required grade in the quiz? I am unable to find this option. Any pointers would be helpful. Thank You. I am using Moodle 3.4.2
  • J Guzman
    Tue, 12 Feb 2019, 1:23 AM
    Im so sorry, but the older version was so simple to use. I have to spend so much time designing templates for a simple certificate.
  • Jose Alberto Portillo Goncet
    Fri, 15 Feb 2019, 7:54 PM
    Could the generated document be digitally signed with the digital certificate of the company?
  • Mohamed Atia
    Mon, 4 Mar 2019, 3:39 PM
    Hi Mark Nelson,
    is there a way that I can allow users to share their certificates to linked in or social media?
  • Andy Vanderpal
    Tue, 12 Mar 2019, 3:33 AM
    Hi, I've run into an issue with Custom Certificate and I'm hoping you can help identify/resolve the issue.
    I updated the plugin to the latest version for moodle 3.4 and since I did that I as the administrator aalong with any other user are no longer able to view the certificates,
    They are still generating a completion and assigned a verification code (codes are working) however every time I go to download or view the certificate I get a HTTP 500 error.
    Any ideas on how to fix this would be hugely appreciated?
Please login to post comments