Verify Certificate

Blocks ::: block_verify_certificate
Maintained by Manieer Chhettri
This block helps course / site administrators to check / verify certificates based on the code printed on the certificate. It will list all the details for the certificates so it can be manually verified against the copy of the certificate. Requirement: The certificate module is required for this plugin to work. In order for this plugin to work you need to make sure the "Print Code" is set to Yes under the certificate 'Text options'.

Verify Certificate Version 3.51.1

Moodle 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5
Released: Friday, 5 October 2018, 6:04 AM

verify_certificate

Moodle verify certificate block

// This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with Moodle. If not, see http://www.gnu.org/licenses/.

/** * Version details * * Verify certificate block * -------------------------- * Verify certificate based on the unique codes displayed on issued certificates. * Full details of the issued certificate is displayed including profile picture. * Mostly cosmetic changes to the original codes from Jean-Michel Védrine. * Original Autor & Copyright - Jean-Michel Védrine | 2014 * * @copyright 2015 onwards Manieer Chhettri | Marie Curie, UK | manieer@gmail.com * @author Manieer Chhettri | Marie Curie, UK | manieer@gmail.com | 2015 * @package block_verify_certificate * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */

/* * INSTALL: * Download the folder and install it to /blocks/ folder within Moodle installation. * You will need to make sure all certificates have PRINT CODE to Yes under certificate settings. */

Version information

Version build number
2018100400
Version release name
Version 3.51.1
Maturity
Stable version
MD5 Sum
9b46ec5bb1262bca34e4d0dcd700afa3
Supported software
Moodle 2.1, Moodle 2.0, Moodle 2.2, Moodle 2.3, Moodle 2.4, Moodle 2.5, Moodle 2.6, Moodle 2.7, Moodle 2.8, Moodle 2.9, Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5
  • Latest release for Moodle 2.0
  • Latest release for Moodle 2.1
  • Latest release for Moodle 2.2
  • Latest release for Moodle 2.3
  • Latest release for Moodle 2.4
  • Latest release for Moodle 2.5
  • Latest release for Moodle 2.6
  • Latest release for Moodle 2.7
  • Latest release for Moodle 2.8
  • Latest release for Moodle 2.9
  • Latest release for Moodle 3.0
  • Latest release for Moodle 3.1
  • Latest release for Moodle 3.2
  • Latest release for Moodle 3.3
  • Latest release for Moodle 3.4
  • Latest release for Moodle 3.5

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
https://github.com/manieer/moodle-block_verify_certificate

Default installation instructions for plugins of the type Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.