<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Simple_certificate_module</id>
	<title>Simple certificate module - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Simple_certificate_module"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Simple_certificate_module&amp;action=history"/>
	<updated>2026-05-07T17:30:31Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Simple_certificate_module&amp;diff=5441&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Simple_certificate_module&amp;diff=5441&amp;oldid=prev"/>
		<updated>2024-10-18T06:45:40Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 06:45, 18 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Simple_certificate_module&amp;diff=5440&amp;oldid=prev</id>
		<title>1&gt;Tim@horizoneducationnetwork.org: /* Languages with special character */clean up, typos fixed: latin → Latin</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Simple_certificate_module&amp;diff=5440&amp;oldid=prev"/>
		<updated>2021-12-09T16:00:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Languages with special character: &lt;/span&gt;clean up, typos fixed: latin → Latin&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&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 need to change any code to add a new certificate format, and Moodle&amp;#039;s administrator don&amp;#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;
E.g. 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;
e.g., 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&amp;#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 (e.g. 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 example,&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;
&amp;#039;&amp;#039;A sample pdf file&amp;#039;&amp;#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 have non Latin characters, 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;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[es:Módulo certificado simple]]&lt;/div&gt;</summary>
		<author><name>1&gt;Tim@horizoneducationnetwork.org</name></author>
	</entry>
</feed>