Go to file
2018-05-26 18:41:04 +08:00
amd Coding style fixes 2017-12-04 21:27:09 +08:00
backup/moodle2 #169 Ensure we backup the 'verifyany' setting 2018-05-15 12:17:15 +08:00
classes #192 Fixed report fields for download 2018-05-26 18:41:04 +08:00
db #142 Add setting to allow site-wide verification of certificates 2017-11-13 11:02:37 +08:00
element #98 Add ability to display the date and grade for all grade items 2017-11-13 11:00:29 +08:00
includes #88 Make plugins DB codechecker happy 2017-02-25 11:38:30 +08:00
lang/en #142 Add setting to allow site-wide verification of certificates 2017-11-13 11:02:37 +08:00
pix Huge refactor 2016-02-20 16:35:19 +08:00
templates Fixed minor typo in template comment 2017-08-11 14:52:05 +08:00
tests Added helper function to issue certificates 2018-05-26 18:40:52 +08:00
yui #88 Make plugins DB codechecker happy 2017-02-25 11:38:30 +08:00
.travis.yml Bumped to PHP 7.1 in travis.yml 2018-05-15 12:32:36 +08:00
ajax.php #88 Make plugins DB codechecker happy 2017-02-25 11:38:30 +08:00
CHANGES.md Updated CHANGES.md 2018-05-17 15:03:33 +08:00
composer.json #103 Added composer.json 2017-04-27 15:32:33 +08:00
edit.php #134 Do not load templates in site templates 2017-09-03 22:22:05 +08:00
edit_element.php Created factory class 2017-08-26 13:54:23 +08:00
index.php #88 Make plugins DB codechecker happy 2017-02-25 11:38:30 +08:00
lib.php #135 Added missing string when performing course reset 2017-09-09 13:22:32 +08:00
load_template.php #134 Renamed duplicate() function and modified behaviour 2017-09-04 18:52:34 +08:00
manage_templates.php #134 Renamed duplicate() function and modified behaviour 2017-09-04 18:52:34 +08:00
mod_form.php #78 Add setting to allow anyone to verify certificates 2017-05-31 16:54:45 +08:00
my_certificates.php #140 Add text describing the my certificates list 2017-11-11 16:09:37 +08:00
README.md #106 Minor tweaks to README.md 2017-04-28 10:48:12 +08:00
rearrange.php Created factory class 2017-08-26 13:54:23 +08:00
report.php #119 Add ability to delete issued certificates 2017-09-03 22:22:00 +08:00
settings.php #142 Add setting to allow site-wide verification of certificates 2017-11-13 11:02:37 +08:00
styles.css #35 Reworded 'addcertpage' string and changed button to a link 2017-08-08 12:02:21 +08:00
upload_image.php #46 Added digital signature element 2017-08-28 22:37:29 +08:00
verify_certificate.php Coding style fixes 2017-12-04 21:27:09 +08:00
version.php Bump version 2018-05-17 15:03:58 +08:00
view.php Added helper function to issue certificates 2018-05-26 18:40:52 +08:00

The custom certificate activity

This activity allows the dynamic generation of PDF certificates with complete customisation via the web browser.

Installation

There are two installation methods that are available.

Follow one of these, then log into your Moodle site as an administrator and visit the notifications page to complete the install.

Git

This requires Git being installed. If you do not have Git installed, please visit the Git website.

Once you have Git installed, simply visit your Moodle mod directory and clone the repository using the following command.

git clone https://github.com/markn86/moodle-mod_customcert.git customcert

Then checkout the branch corresponding to the version of Moodle you are using with the following command. Make sure to replace MOODLE_32_STABLE with the version of Moodle you are using.

git checkout MOODLE_32_STABLE

Use git pull to update this repository periodically to ensure you have the most recent updates.

Download the zip

Visit the Moodle plugins website and download the zip corresponding to the version of Moodle you are using. Extract the zip and place the 'customcert' folder in the mod folder in your Moodle directory.

More information

Visit the wiki page for more details. Also, it is a wiki, so please feel free to edit it. :)

License

Licensed under the GNU GPL License.