Skip to content

duranchen/moodle-block_report_certificates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

report_certificates

Moodle certificate report 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/.
  • Report 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
  • @author Manieer Chhettri | Marie Curie, UK | manieer@gmail.com | 2015
  • @package blocks
  • @subpackage block_report_certificates
  • @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later / /
  • FUTURE DEVELOPMENT *
  • Will aim to add an option for downloading all the issued certificates as a zip file.
  • Option to filter certificates by issue date for e.g. from and to filters. */
  • INSTALL:
  • Download the folder and install it to /blocks/ folder within moodle installation. */

About

Moodle certificate report block

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.0%
  • CSS 8.0%