How to create custom course certificates?

How to create custom course certificates?

Course completion certificates are a great way to reward course completion and enhance the students' learning experience. On the Knorish platform, there are a few certificates available as pre-designed templates that you can choose from. However, should you wish, you can create your own custom certificate. To create a certificate or choose a pre-designed template, access the course publish page on your dashboard.

Accessing the Course Certificate Settings Page

There are two simple ways to access the course certificate settings page:

Via Courses

Access the dashboard select Courses, and then click on the Course Name

After clicking on the Course Name, you would reach the course settings. Scroll down the page to access Course Certificate Settings.

Via The Course Publish Page 

You can also access the course certificate settings page via the Course Curriculum Section. Here click on 'Publish' as shown in the video and then scroll to the bottom of the page to access the Certificate Download section.

Choosing a Template/ Customizing a course certificate

Should you wish you can use a default selection, select one from the existing certificate template library or create your own custom certificate. To access this section click on 'Click Here' next to 'To customize certificate.


Now, on the course settings page, scroll down to the certificate settings to start the process.


Here, add the details as required including the name of the author, designation, logo for the certificate and signature. 

Once done, you can either select the certificate from the template library below or create your own. In case you choose to create your own certificate, you would need expertise in HTML and/or CSS. 

You can custom-create the certificate design by adding the same in the code in this section.


Note: Make sure to write the HTML and CSS Code inside the<div id="certificate"> block.

Dynamic placeholders are available to ensure that the certificate information such as course author, signature, etc changes automatically as per the information entered by the course creator/publisher. Mentioned below is the list of such placeholders:

PlaceholderUsage
cert_authorsignatureimageUsed to insert author signature image on the certificate.
cert_authornameUsed to insert author name on the certificate.
cert_authordesignationUsed to insert author designation on the certificate.
cert_organizationnameUsed to insert organization name on the certificate.
cert_organizationlogoUsed to insert the organization logo on the certificate.
cert_coursenameUsed to insert course name on the certificate.
cert_studentnameUsed to insert the student's name on the certificate.
cert_qrcodeimageUsed to insert a QR code image on the certificate, this QR code will have a link to validate the certificate's authenticity.
cert_dateUsed to insert certificate issue date on the certificate. This date is the first issued date of the certificate i.e. when the student first downloaded the certificate.

Using HTML and CSS, you can completely customize the certificate's design as per your choice. Do make sure to keep the HTML and CSS code within the code limits to ensure proper design and code implementation.

Notes:

Due to the limitation of the jsPDF library which fails to render background images on iOS device browsers, here are two solutions for generating certificates:

  • Suggest downloading from a non-iOS device.
  • Utilize a certificate design without a background image.

    • Related Articles

    • How to price a course on my Knorish site?

      With Knorish, you can offer your courses globally in multiple currencies. This guide will walk you through the process of setting up your course pricing step by step Note: You'll need to create separate course landing pages for each currency you wish ...
    • Course Settings

      This article shows how to use the Course Publish Page to enhance the user experience with course completion certificates, pricing your courses, and much more. Overview By default, the course settings page is assigned to each course that you create on ...
    • How To Create A Course On Knorish?

      Creating a course on Knorish is a straightforward process that helps you structure and organize your content efficiently. Whether you want to include videos, PDFs, assessments, or live sessions, Knorish provides a user-friendly interface to help you ...
    • How to create assessments or add quizzes in your course

      Assessments are a powerful tool to understand how much your learners have understood. Based on the data on performance, you could look at which sections need further tweaks to ensure learners retain maximum information. If on certain questions ...
    • How to enable a course completion certificate, enable certificate downloads&check for download status

      Once a course is completed and a certificate is enabled, your learners can download the course completion certificate directly from their accounts. Certificate templates are also available to choose from or you can create a custom-designed ...