new certificate module, simplecertificate

new certificate module, simplecertificate

by Carlos Alexandre Fonseca -
Number of replies: 8
Picture of Plugin developers

Hello,  there is a new certificate module based on certificate module, but more simple to use.

  • No need to change any code to create new certificates formats;
  • Full customized text, no need to change any lang parameters;
  • No need to upload image files to administrations area;

http://moodle.org/plugins/view.php?plugin=mod_simplecertificate

or

http://github.com/bozoh/moodle-mod_simplecertificate

it tested in moodle 2.2.5, but i thinks it's work in other moodles versions

Average of ratings: -
In reply to Carlos Alexandre Fonseca

Re: new certificate module, simplecertificate

by Marcio Henrique Zuchini -

Hi, Carlos.

I tried to follow your download link, but it seems to be broken or not available:

You do not have permission to view this plugin

I would like to try your code, if possible.

 

In reply to Marcio Henrique Zuchini

Re: new certificate module, simplecertificate

by Carlos Alexandre Fonseca -
Picture of Plugin developers

humm i think this happened because it is not yet an approved a plugin.

Try this link

https://github.com/bozoh/moodle-mod_simplecertificate/archive/master.zip

download the zip, uncompress this zip and extract the folder. The folder will have a name similar to
bozoh-moodle-mod_simplecertificate-c9fbadb, you MUST rename this to simplecertificate.
Place this folder in your mod folder in your Moodle directory.
 
 
In reply to Carlos Alexandre Fonseca

Re: new certificate module, simplecertificate

by Mark Whitington -

Hi Carlos,

I just tried your simple certificate on my localhost installation of Moodle 3.3.

It installed without any errors.

After creating a certificate I get the following two pages...

Page 1: The uploaded image fills the A4 sized page.

Page 2: displays a HR code.

As I am on a local host my HR scanner will not connect.

Is that where the text that was entered into the settings will appear?

Looks like an easy to use alternative to the original Certificate.

Cheers

Mark

In reply to Mark Whitington

Re: new certificate module, simplecertificate

by Carlos Alexandre Fonseca -
Picture of Plugin developers

The idea is use a two side print, one side with certificade, image and text (page 1), and other side (page 2) the QRcode.

I don't  tested it in moodle 3.x ,  but the text should be in the first page, above image

In reply to Carlos Alexandre Fonseca

Re: new certificate module, simplecertificate

by Mark Whitington -

Hi Carlos,

Not sure why but I do not have any visible text.

I do have the image on the first page with the QR code on the second page.

I am using Moodle 2.3.3

Is there a preferred size / resolution for the image?

Cheers

Mark

In reply to Mark Whitington

Re: new certificate module, simplecertificate

by Carlos Alexandre Fonseca -
Picture of Plugin developers

No, there is no prefered size,  the image is resized  to certificate width and height, try to enable debug options on moodle.

Soon as posible i will try to install it on moodle 2.3.x