You are here

README.txt in Certificate 8.3

Create and award PDF certificates.

Features

     * Interface for managing custom certificate templates and mappings
     * Built-in CCK Content profile field mapping
     * API for module-provided map options
     * Use of Tokens for certificate display
     * Integration with Wysiwyg for rich certificates
     * Bundled Signup and Quiz integration example
     * Utilizes Print module for PDF output (use any supported PDF
       generator)

Getting started

    1. Install certificate module
    2. Ensure a PDF generator is selected in Configuration -> Printer,
       email and PDF versions.
    3. Edit your content type that will be awarding certificates (e.g.
       Quiz, Course) and make sure "Award certificate" is checked.
    4. Create the Course or any other certificate-ready activity
       (enable bundled certificate_signup or certificate_quiz for awarding
       Certificates on Signup attendance or Quiz completion).
    5. Select the certificate you want to award by setting the mapping
       options on your activity node.

Modules that use certificate

     * Course - awards a certificate on completion of an e-learning
       course with course_certificate

Certificate mapping

     * Certificate has the ability to award different certificates
       depending on arbitrary criteria. You may use the Rules engine
       to build selection logic.
     * You can also use the built in mapper API for more complex mapping.
       See certificate.api.php for documentation.

Dependencies

     * Print

Credits

     * This project is sponsored by DLC Solutions for EthosCE, an
       enterprise-level Learning Management System (LMS).

File

README.txt
View source
  1. Create and award PDF certificates.
  2. Features
  3. * Interface for managing custom certificate templates and mappings
  4. * Built-in CCK Content profile field mapping
  5. * API for module-provided map options
  6. * Use of Tokens for certificate display
  7. * Integration with Wysiwyg for rich certificates
  8. * Bundled Signup and Quiz integration example
  9. * Utilizes Print module for PDF output (use any supported PDF
  10. generator)
  11. Getting started
  12. 1. Install certificate module
  13. 2. Ensure a PDF generator is selected in Configuration -> Printer,
  14. email and PDF versions.
  15. 3. Edit your content type that will be awarding certificates (e.g.
  16. Quiz, Course) and make sure "Award certificate" is checked.
  17. 4. Create the Course or any other certificate-ready activity
  18. (enable bundled certificate_signup or certificate_quiz for awarding
  19. Certificates on Signup attendance or Quiz completion).
  20. 5. Select the certificate you want to award by setting the mapping
  21. options on your activity node.
  22. Modules that use certificate
  23. * Course - awards a certificate on completion of an e-learning
  24. course with course_certificate
  25. Certificate mapping
  26. * Certificate has the ability to award different certificates
  27. depending on arbitrary criteria. You may use the Rules engine
  28. to build selection logic.
  29. * You can also use the built in mapper API for more complex mapping.
  30. See certificate.api.php for documentation.
  31. Dependencies
  32. * Print
  33. Credits
  34. * This project is sponsored by DLC Solutions for EthosCE, an
  35. enterprise-level Learning Management System (LMS).