Moodle Plugins directory: Download Certificates: Versions: Version 11.3 | Moodle.org

Download Certificates
Download Certificates Version 11.3
download_certificates
Moodle download 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/. * * Download certificates block * -------------------------- * Displays all issued certificates for users with unique codes. * The certificates will also be issued for courses that have been archived since issuing of the certificates. * All previously issued certificates can be downloaded as Zipped file. Contributed by Neeraj KP (kpneeraj). * * @author Manieer Chhettri | manieer@gmail.com | 2015 * @package blocks * @subpackage block_download_certificates * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later / / * NEW FEATURE * * All previously issued certificates can be downloaded as Zipped file. Contributed by Neeraj KP (kpneeraj). */ * * INSTALL: * Download the folder and install it to /blocks/ folder within moodle installation. */
Version information
- Version build number
- 2018100801
- Version release name
- Version 11.3
- Maturity
- Vèsyon ki estab
- MD5 Sum
- bc6a7be912965f2df14a6aa2e4e13abf
- 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
Default installation instructions for plugins of the type Blocks
- Make sure you have all the required versions.
- Download and unpack the block folder.
- Place the folder (eg "myblock") in the "blocks" subdirectory.
- Visit http://yoursite.com/admin to complete the installation
- Turn editing on in any home or course page.
- Add the block to the page
- Visit the config link in the block for more options.