Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When designing a certificate of completion, you can embed a unique code on the certificate that is 30-40 characters long. It will look something like this: 631b9377-035c-44a0-ad3e-e4c3ac1f0378. This code can simply be printed on the certificate of completion or can appear as a QR code. When it appears, anyone can verify the code using their smartphone or browser.

Table of Contents

Step-by-step Guide

To add the code as part of a QR code:

  1. Go to Site Administration > Courses > Site Certificates
  2. Click on the edit icon next to the certificate in question
  3. Under the "Other Options" section, set "Print Certificate QR Code" to "Yes"

  4. We also recommend that you set "Print QR Code in the first page" to "Yes" as well (unless you want your certificate to contain multiple pages)
  5. If you click on the "Show more..." link still in the "Other Options" section, there are two fields that allow you to position your QR code:
    1. Certificate QR Code Horizontal Position
    2. Certificate QR Code Vertical Position
  6. Click on the "Save" button at the bottom of the page

To add a code in text format:

  1. Go to Site Administration > Courses > Site Certificates
  2. Click on the edit icon next to the certificate in question
  3. In the "Certificate Text" area, enter {CERTIFICATECODE} (with the curly braces)

  4. Click on the "Save" button at the bottom of the page


To verify the authentication of a certificate that has a QR code:

  1. Using your smartphone, scan the QR code.
    • Many smartphones will allow you to scan the QR code simply by launching your camera and pointing it at the QR code. Other (usually older) phones may require that you install a QR reading app on your smartphone.
  2. Go to the URL provided by the QR reader
  3. Click on the "Verify Certificate" button


To verify the authentication of a certificate that has a code displayed in text:

  1. Go to the site in question.
  2. Go to /mod/simplecertificate/verify.php
    1. For example, if the certificate of completion was issued on https://my.dualcode.com, you would go to https://my.dualcode.com/mod/simplecertificate/verify.php
  3. Manually enter the code in the text area
  4. Click on the "Verify Certificate" button

...