2fa7191d12
This allows students to view the activity and download their certificate. It also allows teachers to view the list of issued certificates, with the ability to revoke any. This is for Moodle Mobile v3.5.0 (not to be confused with your Moodle site version) and will not work on Mobile versions earlier than this. If you are running a Moodle site on version 3.4 or below you will need to install the local_mobile plugin in order for this to work. If you are running a Moodle site on version 3.0 or below then you will need to upgrade. |
||
---|---|---|
amd | ||
backup/moodle2 | ||
classes | ||
db | ||
element | ||
includes | ||
lang/en | ||
mobile | ||
pix | ||
templates | ||
tests | ||
yui | ||
.travis.yml | ||
ajax.php | ||
CHANGES.md | ||
composer.json | ||
edit.php | ||
edit_element.php | ||
index.php | ||
lib.php | ||
load_template.php | ||
manage_templates.php | ||
mod_form.php | ||
my_certificates.php | ||
README.md | ||
rearrange.php | ||
report.php | ||
settings.php | ||
styles.css | ||
upload_image.php | ||
verify_certificate.php | ||
version.php | ||
view.php |
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.