Skip to main content

Issuing Certificates

Certificates can be issued automatically when learners complete courses, or manually by administrators.

Automatic Issuance

When a certificate template is assigned to a course, certificates are awarded automatically when learners complete the course with a passing score.

For group certificates, the certificate is awarded when a learner completes all courses within the group. The award criteria (completion or pass) is configured on the group — see Group Certificates.

Manual Issuance

Administrators can issue certificates manually through the Manual Enrollments & Certificates page.

From your WordPress dashboard, go to MentorKit LMS → Manual Enrollments & Certificates.

To issue a certificate:

  1. Select the user from the user dropdown
  2. Select the course (or group) from the course dropdown
  3. Optionally select a specific certificate template (defaults to the template assigned to the course)
  4. Click Issue Certificate
info

Administrators, Editors, and SCORM Course Editors can issue certificates manually.

Revoking Certificates

To revoke a certificate:

  • From the template: Go to the certificate template edit page, find the certificate in the Issued Certificates table, and delete it
  • From enrollments: Use the Enrollments page to manage individual user certificates

Revoking a certificate removes it from the learner's profile. This action cannot be undone.

Learner Certificate View

Learners can view their certificates using the [scorm_user_certificates] shortcode on any page.

Each certificate card shows:

ElementDescription
Type badge"Course Certificate" or "Group Certificate"
Certificate titleTemplate name
Course/Group nameWhat was completed
Awarded dateWhen the certificate was issued
ScoreCompletion score (course certificates only)
Courses completedX/Y count (group certificates only)
Expiration statusActive with expiry date, or Expired badge
View CertificateOpens certificate preview
Download PDFDownloads the certificate as PDF

Shortcode Options

AttributeDefaultDescription
limit10Maximum certificates to display
show_dateyesShow awarded date
show_scoreyesShow completion score
show_courseyesShow course/group name
show_downloadyesShow Download PDF button
titleMy CertificatesHeading text
empty_messageYou have not earned any certificates yet.Message when no certificates

What's Next