Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Certificate module.

Certificate module: Difference between revisions

From MoodleDocs
(See also activity locking page)
(noted activity locking page)
Line 19: Line 19:
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=33997 Certificate module] forum
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=33997 Certificate module] forum
* [[Non-standard modules]] - how to download
* [[Non-standard modules]] - how to download
* [[Activity_Locking]] - a conditional dependency addin  
* [[Activity locking]] - a conditional dependency addin  


[[Category:Teacher]]
[[Category:Teacher]]

Revision as of 16:54, 22 June 2006

Template:Moodle 1.6

The Certificate module creates PDF certificates/diplomas for students of the course and is completely customizable. You can add borders, watermarks, seals and even show grade information. It was created by David T. Cannon, and currently maintained by Chardelle Bush.

The current version requires Moodle 1.6.

Installing

  1. Download and Unpack the Certificate_1.6 zip file in a temporary area, keep the paths
  2. Find the folder that is called "Certificate" in the unpacked area
  3. Copy that folder to your moodle mod folder located for example at yourhost\moodle\mod . This will include folders db,docs and all the subfolders located under pics.
  4. Copy the file called "certificate.php" in the folder called "yourLangfolder" to your language folder, for example yourhost\moodle\lang\en.
  5. Go to your Moodle, open up the administation block, configuration. Moodle knows something has been added and it will proceed to install the certificate plugin module.

See also