<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/39/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bozohrj</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/39/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bozohrj"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/Special:Contributions/Bozohrj"/>
	<updated>2026-05-21T16:21:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=126780</id>
		<title>Simple certificate module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=126780"/>
		<updated>2017-02-09T16:03:03Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
{{Infobox plugin&lt;br /&gt;
|type = activity&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=mod_simplecertificate&lt;br /&gt;
|tracker = https://github.com/bozoh/moodle-mod_simplecertificate/issues&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/discuss.php?d=222296&lt;br /&gt;
|maintainer = [[User:Carlos_Alexandre_Fonseca|Carlos Alexandre S. da Fonseca]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This module is based on certificate module, maintained by [[User:Mark_Nelson|Mark Nelson]], but simpler to use, no needs to change any code to add a new certificate format, and moodle&#039;s administrator don&#039;t need to upload image files or change language variables. The certificate text are full customizable, using special text marks that will be replaced by variables (like student name, course name, grade, ...).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Using git repository===&lt;br /&gt;
&lt;br /&gt;
If you do not have git installed, please see the below link. Please note, it is&lt;br /&gt;
not necessary to set up the SSH Keys. This is only needed if you are going to&lt;br /&gt;
create a repository of your own on github.com.&lt;br /&gt;
&lt;br /&gt;
Information on installing git - http://help.github.com/set-up-git-redirect/&lt;br /&gt;
&lt;br /&gt;
Once you have git installed, simply visit the Moodle mod directory and clone&lt;br /&gt;
git://github.com/bozoh/moodle-mod_simplecertificate.git, remember to&lt;br /&gt;
rename the folder to certificate if you do not specify this in the clone command.&lt;br /&gt;
&lt;br /&gt;
Eg. Linux command line would be as follow -&lt;br /&gt;
&lt;br /&gt;
git clone git://github.com/bozoh/moodle-mod_simplecertificate.git simplecertificate&lt;br /&gt;
&lt;br /&gt;
Once cloned, checkout the branch that is specific to your Moodle version.&lt;br /&gt;
eg, MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3, ...&lt;br /&gt;
&lt;br /&gt;
Use git pull to update this branch periodically to ensure you have the latest version.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t want install git you can visit https://github.com/bozoh/moodle-mod_simplecertificate, choose the branch&lt;br /&gt;
that matches your Moodle version (eg. MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3) and download the zip, &lt;br /&gt;
uncompress this zip and extract the folder. The folder will have a name similar to bozoh-moodle-mod_simplecertificate-c9fbadb, &lt;br /&gt;
you MUST rename this to simplecertificate. Place this folder in your mod folder in your Moodle directory.&lt;br /&gt;
&lt;br /&gt;
==Using the plugins==&lt;br /&gt;
This plugin is design to be simple to create a certificate, without any PHP knowledge&lt;br /&gt;
In this plugins you can create:&lt;br /&gt;
*One or Two pages certificate&lt;br /&gt;
*Verification code&lt;br /&gt;
*QRCode with verification URL&lt;br /&gt;
*Multi language support, using Multi Language content filterhttp://docs.moodle.org/26/en/Multi-language_content_filter&lt;br /&gt;
*Bulk operations (send certificate via email to the users, ...)&lt;br /&gt;
* and more ...&lt;br /&gt;
&lt;br /&gt;
To create a custom certificate, you add a simple certificate activity, in the Certificate Text&lt;br /&gt;
you will type you custom certificate text, and you will use some Text marks which will be replace to right values in the certificate creation process.&lt;br /&gt;
&lt;br /&gt;
For exemple,&lt;br /&gt;
Certificate of Achievement &lt;br /&gt;
{COURSENAME}&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
{USERNAME}&lt;br /&gt;
&lt;br /&gt;
The texts marks  {COUSENAME} and {USERNAME} will be replaced to course full name and user full name, respectively .&lt;br /&gt;
&lt;br /&gt;
Here a more complete example image:&lt;br /&gt;
&lt;br /&gt;
[[File:Simple_certificate_example_01.png]]&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;tt&amp;gt;First page editing with a background image&amp;lt;/tt&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and this will be created:&lt;br /&gt;
[[File:Simple_certificate_example_02.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;A sample pdf file&#039;&#039;&lt;br /&gt;
[[File:Simple_certificate_example_01.pdf]]&lt;br /&gt;
&lt;br /&gt;
==How to report a bug==&lt;br /&gt;
You can report in:&lt;br /&gt;
&lt;br /&gt;
* https://github.com/bozoh/moodle-mod_simplecertificate/issues.&lt;br /&gt;
&lt;br /&gt;
==Text marks==&lt;br /&gt;
In this version other user profile data can be added, like email, first name, country, and the custom profile data too.&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Text Mark&lt;br /&gt;
!Description&lt;br /&gt;
!Since version&lt;br /&gt;
|-&lt;br /&gt;
|{USERNAME}&lt;br /&gt;
|Full user name&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{COURSENAME}&lt;br /&gt;
|Full course name (or what is in Alternate course name option)&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{GRADE}&lt;br /&gt;
|Formatted Grade&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{DATE}&lt;br /&gt;
|Formatted Date&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{OUTCOME}&lt;br /&gt;
|Outcomes&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{HOURS}&lt;br /&gt;
|Defined hours in course&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{TEACHERS}&lt;br /&gt;
|Teachers List&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{IDNUMBER}&lt;br /&gt;
|User id number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{FIRSTNAME}&lt;br /&gt;
|User first name&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{LASTNAME}&lt;br /&gt;
|User last name&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{EMAIL}&lt;br /&gt;
|User e-mail&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{ICQ}&lt;br /&gt;
|User ICQ&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{SKYPE}&lt;br /&gt;
|User Skype&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{YAHOO}&lt;br /&gt;
|User yahoo messenger&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{AIM}&lt;br /&gt;
|User AIM&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{MSN}&lt;br /&gt;
|User MSN&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PHONE1}&lt;br /&gt;
|User 1° Phone Number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PHONE2}&lt;br /&gt;
|User 2° Phone Number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{INSTITUTION}&lt;br /&gt;
|User institution&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{DEPARTMENT}&lt;br /&gt;
|User department&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{ADDRESS}&lt;br /&gt;
|User address&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{CITY}&lt;br /&gt;
|User city&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{COUNTRY}&lt;br /&gt;
|User country&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{URL}&lt;br /&gt;
|User Home-page&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PROFILE_xxxx}&lt;br /&gt;
|User custom profile fields&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{CERTIFICATECODE}&lt;br /&gt;
|Unique certificate code text&lt;br /&gt;
|2.1.x&lt;br /&gt;
|-&lt;br /&gt;
|{USERROLENAME}&lt;br /&gt;
|User role name in course&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{TIMESTART}&lt;br /&gt;
|User Enrollment start date in course&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{USERIMAGE}&lt;br /&gt;
|User profile image&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{USERRESULTS}&lt;br /&gt;
|User results (grade) in others course activities&lt;br /&gt;
|2.2.0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In order to use custom profiles fields you must use &amp;quot;PROFILE_&amp;quot; prefix, for example: &lt;br /&gt;
you has created a custom profile with shortname of &amp;quot;birthday,&amp;quot;  so the text mark used on certificate must be {PROFILE_BIRTHDAY}&lt;br /&gt;
&lt;br /&gt;
==Languages with special character ==&lt;br /&gt;
Some languages has non latin character, like Russian or Japanese, in order to work these languages properly you must use: style=&amp;quot;font-family: freeserif;&amp;quot; or something as font style, for example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: freeserif;&amp;quot;&amp;gt;простой сертификат&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: hysmyeongjostdmedium;&amp;quot;&amp;gt;かんたん証明書&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: kozgopromedium;&amp;quot;&amp;gt;かんたん証明書&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt; (it is better for Japanese characters, but under lib/tcpdf/fonts/ you need kozgopromedium.php which is included in the latest version of TCPDF)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [https://moodle.org/mod/forum/discuss.php?d=222296 Discussion forum]&lt;br /&gt;
* [https://www.youtube.com/watch?v=tmYbpwuN2Ps Basic Usage Video, thanks Matthew Nagy]&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=mod_certificate [[User:Mark_Nelson|Mark Nelson]] certificate plugin]&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=126779</id>
		<title>Simple certificate module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=126779"/>
		<updated>2017-02-09T16:01:43Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
{{Infobox plugin&lt;br /&gt;
|type = activity&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=mod_simplecertificate&lt;br /&gt;
|tracker = https://github.com/bozoh/moodle-mod_simplecertificate/issues&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/discuss.php?d=222296&lt;br /&gt;
|maintainer = [[User:Carlos_Alexandre_Fonseca|Carlos Alexandre S. da Fonseca]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This module is based on certificate module, maintained by [[User:Mark_Nelson|Mark Nelson]], but simpler to use, no needs to change any code to add a new certificate format, and moodle&#039;s administrator don&#039;t need to upload image files or change language variables. The certificate text are full customizable, using special text marks that will be replaced by variables (like student name, course name, grade, ...).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Using git repository===&lt;br /&gt;
&lt;br /&gt;
If you do not have git installed, please see the below link. Please note, it is&lt;br /&gt;
not necessary to set up the SSH Keys. This is only needed if you are going to&lt;br /&gt;
create a repository of your own on github.com.&lt;br /&gt;
&lt;br /&gt;
Information on installing git - http://help.github.com/set-up-git-redirect/&lt;br /&gt;
&lt;br /&gt;
Once you have git installed, simply visit the Moodle mod directory and clone&lt;br /&gt;
git://github.com/bozoh/moodle-mod_simplecertificate.git, remember to&lt;br /&gt;
rename the folder to certificate if you do not specify this in the clone command.&lt;br /&gt;
&lt;br /&gt;
Eg. Linux command line would be as follow -&lt;br /&gt;
&lt;br /&gt;
git clone git://github.com/bozoh/moodle-mod_simplecertificate.git simplecertificate&lt;br /&gt;
&lt;br /&gt;
Once cloned, checkout the branch that is specific to your Moodle version.&lt;br /&gt;
eg, MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3, ...&lt;br /&gt;
&lt;br /&gt;
Use git pull to update this branch periodically to ensure you have the latest version.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t want install git you can visit https://github.com/bozoh/moodle-mod_simplecertificate, choose the branch&lt;br /&gt;
that matches your Moodle version (eg. MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3) and download the zip, &lt;br /&gt;
uncompress this zip and extract the folder. The folder will have a name similar to bozoh-moodle-mod_simplecertificate-c9fbadb, &lt;br /&gt;
you MUST rename this to simplecertificate. Place this folder in your mod folder in your Moodle directory.&lt;br /&gt;
&lt;br /&gt;
==Using the plugins==&lt;br /&gt;
This plugin is design to be simple to create a certificate, without any PHP knowledge&lt;br /&gt;
In this plugins you can create:&lt;br /&gt;
*One or Two pages certificate&lt;br /&gt;
*Verification code&lt;br /&gt;
*QRCode with verification URL&lt;br /&gt;
*Multi language support, using Multi Language content filterhttp://docs.moodle.org/26/en/Multi-language_content_filter&lt;br /&gt;
*Bulk operations (send certificate via email to the users, ...)&lt;br /&gt;
* and more ...&lt;br /&gt;
&lt;br /&gt;
To create a custom certificate, you add a simple certificate activity, in the Certificate Text&lt;br /&gt;
you will type you custom certificate text, and you will use some Text marks which will be replace to right values in the certificate creation process.&lt;br /&gt;
&lt;br /&gt;
For exemple,&lt;br /&gt;
Certificate of Achievement &lt;br /&gt;
{COURSENAME}&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
{USERNAME}&lt;br /&gt;
&lt;br /&gt;
The texts marks  {COUSENAME} and {USERNAME} will be replaced to course full name and user full name, respectively .&lt;br /&gt;
&lt;br /&gt;
Here a more complete example image:&lt;br /&gt;
&lt;br /&gt;
[[{{ns:file}}:Simple_certificate_example_01.png]]&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;tt&amp;gt;First page editing with a background image&amp;lt;/tt&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and this will be created:&lt;br /&gt;
[[{{ns:file}}:Simple_certificate_example_02.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;A sample pdf file&#039;&#039;&lt;br /&gt;
[[{{ns:file}}:Simple_certificate_example_01.pdf]]&lt;br /&gt;
&lt;br /&gt;
==How to report a bug==&lt;br /&gt;
You can report in:&lt;br /&gt;
&lt;br /&gt;
* https://github.com/bozoh/moodle-mod_simplecertificate/issues.&lt;br /&gt;
&lt;br /&gt;
==Text marks==&lt;br /&gt;
In this version other user profile data can be added, like email, first name, country, and the custom profile data too.&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Text Mark&lt;br /&gt;
!Description&lt;br /&gt;
!Since version&lt;br /&gt;
|-&lt;br /&gt;
|{USERNAME}&lt;br /&gt;
|Full user name&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{COURSENAME}&lt;br /&gt;
|Full course name (or what is in Alternate course name option)&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{GRADE}&lt;br /&gt;
|Formatted Grade&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{DATE}&lt;br /&gt;
|Formatted Date&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{OUTCOME}&lt;br /&gt;
|Outcomes&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{HOURS}&lt;br /&gt;
|Defined hours in course&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{TEACHERS}&lt;br /&gt;
|Teachers List&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{IDNUMBER}&lt;br /&gt;
|User id number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{FIRSTNAME}&lt;br /&gt;
|User first name&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{LASTNAME}&lt;br /&gt;
|User last name&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{EMAIL}&lt;br /&gt;
|User e-mail&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{ICQ}&lt;br /&gt;
|User ICQ&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{SKYPE}&lt;br /&gt;
|User Skype&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{YAHOO}&lt;br /&gt;
|User yahoo messenger&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{AIM}&lt;br /&gt;
|User AIM&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{MSN}&lt;br /&gt;
|User MSN&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PHONE1}&lt;br /&gt;
|User 1° Phone Number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PHONE2}&lt;br /&gt;
|User 2° Phone Number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{INSTITUTION}&lt;br /&gt;
|User institution&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{DEPARTMENT}&lt;br /&gt;
|User department&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{ADDRESS}&lt;br /&gt;
|User address&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{CITY}&lt;br /&gt;
|User city&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{COUNTRY}&lt;br /&gt;
|User country&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{URL}&lt;br /&gt;
|User Home-page&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PROFILE_xxxx}&lt;br /&gt;
|User custom profile fields&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{CERTIFICATECODE}&lt;br /&gt;
|Unique certificate code text&lt;br /&gt;
|2.1.x&lt;br /&gt;
|-&lt;br /&gt;
|{USERROLENAME}&lt;br /&gt;
|User role name in course&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{TIMESTART}&lt;br /&gt;
|User Enrollment start date in course&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{USERIMAGE}&lt;br /&gt;
|User profile image&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{USERRESULTS}&lt;br /&gt;
|User results (grade) in others course activities&lt;br /&gt;
|2.2.0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In order to use custom profiles fields you must use &amp;quot;PROFILE_&amp;quot; prefix, for example: &lt;br /&gt;
you has created a custom profile with shortname of &amp;quot;birthday,&amp;quot;  so the text mark used on certificate must be {PROFILE_BIRTHDAY}&lt;br /&gt;
&lt;br /&gt;
==Languages with special character ==&lt;br /&gt;
Some languages has non latin character, like Russian or Japanese, in order to work these languages properly you must use: style=&amp;quot;font-family: freeserif;&amp;quot; or something as font style, for example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: freeserif;&amp;quot;&amp;gt;простой сертификат&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: hysmyeongjostdmedium;&amp;quot;&amp;gt;かんたん証明書&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: kozgopromedium;&amp;quot;&amp;gt;かんたん証明書&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt; (it is better for Japanese characters, but under lib/tcpdf/fonts/ you need kozgopromedium.php which is included in the latest version of TCPDF)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [https://moodle.org/mod/forum/discuss.php?d=222296 Discussion forum]&lt;br /&gt;
* [https://www.youtube.com/watch?v=tmYbpwuN2Ps Basic Usage Video, thanks Matthew Nagy]&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=mod_certificate [[User:Mark_Nelson|Mark Nelson]] certificate plugin]&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=File:Simple_certificate_example_01.pdf&amp;diff=126778</id>
		<title>File:Simple certificate example 01.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=File:Simple_certificate_example_01.pdf&amp;diff=126778"/>
		<updated>2017-02-09T16:01:30Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=File:Simple_certificate_example_02.jpg&amp;diff=126777</id>
		<title>File:Simple certificate example 02.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=File:Simple_certificate_example_02.jpg&amp;diff=126777"/>
		<updated>2017-02-09T15:59:41Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=File:Simple_certificate_example_01.png&amp;diff=126776</id>
		<title>File:Simple certificate example 01.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=File:Simple_certificate_example_01.png&amp;diff=126776"/>
		<updated>2017-02-09T15:58:10Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=126775</id>
		<title>Simple certificate module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=126775"/>
		<updated>2017-02-09T15:54:29Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
{{Infobox plugin&lt;br /&gt;
|type = activity&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=mod_simplecertificate&lt;br /&gt;
|tracker = https://github.com/bozoh/moodle-mod_simplecertificate/issues&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/discuss.php?d=222296&lt;br /&gt;
|maintainer = [[User:Carlos_Alexandre_Fonseca|Carlos Alexandre S. da Fonseca]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This module is based on certificate module, maintained by [[User:Mark_Nelson|Mark Nelson]], but simpler to use, no needs to change any code to add a new certificate format, and moodle&#039;s administrator don&#039;t need to upload image files or change language variables. The certificate text are full customizable, using special text marks that will be replaced by variables (like student name, course name, grade, ...).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Using git repository===&lt;br /&gt;
&lt;br /&gt;
If you do not have git installed, please see the below link. Please note, it is&lt;br /&gt;
not necessary to set up the SSH Keys. This is only needed if you are going to&lt;br /&gt;
create a repository of your own on github.com.&lt;br /&gt;
&lt;br /&gt;
Information on installing git - http://help.github.com/set-up-git-redirect/&lt;br /&gt;
&lt;br /&gt;
Once you have git installed, simply visit the Moodle mod directory and clone&lt;br /&gt;
git://github.com/bozoh/moodle-mod_simplecertificate.git, remember to&lt;br /&gt;
rename the folder to certificate if you do not specify this in the clone command.&lt;br /&gt;
&lt;br /&gt;
Eg. Linux command line would be as follow -&lt;br /&gt;
&lt;br /&gt;
git clone git://github.com/bozoh/moodle-mod_simplecertificate.git simplecertificate&lt;br /&gt;
&lt;br /&gt;
Once cloned, checkout the branch that is specific to your Moodle version.&lt;br /&gt;
eg, MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3, ...&lt;br /&gt;
&lt;br /&gt;
Use git pull to update this branch periodically to ensure you have the latest version.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t want install git you can visit https://github.com/bozoh/moodle-mod_simplecertificate, choose the branch&lt;br /&gt;
that matches your Moodle version (eg. MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3) and download the zip, &lt;br /&gt;
uncompress this zip and extract the folder. The folder will have a name similar to bozoh-moodle-mod_simplecertificate-c9fbadb, &lt;br /&gt;
you MUST rename this to simplecertificate. Place this folder in your mod folder in your Moodle directory.&lt;br /&gt;
&lt;br /&gt;
==Using the plugins==&lt;br /&gt;
This plugin is design to be simple to create a certificate, without any PHP knowledge&lt;br /&gt;
In this plugins you can create:&lt;br /&gt;
*One or Two pages certificate&lt;br /&gt;
*Verification code&lt;br /&gt;
*QRCode with verification URL&lt;br /&gt;
*Multi language support, using Multi Language content filterhttp://docs.moodle.org/26/en/Multi-language_content_filter&lt;br /&gt;
*Bulk operations (send certificate via email to the users, ...)&lt;br /&gt;
* and more ...&lt;br /&gt;
&lt;br /&gt;
To create a custom certificate, you add a simple certificate activity, in the Certificate Text&lt;br /&gt;
you will type you custom certificate text, and you will use some Text marks which will be replace to right values in the certificate creation process.&lt;br /&gt;
&lt;br /&gt;
For exemple,&lt;br /&gt;
Certificate of Achievement &lt;br /&gt;
{COURSENAME}&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
{USERNAME}&lt;br /&gt;
&lt;br /&gt;
The texts marks  {COUSENAME} and {USERNAME} will be replaced to course full name and user full name, respectively .&lt;br /&gt;
&lt;br /&gt;
Here a more complete example image:&lt;br /&gt;
&lt;br /&gt;
[[File:Simple_certificate_example_01.png]]&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;tt&amp;gt;First page editing with a background image&amp;lt;/tt&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and this will be created:&lt;br /&gt;
[[File:Simple_certificate_example_02.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;A sample pdf file&#039;&#039;&lt;br /&gt;
[[Media:Simple_certificate_example_01.pdf]]&lt;br /&gt;
&lt;br /&gt;
==How to report a bug==&lt;br /&gt;
You can report in:&lt;br /&gt;
&lt;br /&gt;
* https://github.com/bozoh/moodle-mod_simplecertificate/issues.&lt;br /&gt;
&lt;br /&gt;
==Text marks==&lt;br /&gt;
In this version other user profile data can be added, like email, first name, country, and the custom profile data too.&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Text Mark&lt;br /&gt;
!Description&lt;br /&gt;
!Since version&lt;br /&gt;
|-&lt;br /&gt;
|{USERNAME}&lt;br /&gt;
|Full user name&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{COURSENAME}&lt;br /&gt;
|Full course name (or what is in Alternate course name option)&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{GRADE}&lt;br /&gt;
|Formatted Grade&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{DATE}&lt;br /&gt;
|Formatted Date&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{OUTCOME}&lt;br /&gt;
|Outcomes&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{HOURS}&lt;br /&gt;
|Defined hours in course&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{TEACHERS}&lt;br /&gt;
|Teachers List&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{IDNUMBER}&lt;br /&gt;
|User id number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{FIRSTNAME}&lt;br /&gt;
|User first name&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{LASTNAME}&lt;br /&gt;
|User last name&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{EMAIL}&lt;br /&gt;
|User e-mail&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{ICQ}&lt;br /&gt;
|User ICQ&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{SKYPE}&lt;br /&gt;
|User Skype&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{YAHOO}&lt;br /&gt;
|User yahoo messenger&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{AIM}&lt;br /&gt;
|User AIM&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{MSN}&lt;br /&gt;
|User MSN&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PHONE1}&lt;br /&gt;
|User 1° Phone Number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PHONE2}&lt;br /&gt;
|User 2° Phone Number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{INSTITUTION}&lt;br /&gt;
|User institution&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{DEPARTMENT}&lt;br /&gt;
|User department&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{ADDRESS}&lt;br /&gt;
|User address&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{CITY}&lt;br /&gt;
|User city&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{COUNTRY}&lt;br /&gt;
|User country&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{URL}&lt;br /&gt;
|User Home-page&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PROFILE_xxxx}&lt;br /&gt;
|User custom profile fields&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{CERTIFICATECODE}&lt;br /&gt;
|Unique certificate code text&lt;br /&gt;
|2.1.x&lt;br /&gt;
|-&lt;br /&gt;
|{USERROLENAME}&lt;br /&gt;
|User role name in course&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{TIMESTART}&lt;br /&gt;
|User Enrollment start date in course&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{USERIMAGE}&lt;br /&gt;
|User profile image&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{USERRESULTS}&lt;br /&gt;
|User results (grade) in others course activities&lt;br /&gt;
|2.2.0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In order to use custom profiles fields you must use &amp;quot;PROFILE_&amp;quot; prefix, for example: &lt;br /&gt;
you has created a custom profile with shortname of &amp;quot;birthday,&amp;quot;  so the text mark used on certificate must be {PROFILE_BIRTHDAY}&lt;br /&gt;
&lt;br /&gt;
==Languages with special character ==&lt;br /&gt;
Some languages has non latin character, like Russian or Japanese, in order to work these languages properly you must use: style=&amp;quot;font-family: freeserif;&amp;quot; or something as font style, for example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: freeserif;&amp;quot;&amp;gt;простой сертификат&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: hysmyeongjostdmedium;&amp;quot;&amp;gt;かんたん証明書&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: kozgopromedium;&amp;quot;&amp;gt;かんたん証明書&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt; (it is better for Japanese characters, but under lib/tcpdf/fonts/ you need kozgopromedium.php which is included in the latest version of TCPDF)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [https://moodle.org/mod/forum/discuss.php?d=222296 Discussion forum]&lt;br /&gt;
* [https://www.youtube.com/watch?v=tmYbpwuN2Ps Basic Usage Video, thanks Matthew Nagy]&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=mod_certificate [[User:Mark_Nelson|Mark Nelson]] certificate plugin]&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=126774</id>
		<title>Simple certificate module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=126774"/>
		<updated>2017-02-09T15:51:43Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
{{Infobox plugin&lt;br /&gt;
|type = activity&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=mod_simplecertificate&lt;br /&gt;
|tracker = https://github.com/bozoh/moodle-mod_simplecertificate/issues&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/discuss.php?d=222296&lt;br /&gt;
|maintainer = [[User:Carlos_Alexandre_Fonseca|Carlos Alexandre S. da Fonseca]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This module is based on certificate module, maintained by [[User:Mark_Nelson|Mark Nelson]], but simpler to use, no needs to change any code to add a new certificate format, and moodle&#039;s administrator don&#039;t need to upload image files or change language variables. The certificate text are full customizable, using special text marks that will be replaced by variables (like student name, course name, grade, ...).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Using git repository===&lt;br /&gt;
&lt;br /&gt;
If you do not have git installed, please see the below link. Please note, it is&lt;br /&gt;
not necessary to set up the SSH Keys. This is only needed if you are going to&lt;br /&gt;
create a repository of your own on github.com.&lt;br /&gt;
&lt;br /&gt;
Information on installing git - http://help.github.com/set-up-git-redirect/&lt;br /&gt;
&lt;br /&gt;
Once you have git installed, simply visit the Moodle mod directory and clone&lt;br /&gt;
git://github.com/bozoh/moodle-mod_simplecertificate.git, remember to&lt;br /&gt;
rename the folder to certificate if you do not specify this in the clone command.&lt;br /&gt;
&lt;br /&gt;
Eg. Linux command line would be as follow -&lt;br /&gt;
&lt;br /&gt;
git clone git://github.com/bozoh/moodle-mod_simplecertificate.git simplecertificate&lt;br /&gt;
&lt;br /&gt;
Once cloned, checkout the branch that is specific to your Moodle version.&lt;br /&gt;
eg, MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3, ...&lt;br /&gt;
&lt;br /&gt;
Use git pull to update this branch periodically to ensure you have the latest version.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t want install git you can visit https://github.com/bozoh/moodle-mod_simplecertificate, choose the branch&lt;br /&gt;
that matches your Moodle version (eg. MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3) and download the zip, &lt;br /&gt;
uncompress this zip and extract the folder. The folder will have a name similar to bozoh-moodle-mod_simplecertificate-c9fbadb, &lt;br /&gt;
you MUST rename this to simplecertificate. Place this folder in your mod folder in your Moodle directory.&lt;br /&gt;
&lt;br /&gt;
==Using the plugins==&lt;br /&gt;
This plugin is design to be simple to create a certificate, without any PHP knowledge&lt;br /&gt;
In this plugins you can create:&lt;br /&gt;
*One or Two pages certificate&lt;br /&gt;
*Verification code&lt;br /&gt;
*QRCode with verification URL&lt;br /&gt;
*Multi language support, using Multi Language content filterhttp://docs.moodle.org/26/en/Multi-language_content_filter&lt;br /&gt;
*Bulk operations (send certificate via email to the users, ...)&lt;br /&gt;
* and more ...&lt;br /&gt;
&lt;br /&gt;
To create a custom certificate, you add a simple certificate activity, in the Certificate Text&lt;br /&gt;
you will type you custom certificate text, and you will use some Text marks which will be replace to right values in the certificate creation process.&lt;br /&gt;
&lt;br /&gt;
For exemple,&lt;br /&gt;
Certificate of Achievement &lt;br /&gt;
{COURSENAME}&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
{USERNAME}&lt;br /&gt;
&lt;br /&gt;
The texts marks  {COUSENAME} and {USERNAME} will be replaced to course full name and user full name, respectively .&lt;br /&gt;
&lt;br /&gt;
Here a more complete example image:&lt;br /&gt;
&lt;br /&gt;
[[File:Simple_certificate_example_01.png]]&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;tt&amp;gt;First page editing with a background image&amp;lt;/tt&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and this will be created:&lt;br /&gt;
[[File:Simple_certificate_example_02.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;A sample pdf file&#039;&#039;&lt;br /&gt;
[[Media:Simple_certificate_example_01.pdf]]&lt;br /&gt;
&lt;br /&gt;
==How to report a bug==&lt;br /&gt;
You can report in:&lt;br /&gt;
&lt;br /&gt;
* https://github.com/bozoh/moodle-mod_simplecertificate/issues.&lt;br /&gt;
&lt;br /&gt;
==Text marks==&lt;br /&gt;
In this version other user profile data can be added, like email, first name, country, and the custom profile data too.&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Text Mark&lt;br /&gt;
!Description&lt;br /&gt;
!Since version&lt;br /&gt;
|-&lt;br /&gt;
|{USERNAME}&lt;br /&gt;
|Full user name&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{COURSENAME}&lt;br /&gt;
|Full course name (or what is in Alternate course name option)&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{GRADE}&lt;br /&gt;
|Formatted Grade&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{DATE}&lt;br /&gt;
|Formatted Date&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{OUTCOME}&lt;br /&gt;
|Outcomes&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{HOURS}&lt;br /&gt;
|Defined hours in course&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{TEACHERS}&lt;br /&gt;
|Teachers List&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{IDNUMBER}&lt;br /&gt;
|User id number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{FIRSTNAME}&lt;br /&gt;
|User first name&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{LASTNAME}&lt;br /&gt;
|User last name&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{EMAIL}&lt;br /&gt;
|User e-mail&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{ICQ}&lt;br /&gt;
|User ICQ&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{SKYPE}&lt;br /&gt;
|User Skype&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{YAHOO}&lt;br /&gt;
|User yahoo messenger&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{AIM}&lt;br /&gt;
|User AIM&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{MSN}&lt;br /&gt;
|User MSN&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PHONE1}&lt;br /&gt;
|User 1° Phone Number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PHONE2}&lt;br /&gt;
|User 2° Phone Number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{INSTITUTION}&lt;br /&gt;
|User institution&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{DEPARTMENT}&lt;br /&gt;
|User department&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{ADDRESS}&lt;br /&gt;
|User address&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{CITY}&lt;br /&gt;
|User city&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{COUNTRY}&lt;br /&gt;
|User country&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{URL}&lt;br /&gt;
|User Home-page&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PROFILE_xxxx}&lt;br /&gt;
|User custom profile fields&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{CERTIFICATECODE}&lt;br /&gt;
|Unique certificate code text&lt;br /&gt;
|2.1.x&lt;br /&gt;
|-&lt;br /&gt;
|{USERROLENAME}&lt;br /&gt;
|User role name in course&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{TIMESTART}&lt;br /&gt;
|User Enrollment start date in course&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{USERIMAGE}&lt;br /&gt;
|User profile image&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{USERRESULTS}&lt;br /&gt;
|User results (grade) in others course activities&lt;br /&gt;
|2.2.0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In order to use custom profiles fields you must use &amp;quot;PROFILE_&amp;quot; prefix, for example: &lt;br /&gt;
you has created a custom profile with shortname of &amp;quot;birthday,&amp;quot;  so the text mark used on certificate must be {PROFILE_BIRTHDAY}&lt;br /&gt;
&lt;br /&gt;
==Languages with special character ==&lt;br /&gt;
Some languages has non latin character, like Russian or Japanese, in order to work these languages properly you must use: style=&amp;quot;font-family: freeserif;&amp;quot; or something as font style, for example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: freeserif;&amp;quot;&amp;gt;простой сертификат&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: hysmyeongjostdmedium;&amp;quot;&amp;gt;かんたん証明書&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: kozgopromedium;&amp;quot;&amp;gt;かんたん証明書&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt; (it is better for Japanese characters, but under lib/tcpdf/fonts/ you need kozgopromedium.php which is included in the latest version of TCPDF)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [https://moodle.org/mod/forum/discuss.php?d=222296 Discussion forum]&lt;br /&gt;
&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=mod_certificate [[User:Mark_Nelson|Mark Nelson]] certificate plugin]&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=User:Carlos_Alexandre_Fonseca&amp;diff=113383</id>
		<title>User:Carlos Alexandre Fonseca</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=User:Carlos_Alexandre_Fonseca&amp;diff=113383"/>
		<updated>2014-07-01T19:06:17Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;350&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;1&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:eu.jpg]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;Carlos Alexandre Soares da Fonseca&lt;br /&gt;
PHP/JAVA Developer&lt;br /&gt;
Rio de Janeiro - RJ&lt;br /&gt;
Brazil&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=File:eu.jpg&amp;diff=113382</id>
		<title>File:eu.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=File:eu.jpg&amp;diff=113382"/>
		<updated>2014-07-01T19:04:22Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=User:Carlos_Alexandre_Fonseca&amp;diff=113381</id>
		<title>User:Carlos Alexandre Fonseca</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=User:Carlos_Alexandre_Fonseca&amp;diff=113381"/>
		<updated>2014-07-01T19:00:46Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;350&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;1&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:eu.jpg]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;Carlos Alexandre Soares da Fonseca&lt;br /&gt;
PHP/JAVA Developer&lt;br /&gt;
Rio de Janeiro - RJ&lt;br /&gt;
Brazil&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=User:Carlos_Alexandre_Fonseca&amp;diff=113380</id>
		<title>User:Carlos Alexandre Fonseca</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=User:Carlos_Alexandre_Fonseca&amp;diff=113380"/>
		<updated>2014-07-01T18:51:48Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;350&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;1&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:https://docs.moodle.org/24/en/File:eu.jpg]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;Carlos Alexandre Soares da Fonseca&lt;br /&gt;
PHP/JAVA Developer&lt;br /&gt;
Rio de Janeiro - RJ&lt;br /&gt;
Brazil&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=User:Carlos_Alexandre_Fonseca&amp;diff=113379</id>
		<title>User:Carlos Alexandre Fonseca</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=User:Carlos_Alexandre_Fonseca&amp;diff=113379"/>
		<updated>2014-07-01T18:50:11Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: Created page with &amp;quot;{| width=&amp;quot;350&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;1&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;&amp;quot; |- | File:eu.jpg | &amp;lt;pre&amp;gt;Carlos Alexandre Soares da Fonseca PHP/JAVA Developer Rio de Janeiro - RJ Brazil...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;350&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;1&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:eu.jpg]]&lt;br /&gt;
| &amp;lt;pre&amp;gt;Carlos Alexandre Soares da Fonseca&lt;br /&gt;
PHP/JAVA Developer&lt;br /&gt;
Rio de Janeiro - RJ&lt;br /&gt;
Brazil&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=113378</id>
		<title>Simple certificate module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=113378"/>
		<updated>2014-07-01T18:48:24Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
{{Infobox plugin&lt;br /&gt;
|type = activity&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=mod_simplecertificate&lt;br /&gt;
|tracker = https://github.com/bozoh/moodle-mod_simplecertificate/issues&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/discuss.php?d=222296&lt;br /&gt;
|maintainer = [[User:Carlos_Alexandre_Fonseca|Carlos Alexandre S. da Fonseca]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This module is based on certificate module, maintained by [[User:Mark_Nelson|Mark Nelson]], but simpler to use, no needs to change any code to add a new certificate format, and moodle&#039;s administrator don&#039;t need to upload image files or change language variables. The certificate text are full customizable, using special text marks that will be replaced by variables (like student name, course name, grade, ...).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Using git repository===&lt;br /&gt;
&lt;br /&gt;
If you do not have git installed, please see the below link. Please note, it is&lt;br /&gt;
not necessary to set up the SSH Keys. This is only needed if you are going to&lt;br /&gt;
create a repository of your own on github.com.&lt;br /&gt;
&lt;br /&gt;
Information on installing git - http://help.github.com/set-up-git-redirect/&lt;br /&gt;
&lt;br /&gt;
Once you have git installed, simply visit the Moodle mod directory and clone&lt;br /&gt;
git://github.com/bozoh/moodle-mod_simplecertificate.git, remember to&lt;br /&gt;
rename the folder to certificate if you do not specify this in the clone command.&lt;br /&gt;
&lt;br /&gt;
Eg. Linux command line would be as follow -&lt;br /&gt;
&lt;br /&gt;
git clone git://github.com/bozoh/moodle-mod_simplecertificate.git simplecertificate&lt;br /&gt;
&lt;br /&gt;
Once cloned, checkout the branch that is specific to your Moodle version.&lt;br /&gt;
eg, MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3, ...&lt;br /&gt;
&lt;br /&gt;
Use git pull to update this branch periodically to ensure you have the latest version.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t want install git you can visit https://github.com/bozoh/moodle-mod_simplecertificate, choose the branch&lt;br /&gt;
that matches your Moodle version (eg. MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3) and download the zip, &lt;br /&gt;
uncompress this zip and extract the folder. The folder will have a name similar to bozoh-moodle-mod_simplecertificate-c9fbadb, &lt;br /&gt;
you MUST rename this to simplecertificate. Place this folder in your mod folder in your Moodle directory.&lt;br /&gt;
&lt;br /&gt;
===Using Moodle&#039;s plugins database===&lt;br /&gt;
Download the appropriate version of simple certificate module from https://moodle.org/plugins/view.php?plugin=mod_simplecertificate, and uncompress in your moodle mod folder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How to report a bug==&lt;br /&gt;
You can report in:&lt;br /&gt;
&lt;br /&gt;
* https://github.com/bozoh/moodle-mod_simplecertificate/issues.&lt;br /&gt;
* https://tracker.moodle.org/browse/CONTRIB-4120&lt;br /&gt;
&lt;br /&gt;
But until now i not owner of this CONTRIB in moodle tracker site.&lt;br /&gt;
&lt;br /&gt;
==Text marks==&lt;br /&gt;
In this version other user profile data can be added, like email, first name, country, and the custom profile data too.&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Text Mark&lt;br /&gt;
!Description&lt;br /&gt;
!Since version&lt;br /&gt;
|-&lt;br /&gt;
|{USERNAME}&lt;br /&gt;
|Full user name&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{COURSENAME}&lt;br /&gt;
|Full course name (or what is in Alternate course name option)&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{GRADE}&lt;br /&gt;
|Formatted Grade&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{DATE}&lt;br /&gt;
|Formatted Date&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{OUTCOME}&lt;br /&gt;
|Outcomes&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{HOURS}&lt;br /&gt;
|Defined hours in course&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{TEACHERS}&lt;br /&gt;
|Teachers List&lt;br /&gt;
|1.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{IDNUMBER}&lt;br /&gt;
|User id number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{FIRSTNAME}&lt;br /&gt;
|User first name&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{LASTNAME}&lt;br /&gt;
|User last name&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{EMAIL}&lt;br /&gt;
|User e-mail&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{ICQ}&lt;br /&gt;
|User ICQ&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{SKYPE}&lt;br /&gt;
|User Skype&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{YAHOO}&lt;br /&gt;
|User yahoo messenger&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{AIM}&lt;br /&gt;
|User AIM&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{MSN}&lt;br /&gt;
|User MSN&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PHONE1}&lt;br /&gt;
|User 1° Phone Number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PHONE2}&lt;br /&gt;
|User 2° Phone Number&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{INSTITUTION}&lt;br /&gt;
|User institution&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{DEPARTMENT}&lt;br /&gt;
|User department&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{ADDRESS}&lt;br /&gt;
|User address&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{CITY}&lt;br /&gt;
|User city&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{COUNTRY}&lt;br /&gt;
|User country&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{URL}&lt;br /&gt;
|User Home-page&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{PROFILE_xxxx}&lt;br /&gt;
|User custom profile fields&lt;br /&gt;
|2.x.x&lt;br /&gt;
|-&lt;br /&gt;
|{CERTIFICATECODE}&lt;br /&gt;
|Unique certificate code text&lt;br /&gt;
|2.1.x&lt;br /&gt;
|-&lt;br /&gt;
|{USERROLENAME}&lt;br /&gt;
|User role name in course&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{TIMESTART}&lt;br /&gt;
|User Enrollment start date in course&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{USERIMAGE}&lt;br /&gt;
|User profile image&lt;br /&gt;
|2.2.0&lt;br /&gt;
|-&lt;br /&gt;
|{USERRESULTS}&lt;br /&gt;
|User results (grade) in others course activities&lt;br /&gt;
|2.2.0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In order to use custom profiles fields you must use &amp;quot;PROFILE_&amp;quot; prefix, for example: &lt;br /&gt;
you has created a custom profile with shortname of &amp;quot;birthday,&amp;quot;  so the text mark used on certificate must be {PROFILE_BIRTHDAY}&lt;br /&gt;
&lt;br /&gt;
==Languages with special character ==&lt;br /&gt;
Some languages has non latin character, like Russian or Japanese, in order to work these languages properly you must use: style=&amp;quot;font-family: freeserif;&amp;quot; or something as font style, for example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: freeserif;&amp;quot;&amp;gt;простой сертификат&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: hysmyeongjostdmedium;&amp;quot;&amp;gt;かんたん証明書&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;font-family: kozgopromedium;&amp;quot;&amp;gt;かんたん証明書&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt; (it is better for Japanese characters, but under lib/tcpdf/fonts/ you need kozgopromedium.php which is included in the latest version of TCPDF)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [https://moodle.org/mod/forum/discuss.php?d=222296 Discussion forum]&lt;br /&gt;
&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=mod_certificate [[User:Mark_Nelson|Mark Nelson]] certificate plugin]&lt;br /&gt;
&lt;br /&gt;
* [http://www.oit.umn.edu/moodle/instructor-guides/certificate/ Walkthrough guide from University of Minessota]&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=103191</id>
		<title>Simple certificate module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=103191"/>
		<updated>2013-02-15T19:39:30Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
{{Infobox plugin&lt;br /&gt;
|type = activity&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=mod_simplecertificate&lt;br /&gt;
|tracker = https://github.com/bozoh/moodle-mod_simplecertificate/issues&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/discuss.php?d=222296&lt;br /&gt;
|maintainer = [[User:Carlos_Fonseca|Carlos Alexandre S. da Fonseca]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This module is based on certificate module, maintained by [[User:Mark_Nelson|Mark Nelson]], but simpler to use, no needs to change any code to add a new certificate format, and moodle&#039;s administrator don&#039;t need to upload image files or change language variables. The certificate text are full customizable, using special text marks that will be replaced by variables (like student name, course name, grade, ...).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Using git repository===&lt;br /&gt;
&lt;br /&gt;
If you do not have git installed, please see the below link. Please note, it is&lt;br /&gt;
not necessary to set up the SSH Keys. This is only needed if you are going to&lt;br /&gt;
create a repository of your own on github.com.&lt;br /&gt;
&lt;br /&gt;
Information on installing git - http://help.github.com/set-up-git-redirect/&lt;br /&gt;
&lt;br /&gt;
Once you have git installed, simply visit the Moodle mod directory and clone&lt;br /&gt;
git://github.com/bozoh/moodle-mod_simplecertificate.git, remember to&lt;br /&gt;
rename the folder to certificate if you do not specify this in the clone command&lt;br /&gt;
&lt;br /&gt;
Eg. Linux command line would be as follow -&lt;br /&gt;
&lt;br /&gt;
git clone git://github.com/bozoh/moodle-mod_simplecertificate.git simplecertificate&lt;br /&gt;
&lt;br /&gt;
Once cloned, checkout the branch that is specific to your Moodle version.&lt;br /&gt;
eg, MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3, ...&lt;br /&gt;
&lt;br /&gt;
Use git pull to update this branch periodically to ensure you have the latest version.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t want install git you can visit https://github.com/bozoh/moodle-mod_simplecertificate, choose the branch&lt;br /&gt;
that matches your Moodle version (eg. MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3) and download the zip, &lt;br /&gt;
uncompress this zip and extract the folder. The folder will have a name similar to bozoh-moodle-mod_simplecertificate-c9fbadb, &lt;br /&gt;
you MUST rename this to simplecertificate. Place this folder in your mod folder in your Moodle directory.&lt;br /&gt;
&lt;br /&gt;
===Using Moodle&#039;s plugins database===&lt;br /&gt;
Download the appropriate version of simple certificate module from https://moodle.org/plugins/view.php?plugin=mod_simplecertificate, and uncompress in your moodle mod folder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How to report a bug==&lt;br /&gt;
You can report in:&lt;br /&gt;
&lt;br /&gt;
* https://github.com/bozoh/moodle-mod_simplecertificate/issues.&lt;br /&gt;
* https://tracker.moodle.org/browse/CONTRIB-4120&lt;br /&gt;
&lt;br /&gt;
But until now i not owner of this CONTRIB in moodle tracker site.&lt;br /&gt;
&lt;br /&gt;
==Text marks==&lt;br /&gt;
The text marks can be found on module helps, just click in help icon on &amp;quot;Certificate Text option&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Text Mark&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|{USERNAME}&lt;br /&gt;
|Full user name&lt;br /&gt;
|-&lt;br /&gt;
|{COURSENAME}&lt;br /&gt;
|Full course name (or what is in Alternate course name option)&lt;br /&gt;
|-&lt;br /&gt;
|{GRADE}&lt;br /&gt;
|Formatted Grade&lt;br /&gt;
|-&lt;br /&gt;
|{DATE}&lt;br /&gt;
|Formatted Date&lt;br /&gt;
|-&lt;br /&gt;
|{OUTCOME}&lt;br /&gt;
|Outcomes&lt;br /&gt;
|-&lt;br /&gt;
|{HOURS}&lt;br /&gt;
|Defined hours in course&lt;br /&gt;
|-&lt;br /&gt;
|{TEACHERS}&lt;br /&gt;
|Teachers List&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Feature ideas and requests==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Enable reCAPTCHA in certificate verification===&lt;br /&gt;
All issued certificate has a QR code on the second page that redirect to a the certificate verification page, will be useful to activate a reCAPTCHA in this page&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [https://moodle.org/mod/forum/discuss.php?d=222296 Discussion forum]&lt;br /&gt;
&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=mod_certificate [[User:Mark_Nelson|Mark Nelson]] certificate plugin]&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=103182</id>
		<title>Simple certificate module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=103182"/>
		<updated>2013-02-15T14:49:58Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: /* How to report a bug */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
{{Infobox plugin&lt;br /&gt;
|type = activity&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=mod_simplecertificate&lt;br /&gt;
|tracker = https://github.com/bozoh/moodle-mod_simplecertificate/issues&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/discuss.php?d=222296&lt;br /&gt;
|maintainer = [[User:Carlos_Fonseca|Carlos Alexandre S. da Fonseca]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This module is based on certificate module, maintained by [[User:Mark_Nelson|Mark Nelson]], but simpler to use, no needs to change any code to add a new certificate format, and moodle&#039;s administrator don&#039;t need to upload image files or change language variables. The certificate text are full customisable, using special text marks that will be replaced by variables (like student name, course name, grade, ...).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Using git repository===&lt;br /&gt;
&lt;br /&gt;
If you do not have git installed, please see the below link. Please note, it is&lt;br /&gt;
not necessary to set up the SSH Keys. This is only needed if you are going to&lt;br /&gt;
create a repository of your own on github.com.&lt;br /&gt;
&lt;br /&gt;
Information on installing git - http://help.github.com/set-up-git-redirect/&lt;br /&gt;
&lt;br /&gt;
Once you have git installed, simply visit the Moodle mod directory and clone&lt;br /&gt;
git://github.com/bozoh/moodle-mod_simplecertificate.git, remember to&lt;br /&gt;
rename the folder to certificate if you do not specify this in the clone command&lt;br /&gt;
&lt;br /&gt;
Eg. Linux command line would be as follow -&lt;br /&gt;
&lt;br /&gt;
git clone git://github.com/bozoh/moodle-mod_simplecertificate.git simplecertificate&lt;br /&gt;
&lt;br /&gt;
Once cloned, checkout the branch that is specific to your Moodle version.&lt;br /&gt;
eg, MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3, ...&lt;br /&gt;
&lt;br /&gt;
Use git pull to update this branch periodically to ensure you have the latest version.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t want install git you can visit https://github.com/bozoh/moodle-mod_simplecertificate, choose the branch&lt;br /&gt;
that matches your Moodle version (eg. MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3) and download the zip, &lt;br /&gt;
uncompress this zip and extract the folder. The folder will have a name similar to bozoh-moodle-mod_simplecertificate-c9fbadb, &lt;br /&gt;
you MUST rename this to simplecertificate. Place this folder in your mod folder in your Moodle directory.&lt;br /&gt;
&lt;br /&gt;
===Using Moodle&#039;s plugins databate===&lt;br /&gt;
Download the appropriate version of simple certificate module from https://moodle.org/plugins/view.php?plugin=mod_simplecertificate, and uncompress in your moodle mod folder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How to report a bug==&lt;br /&gt;
You can report in:&lt;br /&gt;
&lt;br /&gt;
* https://github.com/bozoh/moodle-mod_simplecertificate/issues.&lt;br /&gt;
* https://tracker.moodle.org/browse/CONTRIB-4120&lt;br /&gt;
&lt;br /&gt;
But until now i not owner of this CONTRIB in moodle tracker site.&lt;br /&gt;
&lt;br /&gt;
==Text marks==&lt;br /&gt;
The text marks can be found on module helps, just clik in help icon on &amp;quot;Certificate Text option&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Text Mark&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|{USERNAME}&lt;br /&gt;
|Full user name&lt;br /&gt;
|-&lt;br /&gt;
|{COURSENAME}&lt;br /&gt;
|Full course name (or what is in Alternate course name option)&lt;br /&gt;
|-&lt;br /&gt;
|{GRADE}&lt;br /&gt;
|Formatted Grade&lt;br /&gt;
|-&lt;br /&gt;
|{DATE}&lt;br /&gt;
|Formatted Date&lt;br /&gt;
|-&lt;br /&gt;
|{OUTCOME}&lt;br /&gt;
|Outcomes&lt;br /&gt;
|-&lt;br /&gt;
|{HOURS}&lt;br /&gt;
|Defined hours in course&lt;br /&gt;
|-&lt;br /&gt;
|{TEACHERS}&lt;br /&gt;
|Teachers List&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Feature ideas and requests==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Enable reCAPTCHA in certificate verification===&lt;br /&gt;
All issued certificate has a QR code on the second page that redirect to a the certificate verification page, will be useful to activate a reCAPTCHA in this page&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [https://moodle.org/mod/forum/discuss.php?d=222296 Discussion forum]&lt;br /&gt;
&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=mod_certificate [[User:Mark_Nelson|Mark Nelson]] certificate plugin]&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=103181</id>
		<title>Simple certificate module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=103181"/>
		<updated>2013-02-15T14:49:21Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: /* How to report a bug */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
{{Infobox plugin&lt;br /&gt;
|type = activity&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=mod_simplecertificate&lt;br /&gt;
|tracker = https://github.com/bozoh/moodle-mod_simplecertificate/issues&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/discuss.php?d=222296&lt;br /&gt;
|maintainer = [[User:Carlos_Fonseca|Carlos Alexandre S. da Fonseca]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This module is based on certificate module, maintained by [[User:Mark_Nelson|Mark Nelson]], but simpler to use, no needs to change any code to add a new certificate format, and moodle&#039;s administrator don&#039;t need to upload image files or change language variables. The certificate text are full customisable, using special text marks that will be replaced by variables (like student name, course name, grade, ...).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Using git repository===&lt;br /&gt;
&lt;br /&gt;
If you do not have git installed, please see the below link. Please note, it is&lt;br /&gt;
not necessary to set up the SSH Keys. This is only needed if you are going to&lt;br /&gt;
create a repository of your own on github.com.&lt;br /&gt;
&lt;br /&gt;
Information on installing git - http://help.github.com/set-up-git-redirect/&lt;br /&gt;
&lt;br /&gt;
Once you have git installed, simply visit the Moodle mod directory and clone&lt;br /&gt;
git://github.com/bozoh/moodle-mod_simplecertificate.git, remember to&lt;br /&gt;
rename the folder to certificate if you do not specify this in the clone command&lt;br /&gt;
&lt;br /&gt;
Eg. Linux command line would be as follow -&lt;br /&gt;
&lt;br /&gt;
git clone git://github.com/bozoh/moodle-mod_simplecertificate.git simplecertificate&lt;br /&gt;
&lt;br /&gt;
Once cloned, checkout the branch that is specific to your Moodle version.&lt;br /&gt;
eg, MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3, ...&lt;br /&gt;
&lt;br /&gt;
Use git pull to update this branch periodically to ensure you have the latest version.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t want install git you can visit https://github.com/bozoh/moodle-mod_simplecertificate, choose the branch&lt;br /&gt;
that matches your Moodle version (eg. MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3) and download the zip, &lt;br /&gt;
uncompress this zip and extract the folder. The folder will have a name similar to bozoh-moodle-mod_simplecertificate-c9fbadb, &lt;br /&gt;
you MUST rename this to simplecertificate. Place this folder in your mod folder in your Moodle directory.&lt;br /&gt;
&lt;br /&gt;
===Using Moodle&#039;s plugins databate===&lt;br /&gt;
Download the appropriate version of simple certificate module from https://moodle.org/plugins/view.php?plugin=mod_simplecertificate, and uncompress in your moodle mod folder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How to report a bug==&lt;br /&gt;
You can report in:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://github.com/bozoh/moodle-mod_simplecertificate/issues.&lt;br /&gt;
https://tracker.moodle.org/browse/CONTRIB-4120&lt;br /&gt;
&lt;br /&gt;
But until now i not owner of this CONTRIB in moodle tracker site.&lt;br /&gt;
&lt;br /&gt;
==Text marks==&lt;br /&gt;
The text marks can be found on module helps, just clik in help icon on &amp;quot;Certificate Text option&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Text Mark&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|{USERNAME}&lt;br /&gt;
|Full user name&lt;br /&gt;
|-&lt;br /&gt;
|{COURSENAME}&lt;br /&gt;
|Full course name (or what is in Alternate course name option)&lt;br /&gt;
|-&lt;br /&gt;
|{GRADE}&lt;br /&gt;
|Formatted Grade&lt;br /&gt;
|-&lt;br /&gt;
|{DATE}&lt;br /&gt;
|Formatted Date&lt;br /&gt;
|-&lt;br /&gt;
|{OUTCOME}&lt;br /&gt;
|Outcomes&lt;br /&gt;
|-&lt;br /&gt;
|{HOURS}&lt;br /&gt;
|Defined hours in course&lt;br /&gt;
|-&lt;br /&gt;
|{TEACHERS}&lt;br /&gt;
|Teachers List&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Feature ideas and requests==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Enable reCAPTCHA in certificate verification===&lt;br /&gt;
All issued certificate has a QR code on the second page that redirect to a the certificate verification page, will be useful to activate a reCAPTCHA in this page&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [https://moodle.org/mod/forum/discuss.php?d=222296 Discussion forum]&lt;br /&gt;
&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=mod_certificate [[User:Mark_Nelson|Mark Nelson]] certificate plugin]&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=103180</id>
		<title>Simple certificate module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=103180"/>
		<updated>2013-02-15T14:40:58Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
{{Infobox plugin&lt;br /&gt;
|type = activity&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=mod_simplecertificate&lt;br /&gt;
|tracker = https://github.com/bozoh/moodle-mod_simplecertificate/issues&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/discuss.php?d=222296&lt;br /&gt;
|maintainer = [[User:Carlos_Fonseca|Carlos Alexandre S. da Fonseca]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This module is based on certificate module, maintained by [[User:Mark_Nelson|Mark Nelson]], but simpler to use, no needs to change any code to add a new certificate format, and moodle&#039;s administrator don&#039;t need to upload image files or change language variables. The certificate text are full customisable, using special text marks that will be replaced by variables (like student name, course name, grade, ...).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Using git repository===&lt;br /&gt;
&lt;br /&gt;
If you do not have git installed, please see the below link. Please note, it is&lt;br /&gt;
not necessary to set up the SSH Keys. This is only needed if you are going to&lt;br /&gt;
create a repository of your own on github.com.&lt;br /&gt;
&lt;br /&gt;
Information on installing git - http://help.github.com/set-up-git-redirect/&lt;br /&gt;
&lt;br /&gt;
Once you have git installed, simply visit the Moodle mod directory and clone&lt;br /&gt;
git://github.com/bozoh/moodle-mod_simplecertificate.git, remember to&lt;br /&gt;
rename the folder to certificate if you do not specify this in the clone command&lt;br /&gt;
&lt;br /&gt;
Eg. Linux command line would be as follow -&lt;br /&gt;
&lt;br /&gt;
git clone git://github.com/bozoh/moodle-mod_simplecertificate.git simplecertificate&lt;br /&gt;
&lt;br /&gt;
Once cloned, checkout the branch that is specific to your Moodle version.&lt;br /&gt;
eg, MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3, ...&lt;br /&gt;
&lt;br /&gt;
Use git pull to update this branch periodically to ensure you have the latest version.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t want install git you can visit https://github.com/bozoh/moodle-mod_simplecertificate, choose the branch&lt;br /&gt;
that matches your Moodle version (eg. MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3) and download the zip, &lt;br /&gt;
uncompress this zip and extract the folder. The folder will have a name similar to bozoh-moodle-mod_simplecertificate-c9fbadb, &lt;br /&gt;
you MUST rename this to simplecertificate. Place this folder in your mod folder in your Moodle directory.&lt;br /&gt;
&lt;br /&gt;
===Using Moodle&#039;s plugins databate===&lt;br /&gt;
Download the appropriate version of simple certificate module from https://moodle.org/plugins/view.php?plugin=mod_simplecertificate, and uncompress in your moodle mod folder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How to report a bug==&lt;br /&gt;
Please, use https://github.com/bozoh/moodle-mod_simplecertificate/issues.&lt;br /&gt;
&lt;br /&gt;
Until now this module don&#039;t have a CONTRIB Issue tracker in moodle tracker site&lt;br /&gt;
https://tracker.moodle.org/browse/CONTRIB-4120&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Text marks==&lt;br /&gt;
The text marks can be found on module helps, just clik in help icon on &amp;quot;Certificate Text option&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Text Mark&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|{USERNAME}&lt;br /&gt;
|Full user name&lt;br /&gt;
|-&lt;br /&gt;
|{COURSENAME}&lt;br /&gt;
|Full course name (or what is in Alternate course name option)&lt;br /&gt;
|-&lt;br /&gt;
|{GRADE}&lt;br /&gt;
|Formatted Grade&lt;br /&gt;
|-&lt;br /&gt;
|{DATE}&lt;br /&gt;
|Formatted Date&lt;br /&gt;
|-&lt;br /&gt;
|{OUTCOME}&lt;br /&gt;
|Outcomes&lt;br /&gt;
|-&lt;br /&gt;
|{HOURS}&lt;br /&gt;
|Defined hours in course&lt;br /&gt;
|-&lt;br /&gt;
|{TEACHERS}&lt;br /&gt;
|Teachers List&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Feature ideas and requests==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Enable reCAPTCHA in certificate verification===&lt;br /&gt;
All issued certificate has a QR code on the second page that redirect to a the certificate verification page, will be useful to activate a reCAPTCHA in this page&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [https://moodle.org/mod/forum/discuss.php?d=222296 Discussion forum]&lt;br /&gt;
&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=mod_certificate [[User:Mark_Nelson|Mark Nelson]] certificate plugin]&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=103179</id>
		<title>Simple certificate module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=103179"/>
		<updated>2013-02-15T14:38:16Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
{{Infobox plugin&lt;br /&gt;
|type = activity&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=mod_simplecertificate&lt;br /&gt;
|tracker = https://github.com/bozoh/moodle-mod_simplecertificate/issues&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/discuss.php?d=222296&lt;br /&gt;
|maintainer = [[User:Carlos_Fonseca|Carlos Alexandre S. da Fonseca]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This module is based on certificate module, maintained by [[User:Mark_Nelson|Mark Nelson]], but simpler to use, no needs to change any code to add a new certificate format, and moodle&#039;s administrator don&#039;t need to upload image files or change language variables. The certificate text are full customisable, using special text marks that will be replaced by variables (like student name, course name, grade, ...).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Using git repository===&lt;br /&gt;
&lt;br /&gt;
If you do not have git installed, please see the below link. Please note, it is&lt;br /&gt;
not necessary to set up the SSH Keys. This is only needed if you are going to&lt;br /&gt;
create a repository of your own on github.com.&lt;br /&gt;
&lt;br /&gt;
Information on installing git - http://help.github.com/set-up-git-redirect/&lt;br /&gt;
&lt;br /&gt;
Once you have git installed, simply visit the Moodle mod directory and clone&lt;br /&gt;
git://github.com/bozoh/moodle-mod_simplecertificate.git, remember to&lt;br /&gt;
rename the folder to certificate if you do not specify this in the clone command&lt;br /&gt;
&lt;br /&gt;
Eg. Linux command line would be as follow -&lt;br /&gt;
&lt;br /&gt;
git clone git://github.com/bozoh/moodle-mod_simplecertificate.git simplecertificate&lt;br /&gt;
&lt;br /&gt;
Once cloned, checkout the branch that is specific to your Moodle version.&lt;br /&gt;
eg, MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3, ...&lt;br /&gt;
&lt;br /&gt;
Use git pull to update this branch periodically to ensure you have the latest version.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t want install git you can visit https://github.com/bozoh/moodle-mod_simplecertificate, choose the branch&lt;br /&gt;
that matches your Moodle version (eg. MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3) and download the zip, &lt;br /&gt;
uncompress this zip and extract the folder. The folder will have a name similar to bozoh-moodle-mod_simplecertificate-c9fbadb, &lt;br /&gt;
you MUST rename this to simplecertificate. Place this folder in your mod folder in your Moodle directory.&lt;br /&gt;
&lt;br /&gt;
===Using Moodle&#039;s plugins databate===&lt;br /&gt;
Download the appropriate version of simple certificate module from https://moodle.org/plugins/view.php?plugin=mod_simplecertificate, and uncompress in your moodle mod folder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How to report a bug==&lt;br /&gt;
Please, use https://github.com/bozoh/moodle-mod_simplecertificate/issues.&lt;br /&gt;
&lt;br /&gt;
Until now this module don&#039;t have a CONTRIB Issue tracker in moodle tracker site&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Text marks==&lt;br /&gt;
The text marks can be found on module helps, just clik in help icon on &amp;quot;Certificate Text option&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Text Mark&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|{USERNAME}&lt;br /&gt;
|Full user name&lt;br /&gt;
|-&lt;br /&gt;
|{COURSENAME}&lt;br /&gt;
|Full course name (or what is in Alternate course name option)&lt;br /&gt;
|-&lt;br /&gt;
|{GRADE}&lt;br /&gt;
|Formatted Grade&lt;br /&gt;
|-&lt;br /&gt;
|{DATE}&lt;br /&gt;
|Formatted Date&lt;br /&gt;
|-&lt;br /&gt;
|{OUTCOME}&lt;br /&gt;
|Outcomes&lt;br /&gt;
|-&lt;br /&gt;
|{HOURS}&lt;br /&gt;
|Defined hours in course&lt;br /&gt;
|-&lt;br /&gt;
|{TEACHERS}&lt;br /&gt;
|Teachers List&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Feature ideas and requests==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Enable reCAPTCHA in certificate verification===&lt;br /&gt;
All issued certificate has a QR code on the second page that redirect to a the certificate verification page, will be useful to activate a reCAPTCHA in this page&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [https://moodle.org/mod/forum/discuss.php?d=222296 Discussion forum]&lt;br /&gt;
&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=mod_certificate [[User:Mark_Nelson|Mark Nelson]] certificate plugin]&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=103178</id>
		<title>Simple certificate module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/39/en/index.php?title=Simple_certificate_module&amp;diff=103178"/>
		<updated>2013-02-15T14:36:31Z</updated>

		<summary type="html">&lt;p&gt;Bozohrj: Created page with &amp;quot;{{Activities}} {{Infobox plugin |type = activity |entry = https://moodle.org/plugins/view.php?plugin=mod_simplecertificate |tracker = https://github.com/bozoh/moodle-mod_simplece...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Activities}}&lt;br /&gt;
{{Infobox plugin&lt;br /&gt;
|type = activity&lt;br /&gt;
|entry = https://moodle.org/plugins/view.php?plugin=mod_simplecertificate&lt;br /&gt;
|tracker = https://github.com/bozoh/moodle-mod_simplecertificate/issues&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/discuss.php?d=222296&lt;br /&gt;
|maintainer = [[User:Carlos_Fonseca|Carlos Alexandre S. da Fonseca]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This module is based on certificate module, maintained by [[User:Mark_Nelson|Mark Nelson]], but simpler to use, no needs to change any code to add a new certificate format, and moodle&#039;s administrator don&#039;t need to upload image files or change language variables. The certificate text are full customisable, using special text marks that will be replaced by variables (like student name, course name, grade, ...).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Using git repository===&lt;br /&gt;
&lt;br /&gt;
If you do not have git installed, please see the below link. Please note, it is&lt;br /&gt;
not necessary to set up the SSH Keys. This is only needed if you are going to&lt;br /&gt;
create a repository of your own on github.com.&lt;br /&gt;
&lt;br /&gt;
Information on installing git - http://help.github.com/set-up-git-redirect/&lt;br /&gt;
&lt;br /&gt;
Once you have git installed, simply visit the Moodle mod directory and clone&lt;br /&gt;
git://github.com/bozoh/moodle-mod_simplecertificate.git, remember to&lt;br /&gt;
rename the folder to certificate if you do not specify this in the clone command&lt;br /&gt;
&lt;br /&gt;
Eg. Linux command line would be as follow -&lt;br /&gt;
&lt;br /&gt;
git clone git://github.com/bozoh/moodle-mod_simplecertificate.git simplecertificate&lt;br /&gt;
&lt;br /&gt;
Once cloned, checkout the branch that is specific to your Moodle version.&lt;br /&gt;
eg, MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3, ...&lt;br /&gt;
&lt;br /&gt;
Use git pull to update this branch periodically to ensure you have the latest version.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t want install git you can visit https://github.com/bozoh/moodle-mod_simplecertificate, choose the branch&lt;br /&gt;
that matches your Moodle version (eg. MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3) and download the zip, &lt;br /&gt;
uncompress this zip and extract the folder. The folder will have a name similar to bozoh-moodle-mod_simplecertificate-c9fbadb, &lt;br /&gt;
you MUST rename this to simplecertificate. Place this folder in your mod folder in your Moodle directory.&lt;br /&gt;
&lt;br /&gt;
===Using Moodle&#039;s plugins databate===&lt;br /&gt;
Download the appropriate version of simple certificate module from https://moodle.org/plugins/view.php?plugin=mod_simplecertificate, and uncompress in your moodle mod folder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How to report a bug==&lt;br /&gt;
Please, use https://github.com/bozoh/moodle-mod_simplecertificate/issues.&lt;br /&gt;
&lt;br /&gt;
Until now a don&#039;t have a CONTRIB Issue tracker in moodle tracker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Text marks==&lt;br /&gt;
The text marks can be found on module helps, just clik in help icon on &amp;quot;Certificate Text option&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Text Mark&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|{USERNAME}&lt;br /&gt;
|Full user name&lt;br /&gt;
|-&lt;br /&gt;
|{COURSENAME}&lt;br /&gt;
|Full course name (or what is in Alternate course name option)&lt;br /&gt;
|-&lt;br /&gt;
|{GRADE}&lt;br /&gt;
|Formatted Grade&lt;br /&gt;
|-&lt;br /&gt;
|{DATE}&lt;br /&gt;
|Formatted Date&lt;br /&gt;
|-&lt;br /&gt;
|{OUTCOME}&lt;br /&gt;
|Outcomes&lt;br /&gt;
|-&lt;br /&gt;
|{HOURS}&lt;br /&gt;
|Defined hours in course&lt;br /&gt;
|-&lt;br /&gt;
|{TEACHERS}&lt;br /&gt;
|Teachers List&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Feature ideas and requests==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Enable reCAPTCHA in certificate verification===&lt;br /&gt;
All issued certificate has a QR code on the second page that redirect to a the certificate verification page, will be useful to activate a reCAPTCHA in this page&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [https://moodle.org/mod/forum/discuss.php?d=222296 Discussion forum]&lt;br /&gt;
&lt;br /&gt;
* [https://moodle.org/plugins/view.php?plugin=mod_certificate [[User:Mark_Nelson|Mark Nelson]] certificate plugin]&lt;/div&gt;</summary>
		<author><name>Bozohrj</name></author>
	</entry>
</feed>