<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.catglobe.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hovietluu</id>
	<title>Catglobe Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.catglobe.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hovietluu"/>
	<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/Special:Contributions/Hovietluu"/>
	<updated>2026-05-18T21:05:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238540</id>
		<title>Insert video into question</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238540"/>
		<updated>2018-06-19T10:08:51Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: v1.7&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will guide you how to insert a video file (as attachment) into the question.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PLEASE REMEMBER THAT THIS GUIDE JUST BE FOR QUESTIONNAIRE WHICH HAVE USER FOR QAS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Do not implement for QUESTIONNAIRE HAVE NO USER FOR QAS.&lt;br /&gt;
&lt;br /&gt;
Please follow these steps:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Add an attachment and get the link of video file.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, You need to add a attachment to Catglobe system via Attachment Tab of Questionnaire.&lt;br /&gt;
&lt;br /&gt;
- Click &amp;quot;Add&amp;quot; button and choose your file, then you finish with &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
- Next, You go to &amp;quot;Tools/Projects and folders/Attachment&amp;quot; then search your attachment by searching function. You get link of attachment in &amp;quot;Link&amp;quot; Column and get resource Id in Resource Id column  of searching result.&lt;br /&gt;
&lt;br /&gt;
You are done this step. Look at next step to see how to generate HTML code.&lt;br /&gt;
[[File:Add attachment in CG.png|none|thumb|1592x1592px]]&lt;br /&gt;
[[File:Get link.png|none|thumb|1474x1474px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Generate HTML code&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
With this step, You just need to copy below codes and replace &amp;quot;%Link%&amp;quot; by your link by your link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;video controls=&amp;quot;&amp;quot; autoplay=&amp;quot;&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/ogg&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/mp4&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/webm&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	Your browser does not support the&amp;lt;video&amp;gt;element.&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Put into question&#039;s HTML&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You put HTML code prepared at step 2 into question&#039;s HTML.&lt;br /&gt;
[[File:Put HTML code into question&#039;s HTML.png|none|thumb|1536x1536px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Grant Permissions:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
You must create a dumy question before your question, replace &amp;quot;%resource Id%&amp;quot; by resource Id of attachment (in step 1) in below code, then put it into cgscript tab of question.&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
if(getRPQUserId() != empty)&lt;br /&gt;
{&lt;br /&gt;
  array permissions = { {getRPQUserId(), &amp;quot;Read&amp;quot;}};&lt;br /&gt;
  updateUserPermission(&amp;quot;%resource Id%&amp;quot;, permissions);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Set Impersonation of Questionnaire.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You must set &amp;quot;Impersonation&amp;quot; configuration of questionnaire to user who has permission on video attachment.&lt;br /&gt;
[[File:Set Impersonation.png|none|thumb|950x950px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Test.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
When you test your questionnaire, you need to use n=2 when doing testlinks else please add some information about that.&lt;br /&gt;
&lt;br /&gt;
End of document.&lt;br /&gt;
[[Category:Questionnaire]]&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238539</id>
		<title>Insert video into question</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238539"/>
		<updated>2018-06-19T09:51:56Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: v1.6&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will guide you how to insert a video file (as attachment) into the question.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PLEASE REMEMBER THAT THIS GUIDE JUST BE FOR QUESTIONNAIRE WHICH HAVE USER FOR QAS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Do not implement for QUESTIONNAIRE HAVE NO USER FOR QAS.&lt;br /&gt;
&lt;br /&gt;
Please follow these steps:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Add an attachment and get the link of video file.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, You need to add a attachment to Catglobe system via Attachment Tab of Questionnaire.&lt;br /&gt;
&lt;br /&gt;
- Click &amp;quot;Add&amp;quot; button and choose your file, then you finish with &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
- Next, You go to &amp;quot;Tools/Projects and folders/Attachment&amp;quot; then search your attachment by searching function. You get link of attachment in &amp;quot;Link&amp;quot; Column and get resource Id in Resource Id column  of searching result.&lt;br /&gt;
&lt;br /&gt;
You are done this step. Look at next step to see how to generate HTML code.&lt;br /&gt;
[[File:Add attachment in CG.png|none|thumb|1592x1592px]]&lt;br /&gt;
[[File:Get link.png|none|thumb|1474x1474px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Generate HTML code&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
With this step, You just need to copy below codes and replace &amp;quot;%Link%&amp;quot; by your link by your link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;video controls=&amp;quot;&amp;quot; autoplay=&amp;quot;&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/ogg&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/mp4&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/webm&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	Your browser does not support the&amp;lt;video&amp;gt;element.&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Put into question&#039;s HTML&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You put HTML code prepared at step 2 into question&#039;s HTML.&lt;br /&gt;
[[File:Put HTML code into question&#039;s HTML.png|none|thumb|1536x1536px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Grant Permissions:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
You must create a dumy question before your question, replace &amp;quot;%resource Id%&amp;quot; by resource Id of attachment (in step 1) in below code, then put it into cgscript tab of question.&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
if(getRPQUserId() != empty)&lt;br /&gt;
{&lt;br /&gt;
  array permissions = { {getRPQUserId(), &amp;quot;Read&amp;quot;}};&lt;br /&gt;
  updateUserPermission(&amp;quot;%resource Id%&amp;quot;, permissions);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Set Impersonation of Questionnaire.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You must set &amp;quot;Impersonation&amp;quot; configuration of questionnaire to user who has permission on video attachment.&lt;br /&gt;
[[File:Set Impersonation.png|none|thumb|950x950px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6. Test.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Save you questionnaire editor by saving button and  test your question in preview mode. End of document.&lt;br /&gt;
[[Category:Questionnaire]]&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Set_Impersonation.png&amp;diff=238538</id>
		<title>File:Set Impersonation.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Set_Impersonation.png&amp;diff=238538"/>
		<updated>2018-06-19T09:50:20Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Set Impersonation&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238533</id>
		<title>Insert video into question</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238533"/>
		<updated>2018-06-18T10:27:25Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will guide you how to insert a video file (as attachment) into the question.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PLEASE REMEMBER THAT THIS GUIDE JUST BE FOR QUESTIONNAIRE WHICH HAVE USER FOR QAS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Do not implement for QUESTIONNAIRE HAVE NO USER FOR QAS.&lt;br /&gt;
&lt;br /&gt;
Please follow these steps:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Add an attachment and get the link of video file.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, You need to add a attachment to Catglobe system via Attachment Tab of Questionnaire.&lt;br /&gt;
&lt;br /&gt;
- Click &amp;quot;Add&amp;quot; button and choose your file, then you finish with &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
- Next, You go to &amp;quot;Tools/Projects and folders/Attachment&amp;quot; then search your attachment by searching function. You get link of attachment in &amp;quot;Link&amp;quot; Column and get resource Id in Resource Id column  of searching result.&lt;br /&gt;
&lt;br /&gt;
You are done this step. Look at next step to see how to generate HTML code.&lt;br /&gt;
[[File:Add attachment in CG.png|none|thumb|1592x1592px]]&lt;br /&gt;
[[File:Get link.png|none|thumb|1474x1474px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Generate HTML code&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
With this step, You just need to copy below codes and replace &amp;quot;%Link%&amp;quot; by your link by your link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;video controls=&amp;quot;&amp;quot; autoplay=&amp;quot;&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/ogg&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/mp4&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/webm&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	Your browser does not support the&amp;lt;video&amp;gt;element.&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Put into question&#039;s HTML&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You put HTML code prepared at step 2 into question&#039;s HTML.&lt;br /&gt;
[[File:Put HTML code into question&#039;s HTML.png|none|thumb|1536x1536px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Grant Permissions:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
You must create a dumy question before your question, replace &amp;quot;%resource Id%&amp;quot; by resource Id of attachment (in step 1) in below code, then put it into cgscript tab of question.&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
if(getRPQUserId() != empty)&lt;br /&gt;
{&lt;br /&gt;
  array permissions = { {getRPQUserId(), &amp;quot;Read&amp;quot;}};&lt;br /&gt;
  updateUserPermission(&amp;quot;%resource Id%&amp;quot;, permissions);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Save and test.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Save you questionnaire editor by saving button and  test your question in preview mode. End of document.&lt;br /&gt;
[[Category:Questionnaire]]&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238532</id>
		<title>Insert video into question</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238532"/>
		<updated>2018-06-18T10:16:21Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will guide you how to insert a video file (as attachment) into the question.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PLEASE REMEMBER THAT THIS GUIDE JUST BE FOR QUESTIONNAIRE WHICH HAVE USER FOR QAS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Do not implement for QUESTIONNAIRE HAVE NO USER FOR QAS.&lt;br /&gt;
&lt;br /&gt;
Please follow these steps:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Add an attachment and get the link of video file.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, You need to add a attachment to Catglobe system via Attachment Tab of Questionnaire.&lt;br /&gt;
&lt;br /&gt;
- Click &amp;quot;Add&amp;quot; button and choose your file, then you finish with &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
- Next, You go to &amp;quot;Tools/Projects and folders/Attachment&amp;quot; then search your attachment by searching function. You get link of attachment in &amp;quot;Link&amp;quot; Column of searching result.&lt;br /&gt;
&lt;br /&gt;
You are done this step. Look at next step to see how to generate HTML code.&lt;br /&gt;
[[File:Add attachment in CG.png|none|thumb|1592x1592px]]&lt;br /&gt;
[[File:Get link.png|none|thumb|1474x1474px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Generate HTML code&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
With this step, You just need to copy below codes and replace &amp;quot;%Link%&amp;quot; by your link by your link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;video controls=&amp;quot;&amp;quot; autoplay=&amp;quot;&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/ogg&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/mp4&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/webm&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	Your browser does not support the&amp;lt;video&amp;gt;element.&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Put into question&#039;s HTML&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You put HTML code prepared at step 2 into question&#039;s HTML.&lt;br /&gt;
[[File:Put HTML code into question&#039;s HTML.png|none|thumb|1536x1536px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Grant Permissions:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
You must create a dumy question before your question, replace &amp;quot;%resource Id%&amp;quot; by resource Id of attachment (in step 1) in below code, then put it into cgscript tab of question.&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
if(getRPQUserId() != empty)&lt;br /&gt;
{&lt;br /&gt;
  array permissions = { {getRPQUserId(), &amp;quot;Read&amp;quot;}};&lt;br /&gt;
  updateUserPermission(&amp;quot;%resource Id%&amp;quot;, permissions);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5. Save and test.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Save you questionnaire editor by saving button and  test your question in preview mode. End of document.&lt;br /&gt;
[[Category:Questionnaire]]&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238531</id>
		<title>Insert video into question</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238531"/>
		<updated>2018-06-18T10:13:02Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: v1.3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will guide you how to insert a video file (as attachment) into the question.&lt;br /&gt;
&lt;br /&gt;
Please follow these steps:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Add an attachment and get the link of video file.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, You need to add a attachment to Catglobe system via Attachment Tab of Questionnaire.&lt;br /&gt;
&lt;br /&gt;
- Click &amp;quot;Add&amp;quot; button and choose your file, then you finish with &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
- Next, You go to &amp;quot;Tools/Projects and folders/Attachment&amp;quot; then search your attachment by searching function. You get link of attachment in &amp;quot;Link&amp;quot; Column of searching result.&lt;br /&gt;
&lt;br /&gt;
You are done this step. Look at next step to see how to generate HTML code.&lt;br /&gt;
[[File:Add attachment in CG.png|none|thumb|1592x1592px]]&lt;br /&gt;
[[File:Get link.png|none|thumb|1474x1474px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Generate HTML code&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
With this step, You just need to copy below codes and replace &amp;quot;%Link%&amp;quot; by your link by your link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;video controls=&amp;quot;&amp;quot; autoplay=&amp;quot;&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/ogg&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/mp4&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/webm&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	Your browser does not support the&amp;lt;video&amp;gt;element.&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Put into question&#039;s HTML&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You put HTML code prepared at step 2 into question&#039;s HTML.&lt;br /&gt;
[[File:Put HTML code into question&#039;s HTML.png|none|thumb|1536x1536px]]&lt;br /&gt;
&lt;br /&gt;
4. Grant Permissions: &lt;br /&gt;
&lt;br /&gt;
You must create a dumy question before your question, replace &amp;quot;%resource Id%&amp;quot; by resource Id of attachment (in step 1) in below code, then put it into cgscript tab of question.&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
if(getRPQUserId() != empty)&lt;br /&gt;
{&lt;br /&gt;
  array permissions = { {getRPQUserId(), &amp;quot;Read&amp;quot;}};&lt;br /&gt;
  updateUserPermission(&amp;quot;%resource Id%&amp;quot;, permissions);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Save and test.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Save you questionnaire editor by saving button and  test your question in preview mode. End of document.&lt;br /&gt;
[[Category:Questionnaire]]&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238530</id>
		<title>Insert video into question</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238530"/>
		<updated>2018-06-18T02:47:41Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will guide you how to insert a video file (as attachment) into the question.&lt;br /&gt;
&lt;br /&gt;
Please follow these steps:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Add an attachment and get the link of video file.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, You need to add a attachment to Catglobe system via Attachment Tab of Questionnaire.&lt;br /&gt;
&lt;br /&gt;
- Click &amp;quot;Add&amp;quot; button and choose your file, then you finish with &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
- Next, You go to &amp;quot;Tools/Projects and folders/Attachment&amp;quot; then search your attachment by searching function. You get link of attachment in &amp;quot;Link&amp;quot; Column of searching result.&lt;br /&gt;
&lt;br /&gt;
You are done this step. Look at next step to see how to generate HTML code.&lt;br /&gt;
[[File:Add attachment in CG.png|none|thumb|1592x1592px]]&lt;br /&gt;
[[File:Get link.png|none|thumb|1474x1474px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Generate HTML code&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
With this step, You just need to copy below codes and replace &amp;quot;%Link%&amp;quot; by your link by your link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;video controls=&amp;quot;&amp;quot; autoplay=&amp;quot;&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/ogg&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/mp4&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/webm&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	Your browser does not support the&amp;lt;video&amp;gt;element.&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Put into question&#039;s HTML&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You put HTML code prepared at step 2 into question&#039;s HTML.&lt;br /&gt;
[[File:Put HTML code into question&#039;s HTML.png|none|thumb|1536x1536px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Save and test.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Save you questionnaire editor by saving button and  test your question in preview mode. End of document.&lt;br /&gt;
[[Category:Questionnaire]]&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238529</id>
		<title>Insert video into question</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238529"/>
		<updated>2018-06-18T02:45:31Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: v1.2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will guide you how to insert a video file (as attachment) into the question.&lt;br /&gt;
&lt;br /&gt;
Please follow these steps:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Add an attachment and get the link of video file.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, You need to add a attachment to Catglobe system via Attachment Tab of Questionnaire.&lt;br /&gt;
&lt;br /&gt;
- Click &amp;quot;Add&amp;quot; button and choose your file, then you finish with &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
- Next, You go to &amp;quot;Tools/Projects and folders/Attachment&amp;quot; then search your attachment by searching function. You get link of attachment in &amp;quot;Link&amp;quot; Column of searching result.&lt;br /&gt;
&lt;br /&gt;
You are done this step. Look at next step to see how to generate HTML code.&lt;br /&gt;
[[File:Add attachment in CG.png|none|thumb|1592x1592px]]&lt;br /&gt;
[[File:Get link.png|none|thumb|1474x1474px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Generate HTML code&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
With this step, You just need to copy below codes and replace &amp;quot;%Link%&amp;quot; by your link by your link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;video controls=&amp;quot;&amp;quot; autoplay=&amp;quot;&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/ogg&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/mp4&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/webm&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	Your browser does not support the&amp;lt;video&amp;gt;element.&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Put into question&#039;s HTML&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You put HTML code prepared at step 2 into question&#039;s HTML.&lt;br /&gt;
[[File:Put HTML code into question&#039;s HTML.png|none|thumb|1536x1536px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Save and test.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Save you questionnaire editor by saving button and  test your question in preview mode.&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Get_link.png&amp;diff=238528</id>
		<title>File:Get link.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Get_link.png&amp;diff=238528"/>
		<updated>2018-06-18T02:44:54Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Get link&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238527</id>
		<title>Insert video into question</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238527"/>
		<updated>2018-06-18T02:34:04Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: v1.1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will guide you how to insert a video file (as attachment) into the question.&lt;br /&gt;
&lt;br /&gt;
Please follow these steps:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Add an attachment and get the link of video file.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, You need to add a attachment to Catglobe system via Attachment Tab of Questionnaire.&lt;br /&gt;
&lt;br /&gt;
- Click &amp;quot;Add&amp;quot; button and choose your file, then you finish with &amp;quot;Save&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
- Next, You go to &amp;quot;Tools/Projects and folders/Attachment&amp;quot; then search your attachment by searching function. You get link of attachment in &amp;quot;Link&amp;quot; Column of searching result.&lt;br /&gt;
&lt;br /&gt;
You are done this step. Look at next step to see how to generate HTML code.&lt;br /&gt;
[[File:Add attachment in CG.png|none|thumb|1592x1592px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Generate HTML code&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;video controls=&amp;quot;&amp;quot; autoplay=&amp;quot;&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/ogg&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/mp4&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/webm&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	Your browser does not support the&amp;lt;video&amp;gt;element.&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Put into question&#039;s HTML&#039;&#039;&#039;&lt;br /&gt;
[[File:Put HTML code into question&#039;s HTML.png|none|thumb|1536x1536px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Save and test.&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Put_HTML_code_into_question%27s_HTML.png&amp;diff=238526</id>
		<title>File:Put HTML code into question&#039;s HTML.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Put_HTML_code_into_question%27s_HTML.png&amp;diff=238526"/>
		<updated>2018-06-18T02:26:51Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Put HTML code into question&#039;s HTML&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238525</id>
		<title>Insert video into question</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238525"/>
		<updated>2018-06-18T02:22:51Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: v1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will guide you how to insert a video file (as attachment) into the question.&lt;br /&gt;
Please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1. Add an attachment and get the link of video file.&lt;br /&gt;
[[File:Add attachment in CG.png|none|thumb|1592x1592px]]&lt;br /&gt;
&lt;br /&gt;
2. Generate HTML code and put into question&#039;s HTML&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;video controls=&amp;quot;&amp;quot; autoplay=&amp;quot;&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/ogg&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/mp4&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/webm&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	Your browser does not support the&amp;lt;video&amp;gt;element.&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. Save and test.&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Add_attachment_in_CG.png&amp;diff=238524</id>
		<title>File:Add attachment in CG.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Add_attachment_in_CG.png&amp;diff=238524"/>
		<updated>2018-06-18T02:21:42Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Add attachment in CG&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238523</id>
		<title>Insert video into question</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238523"/>
		<updated>2018-06-18T02:12:50Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will guide you how to insert a video file (as attachment) into the question.&lt;br /&gt;
Please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1. Add an attachment and get the link of video file.&lt;br /&gt;
&lt;br /&gt;
2. Generate HTML code and put into question&#039;s HTML&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;video controls=&amp;quot;&amp;quot; autoplay=&amp;quot;&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/ogg&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/mp4&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;source type=&amp;quot;video/webm&amp;quot; src=&amp;quot;%Link%&amp;quot; /&amp;gt;&lt;br /&gt;
	Your browser does not support the&amp;lt;video&amp;gt;element.&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/video&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. Save and test.&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238522</id>
		<title>Insert video into question</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238522"/>
		<updated>2018-06-18T02:06:12Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will guide you how to insert a video file (as attachment) into the question.&lt;br /&gt;
Please follow these steps:&lt;br /&gt;
&lt;br /&gt;
1. Add an attachment and get the link of video file.&lt;br /&gt;
&lt;br /&gt;
2. Generate HTML code and put into question&#039;s HTML&lt;br /&gt;
&lt;br /&gt;
3. Save and test.&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238521</id>
		<title>Insert video into question</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Insert_video_into_question&amp;diff=238521"/>
		<updated>2018-06-18T01:59:59Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: Created page with &amp;quot;test&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Validate_email_js&amp;diff=238485</id>
		<title>Validate email js</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Validate_email_js&amp;diff=238485"/>
		<updated>2018-06-05T08:15:02Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This solution will help you validate email&lt;br /&gt;
&lt;br /&gt;
Here is a way that we can use to make this solution easily:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
Question.bind(&#039;afterValidateQuestion&#039;, function(ev, question, state) {&lt;br /&gt;
   var invalidemail=&amp;quot;Emailadressen er ikke korrekt. Ret venligst emailadressen&amp;quot;;&lt;br /&gt;
   var email = question.subQuestions[1].attr(&#039;answer&#039;);&lt;br /&gt;
   if (!validateEmail(email))&lt;br /&gt;
      {&lt;br /&gt;
        question.attr(&#039;errorMessage&#039;, invalidemail);&lt;br /&gt;
        state.valid = false;&lt;br /&gt;
      }&lt;br /&gt;
});&lt;br /&gt;
window.validateEmail = function(emailAddress) {&lt;br /&gt;
  var pattern = new RegExp(/^([a-zA-Z0-9-_.]{1,128})@(\w+([-.]\w+)*\.\w+([-.]\w+)*)$/i);  &lt;br /&gt;
  return pattern.test(emailAddress);&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
[[File:2018-06-05 15-03-25.png|thumb|center|774x774px]]&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Multi_question_with_group_option_title&amp;diff=238357</id>
		<title>Multi question with group option title</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Multi_question_with_group_option_title&amp;diff=238357"/>
		<updated>2018-02-05T10:38:22Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This solution will help you have a multi question that their options was grouped by group title.&lt;br /&gt;
&lt;br /&gt;
Please see following example:&lt;br /&gt;
&lt;br /&gt;
[[File:Eg 1.png|center|thumb|1000x1000px]]&lt;br /&gt;
To do it, please follow below steps:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.Preparing JavaScript Code for question&#039;s Java Script.&#039;&#039;&#039;&amp;lt;syntaxhighlight lang=&amp;quot;js&amp;quot;&amp;gt;&lt;br /&gt;
can.view.ejs(&#039;RandomAO&#039;, &#039;&amp;lt;div id=&amp;quot;&amp;lt;%= this.attr(\&#039;label\&#039;) %&amp;gt;-question&amp;quot; class=&amp;quot;cg-ui-question cg-ui-state-normal&amp;quot; &amp;lt;%= this %&amp;gt; &amp;lt;%= (el) -&amp;gt; new Viewer.MultiQuestionController(el) %&amp;gt;&amp;gt;   &amp;lt;div class=&amp;quot;cg-ui-error-message cg-ui-hidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;   &amp;lt;div class=&amp;quot;cg-ui-text&amp;quot;&amp;gt;&amp;lt;%== this.attr(\&#039;text\&#039;) %&amp;gt;&amp;lt;/div&amp;gt;   &amp;lt;div class=&amp;quot;cg-ui-answer-option-list&amp;lt;%= answerOptions.length == 0 ? \&#039; cg-ui-hidden\&#039; : \&#039;\&#039; %&amp;gt;&amp;quot;      &amp;lt;%= this %&amp;gt; &amp;lt;%= (el) -&amp;gt; new Viewer.AnswerOptionsController(el) %&amp;gt;&amp;gt;   &amp;lt;table class=&amp;quot;cg-ui-grid&amp;quot;&amp;gt;   &amp;lt;% for (var r = 0; r &amp;lt; answerOptionRows; r++) { %&amp;gt;      &amp;lt;tr class=&amp;quot;cg-ui-grid-row &amp;lt;%= (r % 2) == 0 ? \&#039;even\&#039; : \&#039;odd\&#039; %&amp;gt;&amp;quot;&amp;gt;      &amp;lt;% list(answerOptions.map(function(a, i) { if (i % answerOptionRows == r) return a; }), function(a, i) { %&amp;gt;      &amp;lt;% if(a.attr(\&#039;value\&#039;)&amp;gt;=90) {%&amp;gt;         &amp;lt;td class=&amp;quot;cg-ui-text&amp;quot;&amp;gt;            &amp;lt;%== a.attr(\&#039;text\&#039;) %&amp;gt;         &amp;lt;/td&amp;gt;      &amp;lt;% } else { %&amp;gt;         &amp;lt;td class=&amp;quot;cg-ui-answer-option-list-column cg-ui-answer-option &amp;lt;%= a.selected ? \&#039; cg-ui-selected\&#039; : \&#039;\&#039; %&amp;gt;&amp;quot;             style=&amp;quot;&amp;lt;%= \&#039;width: \&#039; + (100/answerOptionColumns).toFixed(0) + \&#039;%;\&#039; %&amp;gt;&amp;quot;             &amp;lt;%= a %&amp;gt; &amp;lt;%= (el) -&amp;gt; new Viewer.AnswerOptionController(el) %&amp;gt;&amp;gt;            &amp;lt;table&amp;gt;               &amp;lt;tr&amp;gt;                  &amp;lt;td&amp;gt;&amp;lt;div class=&amp;quot;&amp;lt;%= a.single ? \&#039;cg-ui-radio-button\&#039; : \&#039;cg-ui-check-box\&#039; %&amp;gt;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;         &amp;lt;/td&amp;gt;                  &amp;lt;td class=&amp;quot;cg-ui-text&amp;quot;&amp;gt;                     &amp;lt;%== a.attr(\&#039;text\&#039;) %&amp;gt;                     &amp;lt;% if (a.attr(\&#039;open\&#039;)) { %&amp;gt;                        &amp;lt;input class=&amp;quot;cg-ui-input&amp;quot; type=&amp;quot;text&amp;quot; value=&amp;quot;&amp;lt;%= a.attr(\&#039;openAnswer\&#039;) %&amp;gt;&amp;quot;                        tabindex=&amp;quot;&amp;lt;%= QuestionnaireViewer.getTabIndex() %&amp;gt;&amp;quot; /&amp;gt;                     &amp;lt;% } %&amp;gt;                  &amp;lt;/td&amp;gt;               &amp;lt;/tr&amp;gt;            &amp;lt;/table&amp;gt;         &amp;lt;/td&amp;gt;      &amp;lt;% } %&amp;gt;      &amp;lt;% }) %&amp;gt;      &amp;lt;/tr&amp;gt;   &amp;lt;% } %&amp;gt;   &amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&#039;);&lt;br /&gt;
Question.bind(&#039;beforeShowQuestion&#039;, function(ev, question) {&lt;br /&gt;
   // Change default template for this question&lt;br /&gt;
   question.attr(&#039;template&#039;, &#039;RandomAO&#039;);&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&#039;&#039;&#039;2. Create normal multi question&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Let create a multi question as normal.&lt;br /&gt;
&lt;br /&gt;
- Marks group option title by their value, it must to be &#039;&#039;&#039;more than 90.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- all real value options have to be &#039;&#039;&#039;less than 90.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
See below:&lt;br /&gt;
[[File:Eg 2.png|center|thumb|845x845px]]&lt;br /&gt;
&#039;&#039;&#039;3. Custom&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You must copy and paste our code which we prepare at step 1 to java script tab of your question, and click save button of questionnaire editor.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Testing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
End of Documentation.&lt;br /&gt;
[[Category:Questionnaire]]&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Multi_question_with_group_option_title&amp;diff=238356</id>
		<title>Multi question with group option title</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Multi_question_with_group_option_title&amp;diff=238356"/>
		<updated>2018-02-05T10:33:50Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This solution will help you have a multi question that their options was grouped by group title.&lt;br /&gt;
&lt;br /&gt;
Please see following example:&lt;br /&gt;
&lt;br /&gt;
[[File:Eg 1.png|center|thumb|1000x1000px]]&lt;br /&gt;
To do it, please follow below steps:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.Preparing JavaScript Code for question&#039;s Java Script.&#039;&#039;&#039;&amp;lt;syntaxhighlight lang=&amp;quot;js&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
can.view.ejs(&#039;RandomAO&#039;, &#039;&amp;lt;div id=&amp;quot;&amp;lt;%= this.attr(\&#039;label\&#039;) %&amp;gt;-question&amp;quot; class=&amp;quot;cg-ui-question cg-ui-state-normal&amp;quot; &amp;lt;%= this %&amp;gt; &amp;lt;%= (el) -&amp;gt; new Viewer.MultiQuestionController(el) %&amp;gt;&amp;gt;   &amp;lt;div class=&amp;quot;cg-ui-error-message cg-ui-hidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;   &amp;lt;div class=&amp;quot;cg-ui-text&amp;quot;&amp;gt;&amp;lt;%== this.attr(\&#039;text\&#039;) %&amp;gt;&amp;lt;/div&amp;gt;   &amp;lt;div class=&amp;quot;cg-ui-answer-option-list&amp;lt;%= answerOptions.length == 0 ? \&#039; cg-ui-hidden\&#039; : \&#039;\&#039; %&amp;gt;&amp;quot;      &amp;lt;%= this %&amp;gt; &amp;lt;%= (el) -&amp;gt; new Viewer.AnswerOptionsController(el) %&amp;gt;&amp;gt;   &amp;lt;table class=&amp;quot;cg-ui-grid&amp;quot;&amp;gt;   &amp;lt;% for (var r = 0; r &amp;lt; answerOptionRows; r++) { %&amp;gt;      &amp;lt;tr class=&amp;quot;cg-ui-grid-row &amp;lt;%= (r % 2) == 0 ? \&#039;even\&#039; : \&#039;odd\&#039; %&amp;gt;&amp;quot;&amp;gt;      &amp;lt;% list(answerOptions.map(function(a, i) { if (i % answerOptionRows == r) return a; }), function(a, i) { %&amp;gt;      &amp;lt;% if(a.attr(\&#039;value\&#039;)&amp;gt;=90) {%&amp;gt;         &amp;lt;td class=&amp;quot;cg-ui-text&amp;quot;&amp;gt;            &amp;lt;%== a.attr(\&#039;text\&#039;) %&amp;gt;         &amp;lt;/td&amp;gt;      &amp;lt;% } else { %&amp;gt;         &amp;lt;td class=&amp;quot;cg-ui-answer-option-list-column cg-ui-answer-option &amp;lt;%= a.selected ? \&#039; cg-ui-selected\&#039; : \&#039;\&#039; %&amp;gt;&amp;quot;             style=&amp;quot;&amp;lt;%= \&#039;width: \&#039; + (100/answerOptionColumns).toFixed(0) + \&#039;%;\&#039; %&amp;gt;&amp;quot;             &amp;lt;%= a %&amp;gt; &amp;lt;%= (el) -&amp;gt; new Viewer.AnswerOptionController(el) %&amp;gt;&amp;gt;            &amp;lt;table&amp;gt;               &amp;lt;tr&amp;gt;                  &amp;lt;td&amp;gt;&amp;lt;div class=&amp;quot;&amp;lt;%= a.single ? \&#039;cg-ui-radio-button\&#039; : \&#039;cg-ui-check-box\&#039; %&amp;gt;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;         &amp;lt;/td&amp;gt;                  &amp;lt;td class=&amp;quot;cg-ui-text&amp;quot;&amp;gt;                     &amp;lt;%== a.attr(\&#039;text\&#039;) %&amp;gt;                     &amp;lt;% if (a.attr(\&#039;open\&#039;)) { %&amp;gt;                        &amp;lt;input class=&amp;quot;cg-ui-input&amp;quot; type=&amp;quot;text&amp;quot; value=&amp;quot;&amp;lt;%= a.attr(\&#039;openAnswer\&#039;) %&amp;gt;&amp;quot;                        tabindex=&amp;quot;&amp;lt;%= QuestionnaireViewer.getTabIndex() %&amp;gt;&amp;quot; /&amp;gt;                     &amp;lt;% } %&amp;gt;                  &amp;lt;/td&amp;gt;               &amp;lt;/tr&amp;gt;            &amp;lt;/table&amp;gt;         &amp;lt;/td&amp;gt;      &amp;lt;% } %&amp;gt;      &amp;lt;% }) %&amp;gt;      &amp;lt;/tr&amp;gt;   &amp;lt;% } %&amp;gt;   &amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&#039;);&lt;br /&gt;
Question.bind(&#039;beforeShowQuestion&#039;, function(ev, question) {&lt;br /&gt;
   // Change default template for this question&lt;br /&gt;
   question.attr(&#039;template&#039;, &#039;RandomAO&#039;);&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&#039;&#039;&#039;2. Create normal multi question&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Let create a multi question as normal.&lt;br /&gt;
&lt;br /&gt;
- Marks group option title by their value, it must to be &#039;&#039;&#039;more than 90.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- all real value options have to be &#039;&#039;&#039;less than 90.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
See below:&lt;br /&gt;
[[File:Eg 2.png|center|thumb|845x845px]]&lt;br /&gt;
&#039;&#039;&#039;3. Custom&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You must copy and paste our code which we prepare at step 1 to java script tab of your question, and click save button of questionnaire editor.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Testing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
End of Documentation.&lt;br /&gt;
[[Category:Questionnaire]]&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Multi_question_with_group_option_title&amp;diff=238355</id>
		<title>Multi question with group option title</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Multi_question_with_group_option_title&amp;diff=238355"/>
		<updated>2018-02-05T10:33:12Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: update document&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This solution will help you have a multi question that their options was grouped by group title.&lt;br /&gt;
&lt;br /&gt;
Please see following example:&lt;br /&gt;
&lt;br /&gt;
[[File:Eg 1.png|center|thumb|1000x1000px]]&lt;br /&gt;
To do it, please follow below steps:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.Preparing JavaScript Code for question&#039;s Java Script.&#039;&#039;&#039;&amp;lt;syntaxhighlight lang=&amp;quot;js&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
can.view.ejs(&#039;RandomAO&#039;, &#039;&amp;lt;div id=&amp;quot;&amp;lt;%= this.attr(\&#039;label\&#039;) %&amp;gt;-question&amp;quot; class=&amp;quot;cg-ui-question cg-ui-state-normal&amp;quot; &amp;lt;%= this %&amp;gt; &amp;lt;%= (el) -&amp;gt; new Viewer.MultiQuestionController(el) %&amp;gt;&amp;gt;   &amp;lt;div class=&amp;quot;cg-ui-error-message cg-ui-hidden&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;   &amp;lt;div class=&amp;quot;cg-ui-text&amp;quot;&amp;gt;&amp;lt;%== this.attr(\&#039;text\&#039;) %&amp;gt;&amp;lt;/div&amp;gt;   &amp;lt;div class=&amp;quot;cg-ui-answer-option-list&amp;lt;%= answerOptions.length == 0 ? \&#039; cg-ui-hidden\&#039; : \&#039;\&#039; %&amp;gt;&amp;quot;      &amp;lt;%= this %&amp;gt; &amp;lt;%= (el) -&amp;gt; new Viewer.AnswerOptionsController(el) %&amp;gt;&amp;gt;   &amp;lt;table class=&amp;quot;cg-ui-grid&amp;quot;&amp;gt;   &amp;lt;% for (var r = 0; r &amp;lt; answerOptionRows; r++) { %&amp;gt;      &amp;lt;tr class=&amp;quot;cg-ui-grid-row &amp;lt;%= (r % 2) == 0 ? \&#039;even\&#039; : \&#039;odd\&#039; %&amp;gt;&amp;quot;&amp;gt;      &amp;lt;% list(answerOptions.map(function(a, i) { if (i % answerOptionRows == r) return a; }), function(a, i) { %&amp;gt;      &amp;lt;% if(a.attr(\&#039;value\&#039;)&amp;gt;=90) {%&amp;gt;         &amp;lt;td class=&amp;quot;cg-ui-text&amp;quot;&amp;gt;            &amp;lt;%== a.attr(\&#039;text\&#039;) %&amp;gt;         &amp;lt;/td&amp;gt;      &amp;lt;% } else { %&amp;gt;         &amp;lt;td class=&amp;quot;cg-ui-answer-option-list-column cg-ui-answer-option &amp;lt;%= a.selected ? \&#039; cg-ui-selected\&#039; : \&#039;\&#039; %&amp;gt;&amp;quot;             style=&amp;quot;&amp;lt;%= \&#039;width: \&#039; + (100/answerOptionColumns).toFixed(0) + \&#039;%;\&#039; %&amp;gt;&amp;quot;             &amp;lt;%= a %&amp;gt; &amp;lt;%= (el) -&amp;gt; new Viewer.AnswerOptionController(el) %&amp;gt;&amp;gt;            &amp;lt;table&amp;gt;               &amp;lt;tr&amp;gt;                  &amp;lt;td&amp;gt;&amp;lt;div class=&amp;quot;&amp;lt;%= a.single ? \&#039;cg-ui-radio-button\&#039; : \&#039;cg-ui-check-box\&#039; %&amp;gt;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;         &amp;lt;/td&amp;gt;                  &amp;lt;td class=&amp;quot;cg-ui-text&amp;quot;&amp;gt;                     &amp;lt;%== a.attr(\&#039;text\&#039;) %&amp;gt;                     &amp;lt;% if (a.attr(\&#039;open\&#039;)) { %&amp;gt;                        &amp;lt;input class=&amp;quot;cg-ui-input&amp;quot; type=&amp;quot;text&amp;quot; value=&amp;quot;&amp;lt;%= a.attr(\&#039;openAnswer\&#039;) %&amp;gt;&amp;quot;                        tabindex=&amp;quot;&amp;lt;%= QuestionnaireViewer.getTabIndex() %&amp;gt;&amp;quot; /&amp;gt;                     &amp;lt;% } %&amp;gt;                  &amp;lt;/td&amp;gt;               &amp;lt;/tr&amp;gt;            &amp;lt;/table&amp;gt;         &amp;lt;/td&amp;gt;      &amp;lt;% } %&amp;gt;      &amp;lt;% }) %&amp;gt;      &amp;lt;/tr&amp;gt;   &amp;lt;% } %&amp;gt;   &amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&#039;);&lt;br /&gt;
Question.bind(&#039;beforeShowQuestion&#039;, function(ev, question) {&lt;br /&gt;
   // Change default template for this question&lt;br /&gt;
   question.attr(&#039;template&#039;, &#039;RandomAO&#039;);&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&#039;&#039;&#039;2. Create normal multi question&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Let create a multi question as normal.&lt;br /&gt;
&lt;br /&gt;
- Marks group option title by their value, it must to be &#039;&#039;&#039;more than 90.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- all real value options have to be &#039;&#039;&#039;less than 90.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
See below:&lt;br /&gt;
[[File:Eg 2.png|center|thumb|845x845px]]&lt;br /&gt;
&#039;&#039;&#039;3. Custom&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You must copy and paste our code which we prepare at step 1 to java script tab of your question, and click save button of questionnaire editor.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Testing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
End of Documentation.&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Eg_2.png&amp;diff=238354</id>
		<title>File:Eg 2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Eg_2.png&amp;diff=238354"/>
		<updated>2018-02-05T10:28:24Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;eg 2&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Eg_1.png&amp;diff=238353</id>
		<title>File:Eg 1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Eg_1.png&amp;diff=238353"/>
		<updated>2018-02-05T10:23:23Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;eg 1&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Multi_question_with_group_option_title&amp;diff=238352</id>
		<title>Multi question with group option title</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Multi_question_with_group_option_title&amp;diff=238352"/>
		<updated>2018-02-05T10:12:54Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: Created page with &amp;quot;test&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Auto_refresh_answer_sheet_after_time_period&amp;diff=230070</id>
		<title>Auto refresh answer sheet after time period</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Auto_refresh_answer_sheet_after_time_period&amp;diff=230070"/>
		<updated>2017-07-06T08:06:40Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This solution will help you refresh answer sheet after time period. &lt;br /&gt;
&lt;br /&gt;
Here is a way that we can use to make this solution easily:&lt;br /&gt;
&lt;br /&gt;
==== Preparing JavaScript Code for questionnaire&#039;s Java Script. ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
// IsTestMode : bool&lt;br /&gt;
// Parameters: string : eg: &amp;amp;T=1&lt;br /&gt;
window.callWF = function(IsTestMode, Parameters){&lt;br /&gt;
  if(IsTestMode) document.location = &amp;quot;https://voxmeter.catglobe.com/Login.aspx?r=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&amp;amp;n=2&amp;amp;b=1&amp;amp;Test=1&amp;quot; + Parameters;&lt;br /&gt;
  else		 	 document.location = &amp;quot;https://voxmeter.catglobe.com/Login.aspx?r=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&amp;amp;n=2&amp;amp;b=1&amp;quot; + Parameters;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Let&#039;s copy this code and replace the &#039;&#039;&#039;&amp;lt;nowiki/&amp;gt;&#039;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&#039;&amp;lt;nowiki/&amp;gt;&#039;&#039;&#039; by your questionnaire GUID. Then paste it into Questionnaire&#039;s Java script tab on Questionnaire Template Editor.  &lt;br /&gt;
&lt;br /&gt;
What is Questionnaire GUID? Don&#039;t worry, I will show you how to get it below. &lt;br /&gt;
&lt;br /&gt;
Please see screenshot:[[File:Get GUID.png|none|thumb|1431x1431px]]  this screenshot will show you where you paste this script code:[[File:Questionnaire js.png|none|thumb|1305x1305px]]&lt;br /&gt;
==== Preparing JavaScript Code for question&#039;s Java Script. ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
Question.bind(&#039;afterShowQuestion&#039;, function(question, answerSheet, element) {&lt;br /&gt;
 var time = 10000; //(milisecond) this is the time period that QAS was created new, it need to be set by manual&lt;br /&gt;
 var isTestMode = {{getRPQTest()?2:1;}} == 1;&lt;br /&gt;
 var parameter = &amp;quot;&amp;quot;; // we can put our parameter here. eg: &amp;amp;t=1&lt;br /&gt;
       &lt;br /&gt;
 var timer = setTimeout(function(){callWF(isTestMode,parameter)},time);&lt;br /&gt;
 $(&#039;.next:eq(0)&#039;).click(function(){&lt;br /&gt;
         clearTimeout(timer);&lt;br /&gt;
 });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;When you finished with questionnaire java script code, let&#039;s continue with question java script code.     &lt;br /&gt;
&lt;br /&gt;
There are 2 variables that you must focus:   &lt;br /&gt;
&lt;br /&gt;
+ time: this is the time period that then we will refresh questionnaire answer sheet.(milisecond)    &lt;br /&gt;
&lt;br /&gt;
+ parameter: it is your parameter which you want to add more on the link of questionainare.   &lt;br /&gt;
&lt;br /&gt;
You also set to empty as default on above code.  &lt;br /&gt;
&lt;br /&gt;
When you completely finish the step preparing code for question java script, you must paste that code into the question which you use this solution.[[File:Question js.png|none|thumb|998x998px]]&lt;br /&gt;
==== Testing. ====&lt;br /&gt;
End of Documentation.&lt;br /&gt;
[[Category:Questionnaire]]&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Auto_refresh_answer_sheet_after_time_period&amp;diff=230069</id>
		<title>Auto refresh answer sheet after time period</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Auto_refresh_answer_sheet_after_time_period&amp;diff=230069"/>
		<updated>2017-07-06T08:05:57Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This solution will help you refresh answer sheet after time period. &lt;br /&gt;
&lt;br /&gt;
Here is a way that we can use to make this solution easily:&lt;br /&gt;
&lt;br /&gt;
==== Preparing JavaScript Code for questionnaire&#039;s Java Script. ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
// IsTestMode : bool&lt;br /&gt;
// Parameters: string : eg: &amp;amp;T=1&lt;br /&gt;
window.callWF = function(IsTestMode, Parameters){&lt;br /&gt;
  if(IsTestMode) document.location = &amp;quot;https://voxmeter.catglobe.com/Login.aspx?r=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&amp;amp;n=2&amp;amp;b=1&amp;amp;Test=1&amp;quot; + Parameters;&lt;br /&gt;
  else		 	 document.location = &amp;quot;https://voxmeter.catglobe.com/Login.aspx?r=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&amp;amp;n=2&amp;amp;b=1&amp;quot; + Parameters;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Let&#039;s copy this code and replace the &#039;&#039;&#039;&amp;lt;nowiki/&amp;gt;&#039;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&#039;&amp;lt;nowiki/&amp;gt;&#039;&#039;&#039; by your questionnaire GUID. Then paste it into Questionnaire&#039;s Java script tab on Questionnaire Template Editor.  &lt;br /&gt;
&lt;br /&gt;
What is Questionnaire GUID? Don&#039;t worry, I will show you how to get it below. &lt;br /&gt;
&lt;br /&gt;
Please see screenshot:[[File:Get GUID.png|none|thumb|1431x1431px]]  this screenshot will show you where you paste this script code:[[File:Questionnaire js.png|none|thumb|1305x1305px]]&lt;br /&gt;
==== Preparing JavaScript Code for question&#039;s Java Script. ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
Question.bind(&#039;afterShowQuestion&#039;, function(question, answerSheet, element) {&lt;br /&gt;
 var time = 10000; //(milisecond) this is the time period that QAS was created new, it need to be set by manual&lt;br /&gt;
 var isTestMode = {{getRPQTest()?2:1;}} == 1;&lt;br /&gt;
 var parameter = &amp;quot;&amp;quot;; // we can put our parameter here. eg: &amp;amp;t=1&lt;br /&gt;
       &lt;br /&gt;
 var timer = setTimeout(function(){callWF(isTestMode,parameter)},time);&lt;br /&gt;
 $(&#039;.next:eq(0)&#039;).click(function(){&lt;br /&gt;
         clearTimeout(timer);&lt;br /&gt;
 });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;When you finished with questionnaire java script code, let&#039;s continue with question java script code.     &lt;br /&gt;
&lt;br /&gt;
There are 2 variables that you must focus:   &lt;br /&gt;
&lt;br /&gt;
+ time: this is the time period that then we will refresh questionnaire answer sheet.(milisecond)    &lt;br /&gt;
&lt;br /&gt;
+ parameter: it is your parameter which you want to add more on the link of questionainare.   &lt;br /&gt;
&lt;br /&gt;
You also set to empty as default on above code.  &lt;br /&gt;
&lt;br /&gt;
When you completely finish the step preparing code for question java script, you must paste that code into the question which you use this solution.[[File:Question js.png|none|thumb|998x998px]]&lt;br /&gt;
==== Testing. ====&lt;br /&gt;
End of Documentation.&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Auto_refresh_answer_sheet_after_time_period&amp;diff=230068</id>
		<title>Auto refresh answer sheet after time period</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Auto_refresh_answer_sheet_after_time_period&amp;diff=230068"/>
		<updated>2017-07-06T08:04:35Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This solution will help you refresh answer sheet after time period. &lt;br /&gt;
&lt;br /&gt;
Here is a way that we can use to make this solution easily:&lt;br /&gt;
&lt;br /&gt;
==== Preparing JavaScript Code for questionnaire&#039;s Java Script. ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
// IsTestMode : bool&lt;br /&gt;
// Parameters: string : eg: &amp;amp;T=1&lt;br /&gt;
window.callWF = function(IsTestMode, Parameters){&lt;br /&gt;
  if(IsTestMode) document.location = &amp;quot;https://voxmeter.catglobe.com/Login.aspx?r=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&amp;amp;n=2&amp;amp;b=1&amp;amp;Test=1&amp;quot; + Parameters;&lt;br /&gt;
  else		 	 document.location = &amp;quot;https://voxmeter.catglobe.com/Login.aspx?r=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&amp;amp;n=2&amp;amp;b=1&amp;quot; + Parameters;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Let&#039;s copy this code and replace the &#039;&#039;&#039;&amp;lt;nowiki/&amp;gt;&#039;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&#039;&amp;lt;nowiki/&amp;gt;&#039;&#039;&#039; by your questionnaire GUID. Then paste it into Questionnaire&#039;s Java script tab on Questionnaire Template Editor.   What is Questionnaire GUID? Don&#039;t worry, I will show you how to get it below. Please see screenshot:[[File:Get GUID.png|none|thumb|1431x1431px]]  this screenshot will show you where you paste this script code:[[File:Questionnaire js.png|none|thumb|1305x1305px]]&lt;br /&gt;
==== Preparing JavaScript Code for question&#039;s Java Script. ====&lt;br /&gt;
#&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
Question.bind(&#039;afterShowQuestion&#039;, function(question, answerSheet, element) {&lt;br /&gt;
 var time = 10000; //(milisecond) this is the time period that QAS was created new, it need to be set by manual&lt;br /&gt;
 var isTestMode = {{getRPQTest()?2:1;}} == 1;&lt;br /&gt;
 var parameter = &amp;quot;&amp;quot;; // we can put our parameter here. eg: &amp;amp;t=1&lt;br /&gt;
       &lt;br /&gt;
 var timer = setTimeout(function(){callWF(isTestMode,parameter)},time);&lt;br /&gt;
 $(&#039;.next:eq(0)&#039;).click(function(){&lt;br /&gt;
         clearTimeout(timer);&lt;br /&gt;
 });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;When you finished with questionnaire java script code, let&#039;s continue with question java script code.     There are 2 variables that you must focus:   + time: this is the time period that then we will refresh questionnaire answer sheet.(milisecond)    + parameter: it is your parameter which you want to add more on the link of questionainare.   You also set to empty as default on above code.  When you completely finish the step preparing code for question java script, you must paste that code into the question which you use this solution.[[File:Question js.png|none|thumb|998x998px]]&lt;br /&gt;
&lt;br /&gt;
==== Testing. ====&lt;br /&gt;
End of Documentation.&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Auto_refresh_answer_sheet_after_time_period&amp;diff=230067</id>
		<title>Auto refresh answer sheet after time period</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Auto_refresh_answer_sheet_after_time_period&amp;diff=230067"/>
		<updated>2017-07-06T08:01:36Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This solution will help you refresh answer sheet after time period. &lt;br /&gt;
&lt;br /&gt;
Here is a way that we can use to make this solution easily:&lt;br /&gt;
&lt;br /&gt;
==== Preparing JavaScript Code for questionnaire&#039;s Java Script. ====&lt;br /&gt;
#&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
// IsTestMode : bool&lt;br /&gt;
// Parameters: string : eg: &amp;amp;T=1&lt;br /&gt;
window.callWF = function(IsTestMode, Parameters){&lt;br /&gt;
  if(IsTestMode) document.location = &amp;quot;https://voxmeter.catglobe.com/Login.aspx?r=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&amp;amp;n=2&amp;amp;b=1&amp;amp;Test=1&amp;quot; + Parameters;&lt;br /&gt;
  else		 	 document.location = &amp;quot;https://voxmeter.catglobe.com/Login.aspx?r=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&amp;amp;n=2&amp;amp;b=1&amp;quot; + Parameters;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Let&#039;s copy this code and replace the &#039;&#039;&#039;&amp;lt;nowiki/&amp;gt;&#039;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&#039;&amp;lt;nowiki/&amp;gt;&#039;&#039;&#039; by your questionnaire GUID. Then paste it into Questionnaire&#039;s Java script tab on Questionnaire Template Editor.   What is Questionnaire GUID? Don&#039;t worry, I will show you how to get it below. Please see screenshot:[[File:Get GUID.png|none|thumb|1431x1431px]]  this screenshot will show you where you paste this script code:[[File:Questionnaire js.png|none|thumb|1305x1305px]]  &lt;br /&gt;
&lt;br /&gt;
==== Preparing JavaScript Code for question&#039;s Java Script. ====&lt;br /&gt;
#&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
Question.bind(&#039;afterShowQuestion&#039;, function(question, answerSheet, element) {&lt;br /&gt;
 var time = 10000; //(milisecond) this is the time period that QAS was created new, it need to be set by manual&lt;br /&gt;
 var isTestMode = {{getRPQTest()?2:1;}} == 1;&lt;br /&gt;
 var parameter = &amp;quot;&amp;quot;; // we can put our parameter here. eg: &amp;amp;t=1&lt;br /&gt;
       &lt;br /&gt;
 var timer = setTimeout(function(){callWF(isTestMode,parameter)},time);&lt;br /&gt;
 $(&#039;.next:eq(0)&#039;).click(function(){&lt;br /&gt;
         clearTimeout(timer);&lt;br /&gt;
 });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;When you finished with questionnaire java script code, let&#039;s continue with question java script code.     There are 2 variables that you must focus:   + time: this is the time period that then we will refresh questionnaire answer sheet.(milisecond)    + parameter: it is your parameter which you want to add more on the link of questionainare.   You also set to empty as default on above code.  When you completely finish the step preparing code for question java script, you must paste that code into the question which you use this solution.[[File:Question js.png|none|thumb|998x998px]]&lt;br /&gt;
&lt;br /&gt;
==== Testing. ====&lt;br /&gt;
End of Documentation.&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Auto_refresh_answer_sheet_after_time_period&amp;diff=230066</id>
		<title>Auto refresh answer sheet after time period</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Auto_refresh_answer_sheet_after_time_period&amp;diff=230066"/>
		<updated>2017-07-06T08:00:11Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This solution will help you refresh answer sheet after time period. &lt;br /&gt;
&lt;br /&gt;
Here is a way that we can use to make this solution easily:&lt;br /&gt;
&lt;br /&gt;
==== Preparing JavaScript Code for questionnaire&#039;s Java Script. ====&lt;br /&gt;
#&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
// IsTestMode : bool&lt;br /&gt;
// Parameters: string : eg: &amp;amp;T=1&lt;br /&gt;
window.callWF = function(IsTestMode, Parameters){&lt;br /&gt;
  if(IsTestMode) document.location = &amp;quot;https://voxmeter.catglobe.com/Login.aspx?r=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&amp;amp;n=2&amp;amp;b=1&amp;amp;Test=1&amp;quot; + Parameters;&lt;br /&gt;
  else		 	 document.location = &amp;quot;https://voxmeter.catglobe.com/Login.aspx?r=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&amp;amp;n=2&amp;amp;b=1&amp;quot; + Parameters;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Let&#039;s copy this code and replace the &#039;&#039;&#039;&amp;lt;nowiki/&amp;gt;&#039;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&#039;&amp;lt;nowiki/&amp;gt;&#039;&#039;&#039; by your questionnaire GUID. Then paste it into Questionnaire&#039;s Java script tab on Questionnaire Template Editor.  What is Questionnaire GUID? Don&#039;t worry, I will show you how to get it below. Please see screenshot:[[File:Get GUID.png|none|thumb|1431x1431px]]  this screenshot will show you where you paste this script code:[[File:Questionnaire js.png|none|thumb|1305x1305px]]  &lt;br /&gt;
&lt;br /&gt;
==== Preparing JavaScript Code for question&#039;s Java Script. ====&lt;br /&gt;
#&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
Question.bind(&#039;afterShowQuestion&#039;, function(question, answerSheet, element) {&lt;br /&gt;
 var time = 10000; //(milisecond) this is the time period that QAS was created new, it need to be set by manual&lt;br /&gt;
 var isTestMode = {{getRPQTest()?2:1;}} == 1;&lt;br /&gt;
 var parameter = &amp;quot;&amp;quot;; // we can put our parameter here. eg: &amp;amp;t=1&lt;br /&gt;
       &lt;br /&gt;
 var timer = setTimeout(function(){callWF(isTestMode,parameter)},time);&lt;br /&gt;
 $(&#039;.next:eq(0)&#039;).click(function(){&lt;br /&gt;
         clearTimeout(timer);&lt;br /&gt;
 });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;When you finished with questionnaire java script code, let&#039;s continue with question java script code.   There are 2 variables that you must focus:  + time: this is the time period that then we will refresh questionnaire answer sheet.(milisecond)  + parameter: it is your parameter which you want to add more on the link of questionainare. You also set to empty as default on above code.  When you completely finish the step preparing code for question java script, you must paste that code into the question which you use this solution.[[File:Question js.png|none|thumb|998x998px]]&lt;br /&gt;
&lt;br /&gt;
==== Testing. ====&lt;br /&gt;
End of Documentation.&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Question_js.png&amp;diff=230065</id>
		<title>File:Question js.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Question_js.png&amp;diff=230065"/>
		<updated>2017-07-06T07:57:18Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Question js&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Auto_refresh_answer_sheet_after_time_period&amp;diff=230064</id>
		<title>Auto refresh answer sheet after time period</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Auto_refresh_answer_sheet_after_time_period&amp;diff=230064"/>
		<updated>2017-07-06T07:45:08Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: v1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This solution will help you refresh answer sheet after time period. &lt;br /&gt;
&lt;br /&gt;
Here is a way that we can use to make this solution easily:&lt;br /&gt;
# Preparing JavaScript  - Java Script code for questionnaire&#039;s Java Script.&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
// IsTestMode : bool&lt;br /&gt;
// Parameters: string : eg: &amp;amp;T=1&lt;br /&gt;
window.callWF = function(IsTestMode, Parameters){&lt;br /&gt;
  if(IsTestMode) document.location = &amp;quot;https://voxmeter.catglobe.com/Login.aspx?r=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&amp;amp;n=2&amp;amp;b=1&amp;amp;Test=1&amp;quot; + Parameters;&lt;br /&gt;
  else		 	 document.location = &amp;quot;https://voxmeter.catglobe.com/Login.aspx?r=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&amp;amp;n=2&amp;amp;b=1&amp;quot; + Parameters;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Let&#039;s copy this code and replace the &#039;&#039;&#039;&amp;lt;nowiki/&amp;gt;&#039;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&#039;&amp;lt;nowiki/&amp;gt;&#039;&#039;&#039; by your questionnaire GUID. Then paste it into Questionnaire&#039;s Java script tab on Questionnaire Template Editor.  What is Questionnaire GUID? Don&#039;t worry, I will show you how to get it below:  Please see screenshot:[[File:Get GUID.png|none|thumb|1431x1431px]]  this screenshot will show you where you paste this script:[[File:Questionnaire js.png|none|thumb|1305x1305px]]  - Java Script code for question&#039;s Java Script.&lt;br /&gt;
# Adding to questionnaire&lt;br /&gt;
# Testing&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Questionnaire_js.png&amp;diff=230063</id>
		<title>File:Questionnaire js.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Questionnaire_js.png&amp;diff=230063"/>
		<updated>2017-07-06T07:44:24Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Questionnaire js&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Get_GUID.png&amp;diff=230062</id>
		<title>File:Get GUID.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Get_GUID.png&amp;diff=230062"/>
		<updated>2017-07-06T07:41:37Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;get guid&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Auto_refresh_answer_sheet_after_time_period&amp;diff=230061</id>
		<title>Auto refresh answer sheet after time period</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Auto_refresh_answer_sheet_after_time_period&amp;diff=230061"/>
		<updated>2017-07-06T07:24:07Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Iso_codes&amp;diff=230021</id>
		<title>Iso codes</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Iso_codes&amp;diff=230021"/>
		<updated>2017-06-22T07:25:08Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Help_Files]]&lt;br /&gt;
=== Here is the iso-code of country. ===&lt;br /&gt;
&#039;&#039;When you want to set value for country code of user by Cgscript or importing data, please use column 3.&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|Country or Area Name&lt;br /&gt;
|ISO ALPHA-2 Code&lt;br /&gt;
|ISO ALPHA-3 Code&lt;br /&gt;
|Catglobe Country Code&lt;br /&gt;
|-&lt;br /&gt;
|Afghanistan&lt;br /&gt;
|AF&lt;br /&gt;
|AFG&lt;br /&gt;
|af&lt;br /&gt;
|-&lt;br /&gt;
|Aland Islands&lt;br /&gt;
|AX&lt;br /&gt;
|ALA&lt;br /&gt;
|ax&lt;br /&gt;
|-&lt;br /&gt;
|Albania&lt;br /&gt;
|AL&lt;br /&gt;
|ALB&lt;br /&gt;
|al&lt;br /&gt;
|-&lt;br /&gt;
|Algeria&lt;br /&gt;
|DZ&lt;br /&gt;
|DZA&lt;br /&gt;
|dz&lt;br /&gt;
|-&lt;br /&gt;
|American Samoa&lt;br /&gt;
|AS&lt;br /&gt;
|ASM&lt;br /&gt;
|as&lt;br /&gt;
|-&lt;br /&gt;
|Andorra&lt;br /&gt;
|AD&lt;br /&gt;
|AND&lt;br /&gt;
|ad&lt;br /&gt;
|-&lt;br /&gt;
|Angola&lt;br /&gt;
|AO&lt;br /&gt;
|AGO&lt;br /&gt;
|ao&lt;br /&gt;
|-&lt;br /&gt;
|Anguilla&lt;br /&gt;
|AI&lt;br /&gt;
|AIA&lt;br /&gt;
|ai&lt;br /&gt;
|-&lt;br /&gt;
|Antarctica&lt;br /&gt;
|AQ&lt;br /&gt;
|ATA&lt;br /&gt;
|aq&lt;br /&gt;
|-&lt;br /&gt;
|Antigua and Barbuda&lt;br /&gt;
|AG&lt;br /&gt;
|ATG&lt;br /&gt;
|ag&lt;br /&gt;
|-&lt;br /&gt;
|Argentina&lt;br /&gt;
|AR&lt;br /&gt;
|ARG&lt;br /&gt;
|ar&lt;br /&gt;
|-&lt;br /&gt;
|Armenia&lt;br /&gt;
|AM&lt;br /&gt;
|ARM&lt;br /&gt;
|am&lt;br /&gt;
|-&lt;br /&gt;
|Aruba&lt;br /&gt;
|AW&lt;br /&gt;
|ABW&lt;br /&gt;
|aw&lt;br /&gt;
|-&lt;br /&gt;
|Australia&lt;br /&gt;
|AU&lt;br /&gt;
|AUS&lt;br /&gt;
|au&lt;br /&gt;
|-&lt;br /&gt;
|Austria&lt;br /&gt;
|AT&lt;br /&gt;
|AUT&lt;br /&gt;
|at&lt;br /&gt;
|-&lt;br /&gt;
|Azerbaijan&lt;br /&gt;
|AZ&lt;br /&gt;
|AZE&lt;br /&gt;
|az&lt;br /&gt;
|-&lt;br /&gt;
|Bahamas&lt;br /&gt;
|BS&lt;br /&gt;
|BHS&lt;br /&gt;
|bs&lt;br /&gt;
|-&lt;br /&gt;
|Bahrain&lt;br /&gt;
|BH&lt;br /&gt;
|BHR&lt;br /&gt;
|bh&lt;br /&gt;
|-&lt;br /&gt;
|Bangladesh&lt;br /&gt;
|BD&lt;br /&gt;
|BGD&lt;br /&gt;
|bd&lt;br /&gt;
|-&lt;br /&gt;
|Barbados&lt;br /&gt;
|BB&lt;br /&gt;
|BRB&lt;br /&gt;
|bb&lt;br /&gt;
|-&lt;br /&gt;
|Belarus&lt;br /&gt;
|BY&lt;br /&gt;
|BLR&lt;br /&gt;
|by&lt;br /&gt;
|-&lt;br /&gt;
|Belgium&lt;br /&gt;
|BE&lt;br /&gt;
|BEL&lt;br /&gt;
|be&lt;br /&gt;
|-&lt;br /&gt;
|Belize&lt;br /&gt;
|BZ&lt;br /&gt;
|BLZ&lt;br /&gt;
|bz&lt;br /&gt;
|-&lt;br /&gt;
|Benin&lt;br /&gt;
|BJ&lt;br /&gt;
|BEN&lt;br /&gt;
|bj&lt;br /&gt;
|-&lt;br /&gt;
|Bermuda&lt;br /&gt;
|BM&lt;br /&gt;
|BMU&lt;br /&gt;
|bm&lt;br /&gt;
|-&lt;br /&gt;
|Bhutan&lt;br /&gt;
|BT&lt;br /&gt;
|BTN&lt;br /&gt;
|bt&lt;br /&gt;
|-&lt;br /&gt;
|Bolivia&lt;br /&gt;
|BO&lt;br /&gt;
|BOL&lt;br /&gt;
|bo&lt;br /&gt;
|-&lt;br /&gt;
|Bosnia and Herzegovina&lt;br /&gt;
|BA&lt;br /&gt;
|BIH&lt;br /&gt;
|ba&lt;br /&gt;
|-&lt;br /&gt;
|Botswana&lt;br /&gt;
|BW&lt;br /&gt;
|BWA&lt;br /&gt;
|bw&lt;br /&gt;
|-&lt;br /&gt;
|Bouvet Island&lt;br /&gt;
|BV&lt;br /&gt;
|BVT&lt;br /&gt;
|bv&lt;br /&gt;
|-&lt;br /&gt;
|Brazil&lt;br /&gt;
|BR&lt;br /&gt;
|BRA&lt;br /&gt;
|br&lt;br /&gt;
|-&lt;br /&gt;
|British Virgin Islands&lt;br /&gt;
|VG&lt;br /&gt;
|VGB&lt;br /&gt;
|vg&lt;br /&gt;
|-&lt;br /&gt;
|British Indian Ocean Territory&lt;br /&gt;
|IO&lt;br /&gt;
|IOT&lt;br /&gt;
|io&lt;br /&gt;
|-&lt;br /&gt;
|Brunei Darussalam&lt;br /&gt;
|BN&lt;br /&gt;
|BRN&lt;br /&gt;
|bn&lt;br /&gt;
|-&lt;br /&gt;
|Bulgaria&lt;br /&gt;
|BG&lt;br /&gt;
|BGR&lt;br /&gt;
|bg&lt;br /&gt;
|-&lt;br /&gt;
|Burkina Faso&lt;br /&gt;
|BF&lt;br /&gt;
|BFA&lt;br /&gt;
|bf&lt;br /&gt;
|-&lt;br /&gt;
|Burundi&lt;br /&gt;
|BI&lt;br /&gt;
|BDI&lt;br /&gt;
|bi&lt;br /&gt;
|-&lt;br /&gt;
|Cambodia&lt;br /&gt;
|KH&lt;br /&gt;
|KHM&lt;br /&gt;
|kh&lt;br /&gt;
|-&lt;br /&gt;
|Cameroon&lt;br /&gt;
|CM&lt;br /&gt;
|CMR&lt;br /&gt;
|cm&lt;br /&gt;
|-&lt;br /&gt;
|Canada&lt;br /&gt;
|CA&lt;br /&gt;
|CAN&lt;br /&gt;
|ca&lt;br /&gt;
|-&lt;br /&gt;
|Cape Verde&lt;br /&gt;
|CV&lt;br /&gt;
|CPV&lt;br /&gt;
|cv&lt;br /&gt;
|-&lt;br /&gt;
|Cayman Islands&lt;br /&gt;
|KY&lt;br /&gt;
|CYM&lt;br /&gt;
|ky&lt;br /&gt;
|-&lt;br /&gt;
|Central African Republic&lt;br /&gt;
|CF&lt;br /&gt;
|CAF&lt;br /&gt;
|cf&lt;br /&gt;
|-&lt;br /&gt;
|Chad&lt;br /&gt;
|TD&lt;br /&gt;
|TCD&lt;br /&gt;
|td&lt;br /&gt;
|-&lt;br /&gt;
|Chile&lt;br /&gt;
|CL&lt;br /&gt;
|CHL&lt;br /&gt;
|cl&lt;br /&gt;
|-&lt;br /&gt;
|China&lt;br /&gt;
|CN&lt;br /&gt;
|CHN&lt;br /&gt;
|cn&lt;br /&gt;
|-&lt;br /&gt;
|Hong Kong, SAR China&lt;br /&gt;
|HK&lt;br /&gt;
|HKG&lt;br /&gt;
|hk&lt;br /&gt;
|-&lt;br /&gt;
|Macao, SAR China&lt;br /&gt;
|MO&lt;br /&gt;
|MAC&lt;br /&gt;
|mo&lt;br /&gt;
|-&lt;br /&gt;
|Christmas Island&lt;br /&gt;
|CX&lt;br /&gt;
|CXR&lt;br /&gt;
|cx&lt;br /&gt;
|-&lt;br /&gt;
|Cocos (Keeling) Islands&lt;br /&gt;
|CC&lt;br /&gt;
|CCK&lt;br /&gt;
|cc&lt;br /&gt;
|-&lt;br /&gt;
|Colombia&lt;br /&gt;
|CO&lt;br /&gt;
|COL&lt;br /&gt;
|co&lt;br /&gt;
|-&lt;br /&gt;
|Comoros&lt;br /&gt;
|KM&lt;br /&gt;
|COM&lt;br /&gt;
|km&lt;br /&gt;
|-&lt;br /&gt;
|Congo (Brazzaville)&lt;br /&gt;
|CG&lt;br /&gt;
|COG&lt;br /&gt;
|cg&lt;br /&gt;
|-&lt;br /&gt;
|Congo, (Kinshasa)&lt;br /&gt;
|CD&lt;br /&gt;
|COD&lt;br /&gt;
|cd&lt;br /&gt;
|-&lt;br /&gt;
|Cook Islands&lt;br /&gt;
|CK&lt;br /&gt;
|COK&lt;br /&gt;
|ck&lt;br /&gt;
|-&lt;br /&gt;
|Costa Rica&lt;br /&gt;
|CR&lt;br /&gt;
|CRI&lt;br /&gt;
|cr&lt;br /&gt;
|-&lt;br /&gt;
|Côte d&#039;Ivoire&lt;br /&gt;
|CI&lt;br /&gt;
|CIV&lt;br /&gt;
|ci&lt;br /&gt;
|-&lt;br /&gt;
|Croatia&lt;br /&gt;
|HR&lt;br /&gt;
|HRV&lt;br /&gt;
|hr&lt;br /&gt;
|-&lt;br /&gt;
|Cuba&lt;br /&gt;
|CU&lt;br /&gt;
|CUB&lt;br /&gt;
|cu&lt;br /&gt;
|-&lt;br /&gt;
|Cyprus&lt;br /&gt;
|CY&lt;br /&gt;
|CYP&lt;br /&gt;
|cy&lt;br /&gt;
|-&lt;br /&gt;
|Czech Republic&lt;br /&gt;
|CZ&lt;br /&gt;
|CZE&lt;br /&gt;
|cz&lt;br /&gt;
|-&lt;br /&gt;
|Denmark&lt;br /&gt;
|DK&lt;br /&gt;
|DNK&lt;br /&gt;
|dk&lt;br /&gt;
|-&lt;br /&gt;
|Djibouti&lt;br /&gt;
|DJ&lt;br /&gt;
|DJI&lt;br /&gt;
|dj&lt;br /&gt;
|-&lt;br /&gt;
|Dominica&lt;br /&gt;
|DM&lt;br /&gt;
|DMA&lt;br /&gt;
|dm&lt;br /&gt;
|-&lt;br /&gt;
|Dominican Republic&lt;br /&gt;
|DO&lt;br /&gt;
|DOM&lt;br /&gt;
|do&lt;br /&gt;
|-&lt;br /&gt;
|Ecuador&lt;br /&gt;
|EC&lt;br /&gt;
|ECU&lt;br /&gt;
|ec&lt;br /&gt;
|-&lt;br /&gt;
|Egypt&lt;br /&gt;
|EG&lt;br /&gt;
|EGY&lt;br /&gt;
|eg&lt;br /&gt;
|-&lt;br /&gt;
|El Salvador&lt;br /&gt;
|SV&lt;br /&gt;
|SLV&lt;br /&gt;
|sv&lt;br /&gt;
|-&lt;br /&gt;
|Equatorial Guinea&lt;br /&gt;
|GQ&lt;br /&gt;
|GNQ&lt;br /&gt;
|gq&lt;br /&gt;
|-&lt;br /&gt;
|Eritrea&lt;br /&gt;
|ER&lt;br /&gt;
|ERI&lt;br /&gt;
|er&lt;br /&gt;
|-&lt;br /&gt;
|Estonia&lt;br /&gt;
|EE&lt;br /&gt;
|EST&lt;br /&gt;
|ee&lt;br /&gt;
|-&lt;br /&gt;
|Ethiopia&lt;br /&gt;
|ET&lt;br /&gt;
|ETH&lt;br /&gt;
|et&lt;br /&gt;
|-&lt;br /&gt;
|Falkland Islands (Malvinas)&lt;br /&gt;
|FK&lt;br /&gt;
|FLK&lt;br /&gt;
|fk&lt;br /&gt;
|-&lt;br /&gt;
|Faroe Islands&lt;br /&gt;
|FO&lt;br /&gt;
|FRO&lt;br /&gt;
|fo&lt;br /&gt;
|-&lt;br /&gt;
|Fiji&lt;br /&gt;
|FJ&lt;br /&gt;
|FJI&lt;br /&gt;
|fj&lt;br /&gt;
|-&lt;br /&gt;
|Finland&lt;br /&gt;
|FI&lt;br /&gt;
|FIN&lt;br /&gt;
|fi&lt;br /&gt;
|-&lt;br /&gt;
|France&lt;br /&gt;
|FR&lt;br /&gt;
|FRA&lt;br /&gt;
|fr&lt;br /&gt;
|-&lt;br /&gt;
|French Guiana&lt;br /&gt;
|GF&lt;br /&gt;
|GUF&lt;br /&gt;
|gf&lt;br /&gt;
|-&lt;br /&gt;
|French Polynesia&lt;br /&gt;
|PF&lt;br /&gt;
|PYF&lt;br /&gt;
|pf&lt;br /&gt;
|-&lt;br /&gt;
|French Southern Territories&lt;br /&gt;
|TF&lt;br /&gt;
|ATF&lt;br /&gt;
|tf&lt;br /&gt;
|-&lt;br /&gt;
|Gabon&lt;br /&gt;
|GA&lt;br /&gt;
|GAB&lt;br /&gt;
|ga&lt;br /&gt;
|-&lt;br /&gt;
|Gambia&lt;br /&gt;
|GM&lt;br /&gt;
|GMB&lt;br /&gt;
|gm&lt;br /&gt;
|-&lt;br /&gt;
|Georgia&lt;br /&gt;
|GE&lt;br /&gt;
|GEO&lt;br /&gt;
|ge&lt;br /&gt;
|-&lt;br /&gt;
|Germany&lt;br /&gt;
|DE&lt;br /&gt;
|DEU&lt;br /&gt;
|de&lt;br /&gt;
|-&lt;br /&gt;
|Ghana&lt;br /&gt;
|GH&lt;br /&gt;
|GHA&lt;br /&gt;
|gh&lt;br /&gt;
|-&lt;br /&gt;
|Gibraltar&lt;br /&gt;
|GI&lt;br /&gt;
|GIB&lt;br /&gt;
|gi&lt;br /&gt;
|-&lt;br /&gt;
|Greece&lt;br /&gt;
|GR&lt;br /&gt;
|GRC&lt;br /&gt;
|gr&lt;br /&gt;
|-&lt;br /&gt;
|Greenland&lt;br /&gt;
|GL&lt;br /&gt;
|GRL&lt;br /&gt;
|gl&lt;br /&gt;
|-&lt;br /&gt;
|Grenada&lt;br /&gt;
|GD&lt;br /&gt;
|GRD&lt;br /&gt;
|gd&lt;br /&gt;
|-&lt;br /&gt;
|Guadeloupe&lt;br /&gt;
|GP&lt;br /&gt;
|GLP&lt;br /&gt;
|gp&lt;br /&gt;
|-&lt;br /&gt;
|Guam&lt;br /&gt;
|GU&lt;br /&gt;
|GUM&lt;br /&gt;
|gu&lt;br /&gt;
|-&lt;br /&gt;
|Guatemala&lt;br /&gt;
|GT&lt;br /&gt;
|GTM&lt;br /&gt;
|gt&lt;br /&gt;
|-&lt;br /&gt;
|Guernsey&lt;br /&gt;
|GG&lt;br /&gt;
|GGY&lt;br /&gt;
|gg&lt;br /&gt;
|-&lt;br /&gt;
|Guinea&lt;br /&gt;
|GN&lt;br /&gt;
|GIN&lt;br /&gt;
|gn&lt;br /&gt;
|-&lt;br /&gt;
|Guinea-Bissau&lt;br /&gt;
|GW&lt;br /&gt;
|GNB&lt;br /&gt;
|gw&lt;br /&gt;
|-&lt;br /&gt;
|Guyana&lt;br /&gt;
|GY&lt;br /&gt;
|GUY&lt;br /&gt;
|gy&lt;br /&gt;
|-&lt;br /&gt;
|Haiti&lt;br /&gt;
|HT&lt;br /&gt;
|HTI&lt;br /&gt;
|ht&lt;br /&gt;
|-&lt;br /&gt;
|Heard and Mcdonald Islands&lt;br /&gt;
|HM&lt;br /&gt;
|HMD&lt;br /&gt;
|hm&lt;br /&gt;
|-&lt;br /&gt;
|Holy See (Vatican City State)&lt;br /&gt;
|VA&lt;br /&gt;
|VAT&lt;br /&gt;
|va&lt;br /&gt;
|-&lt;br /&gt;
|Honduras&lt;br /&gt;
|HN&lt;br /&gt;
|HND&lt;br /&gt;
|hn&lt;br /&gt;
|-&lt;br /&gt;
|Hungary&lt;br /&gt;
|HU&lt;br /&gt;
|HUN&lt;br /&gt;
|hu&lt;br /&gt;
|-&lt;br /&gt;
|Iceland&lt;br /&gt;
|IS&lt;br /&gt;
|ISL&lt;br /&gt;
|is&lt;br /&gt;
|-&lt;br /&gt;
|India&lt;br /&gt;
|IN&lt;br /&gt;
|IND&lt;br /&gt;
|in&lt;br /&gt;
|-&lt;br /&gt;
|Indonesia&lt;br /&gt;
|ID&lt;br /&gt;
|IDN&lt;br /&gt;
|id&lt;br /&gt;
|-&lt;br /&gt;
|Iran, Islamic Republic of&lt;br /&gt;
|IR&lt;br /&gt;
|IRN&lt;br /&gt;
|ir&lt;br /&gt;
|-&lt;br /&gt;
|Iraq&lt;br /&gt;
|IQ&lt;br /&gt;
|IRQ&lt;br /&gt;
|iq&lt;br /&gt;
|-&lt;br /&gt;
|Ireland&lt;br /&gt;
|IE&lt;br /&gt;
|IRL&lt;br /&gt;
|ie&lt;br /&gt;
|-&lt;br /&gt;
|Isle of Man&lt;br /&gt;
|IM&lt;br /&gt;
|IMN&lt;br /&gt;
|im&lt;br /&gt;
|-&lt;br /&gt;
|Israel&lt;br /&gt;
|IL&lt;br /&gt;
|ISR&lt;br /&gt;
|il&lt;br /&gt;
|-&lt;br /&gt;
|Italy&lt;br /&gt;
|IT&lt;br /&gt;
|ITA&lt;br /&gt;
|it&lt;br /&gt;
|-&lt;br /&gt;
|Jamaica&lt;br /&gt;
|JM&lt;br /&gt;
|JAM&lt;br /&gt;
|jm&lt;br /&gt;
|-&lt;br /&gt;
|Japan&lt;br /&gt;
|JP&lt;br /&gt;
|JPN&lt;br /&gt;
|jp&lt;br /&gt;
|-&lt;br /&gt;
|Jersey&lt;br /&gt;
|JE&lt;br /&gt;
|JEY&lt;br /&gt;
|je&lt;br /&gt;
|-&lt;br /&gt;
|Jordan&lt;br /&gt;
|JO&lt;br /&gt;
|JOR&lt;br /&gt;
|jo&lt;br /&gt;
|-&lt;br /&gt;
|Kazakhstan&lt;br /&gt;
|KZ&lt;br /&gt;
|KAZ&lt;br /&gt;
|kz&lt;br /&gt;
|-&lt;br /&gt;
|Kenya&lt;br /&gt;
|KE&lt;br /&gt;
|KEN&lt;br /&gt;
|ke&lt;br /&gt;
|-&lt;br /&gt;
|Kiribati&lt;br /&gt;
|KI&lt;br /&gt;
|KIR&lt;br /&gt;
|ki&lt;br /&gt;
|-&lt;br /&gt;
|Korea (North)&lt;br /&gt;
|KP&lt;br /&gt;
|PRK&lt;br /&gt;
|kp&lt;br /&gt;
|-&lt;br /&gt;
|Korea (South)&lt;br /&gt;
|KR&lt;br /&gt;
|KOR&lt;br /&gt;
|kr&lt;br /&gt;
|-&lt;br /&gt;
|Kuwait&lt;br /&gt;
|KW&lt;br /&gt;
|KWT&lt;br /&gt;
|kw&lt;br /&gt;
|-&lt;br /&gt;
|Kyrgyzstan&lt;br /&gt;
|KG&lt;br /&gt;
|KGZ&lt;br /&gt;
|kg&lt;br /&gt;
|-&lt;br /&gt;
|Lao PDR&lt;br /&gt;
|LA&lt;br /&gt;
|LAO&lt;br /&gt;
|la&lt;br /&gt;
|-&lt;br /&gt;
|Latvia&lt;br /&gt;
|LV&lt;br /&gt;
|LVA&lt;br /&gt;
|lv&lt;br /&gt;
|-&lt;br /&gt;
|Lebanon&lt;br /&gt;
|LB&lt;br /&gt;
|LBN&lt;br /&gt;
|lb&lt;br /&gt;
|-&lt;br /&gt;
|Lesotho&lt;br /&gt;
|LS&lt;br /&gt;
|LSO&lt;br /&gt;
|ls&lt;br /&gt;
|-&lt;br /&gt;
|Liberia&lt;br /&gt;
|LR&lt;br /&gt;
|LBR&lt;br /&gt;
|lr&lt;br /&gt;
|-&lt;br /&gt;
|Libya&lt;br /&gt;
|LY&lt;br /&gt;
|LBY&lt;br /&gt;
|ly&lt;br /&gt;
|-&lt;br /&gt;
|Liechtenstein&lt;br /&gt;
|LI&lt;br /&gt;
|LIE&lt;br /&gt;
|li&lt;br /&gt;
|-&lt;br /&gt;
|Lithuania&lt;br /&gt;
|LT&lt;br /&gt;
|LTU&lt;br /&gt;
|lt&lt;br /&gt;
|-&lt;br /&gt;
|Luxembourg&lt;br /&gt;
|LU&lt;br /&gt;
|LUX&lt;br /&gt;
|lu&lt;br /&gt;
|-&lt;br /&gt;
|Macedonia, Republic of&lt;br /&gt;
|MK&lt;br /&gt;
|MKD&lt;br /&gt;
|mk&lt;br /&gt;
|-&lt;br /&gt;
|Madagascar&lt;br /&gt;
|MG&lt;br /&gt;
|MDG&lt;br /&gt;
|mg&lt;br /&gt;
|-&lt;br /&gt;
|Malawi&lt;br /&gt;
|MW&lt;br /&gt;
|MWI&lt;br /&gt;
|mw&lt;br /&gt;
|-&lt;br /&gt;
|Malaysia&lt;br /&gt;
|MY&lt;br /&gt;
|MYS&lt;br /&gt;
|my&lt;br /&gt;
|-&lt;br /&gt;
|Maldives&lt;br /&gt;
|MV&lt;br /&gt;
|MDV&lt;br /&gt;
|mv&lt;br /&gt;
|-&lt;br /&gt;
|Mali&lt;br /&gt;
|ML&lt;br /&gt;
|MLI&lt;br /&gt;
|ml&lt;br /&gt;
|-&lt;br /&gt;
|Malta&lt;br /&gt;
|MT&lt;br /&gt;
|MLT&lt;br /&gt;
|mt&lt;br /&gt;
|-&lt;br /&gt;
|Marshall Islands&lt;br /&gt;
|MH&lt;br /&gt;
|MHL&lt;br /&gt;
|mh&lt;br /&gt;
|-&lt;br /&gt;
|Martinique&lt;br /&gt;
|MQ&lt;br /&gt;
|MTQ&lt;br /&gt;
|mq&lt;br /&gt;
|-&lt;br /&gt;
|Mauritania&lt;br /&gt;
|MR&lt;br /&gt;
|MRT&lt;br /&gt;
|mr&lt;br /&gt;
|-&lt;br /&gt;
|Mauritius&lt;br /&gt;
|MU&lt;br /&gt;
|MUS&lt;br /&gt;
|mu&lt;br /&gt;
|-&lt;br /&gt;
|Mayotte&lt;br /&gt;
|YT&lt;br /&gt;
|MYT&lt;br /&gt;
|yt&lt;br /&gt;
|-&lt;br /&gt;
|Mexico&lt;br /&gt;
|MX&lt;br /&gt;
|MEX&lt;br /&gt;
|mx&lt;br /&gt;
|-&lt;br /&gt;
|Micronesia, Federated States of&lt;br /&gt;
|FM&lt;br /&gt;
|FSM&lt;br /&gt;
|fm&lt;br /&gt;
|-&lt;br /&gt;
|Moldova&lt;br /&gt;
|MD&lt;br /&gt;
|MDA&lt;br /&gt;
|md&lt;br /&gt;
|-&lt;br /&gt;
|Monaco&lt;br /&gt;
|MC&lt;br /&gt;
|MCO&lt;br /&gt;
|mc&lt;br /&gt;
|-&lt;br /&gt;
|Mongolia&lt;br /&gt;
|MN&lt;br /&gt;
|MNG&lt;br /&gt;
|mn&lt;br /&gt;
|-&lt;br /&gt;
|Montenegro&lt;br /&gt;
|ME&lt;br /&gt;
|MNE&lt;br /&gt;
|me&lt;br /&gt;
|-&lt;br /&gt;
|Montserrat&lt;br /&gt;
|MS&lt;br /&gt;
|MSR&lt;br /&gt;
|ms&lt;br /&gt;
|-&lt;br /&gt;
|Morocco&lt;br /&gt;
|MA&lt;br /&gt;
|MAR&lt;br /&gt;
|ma&lt;br /&gt;
|-&lt;br /&gt;
|Mozambique&lt;br /&gt;
|MZ&lt;br /&gt;
|MOZ&lt;br /&gt;
|mz&lt;br /&gt;
|-&lt;br /&gt;
|Myanmar&lt;br /&gt;
|MM&lt;br /&gt;
|MMR&lt;br /&gt;
|mm&lt;br /&gt;
|-&lt;br /&gt;
|Namibia&lt;br /&gt;
|NA&lt;br /&gt;
|NAM&lt;br /&gt;
|na&lt;br /&gt;
|-&lt;br /&gt;
|Nauru&lt;br /&gt;
|NR&lt;br /&gt;
|NRU&lt;br /&gt;
|nr&lt;br /&gt;
|-&lt;br /&gt;
|Nepal&lt;br /&gt;
|NP&lt;br /&gt;
|NPL&lt;br /&gt;
|np&lt;br /&gt;
|-&lt;br /&gt;
|Netherlands&lt;br /&gt;
|NL&lt;br /&gt;
|NLD&lt;br /&gt;
|nl&lt;br /&gt;
|-&lt;br /&gt;
|Netherlands Antilles&lt;br /&gt;
|AN&lt;br /&gt;
|ANT&lt;br /&gt;
|an&lt;br /&gt;
|-&lt;br /&gt;
|New Caledonia&lt;br /&gt;
|NC&lt;br /&gt;
|NCL&lt;br /&gt;
|nc&lt;br /&gt;
|-&lt;br /&gt;
|New Zealand&lt;br /&gt;
|NZ&lt;br /&gt;
|NZL&lt;br /&gt;
|nz&lt;br /&gt;
|-&lt;br /&gt;
|Nicaragua&lt;br /&gt;
|NI&lt;br /&gt;
|NIC&lt;br /&gt;
|ni&lt;br /&gt;
|-&lt;br /&gt;
|Niger&lt;br /&gt;
|NE&lt;br /&gt;
|NER&lt;br /&gt;
|ne&lt;br /&gt;
|-&lt;br /&gt;
|Nigeria&lt;br /&gt;
|NG&lt;br /&gt;
|NGA&lt;br /&gt;
|ng&lt;br /&gt;
|-&lt;br /&gt;
|Niue&lt;br /&gt;
|NU&lt;br /&gt;
|NIU&lt;br /&gt;
|nu&lt;br /&gt;
|-&lt;br /&gt;
|Norfolk Island&lt;br /&gt;
|NF&lt;br /&gt;
|NFK&lt;br /&gt;
|nf&lt;br /&gt;
|-&lt;br /&gt;
|Northern Mariana Islands&lt;br /&gt;
|MP&lt;br /&gt;
|MNP&lt;br /&gt;
|mp&lt;br /&gt;
|-&lt;br /&gt;
|Norway&lt;br /&gt;
|NO&lt;br /&gt;
|NOR&lt;br /&gt;
|no&lt;br /&gt;
|-&lt;br /&gt;
|Oman&lt;br /&gt;
|OM&lt;br /&gt;
|OMN&lt;br /&gt;
|om&lt;br /&gt;
|-&lt;br /&gt;
|Pakistan&lt;br /&gt;
|PK&lt;br /&gt;
|PAK&lt;br /&gt;
|pk&lt;br /&gt;
|-&lt;br /&gt;
|Palau&lt;br /&gt;
|PW&lt;br /&gt;
|PLW&lt;br /&gt;
|pw&lt;br /&gt;
|-&lt;br /&gt;
|Palestinian Territory&lt;br /&gt;
|PS&lt;br /&gt;
|PSE&lt;br /&gt;
|ps&lt;br /&gt;
|-&lt;br /&gt;
|Panama&lt;br /&gt;
|PA&lt;br /&gt;
|PAN&lt;br /&gt;
|pa&lt;br /&gt;
|-&lt;br /&gt;
|Papua New Guinea&lt;br /&gt;
|PG&lt;br /&gt;
|PNG&lt;br /&gt;
|pg&lt;br /&gt;
|-&lt;br /&gt;
|Paraguay&lt;br /&gt;
|PY&lt;br /&gt;
|PRY&lt;br /&gt;
|py&lt;br /&gt;
|-&lt;br /&gt;
|Peru&lt;br /&gt;
|PE&lt;br /&gt;
|PER&lt;br /&gt;
|pe&lt;br /&gt;
|-&lt;br /&gt;
|Philippines&lt;br /&gt;
|PH&lt;br /&gt;
|PHL&lt;br /&gt;
|ph&lt;br /&gt;
|-&lt;br /&gt;
|Pitcairn&lt;br /&gt;
|PN&lt;br /&gt;
|PCN&lt;br /&gt;
|pn&lt;br /&gt;
|-&lt;br /&gt;
|Poland&lt;br /&gt;
|PL&lt;br /&gt;
|POL&lt;br /&gt;
|pl&lt;br /&gt;
|-&lt;br /&gt;
|Portugal&lt;br /&gt;
|PT&lt;br /&gt;
|PRT&lt;br /&gt;
|pt&lt;br /&gt;
|-&lt;br /&gt;
|Puerto Rico&lt;br /&gt;
|PR&lt;br /&gt;
|PRI&lt;br /&gt;
|pr&lt;br /&gt;
|-&lt;br /&gt;
|Qatar&lt;br /&gt;
|QA&lt;br /&gt;
|QAT&lt;br /&gt;
|qa&lt;br /&gt;
|-&lt;br /&gt;
|Réunion&lt;br /&gt;
|RE&lt;br /&gt;
|REU&lt;br /&gt;
|re&lt;br /&gt;
|-&lt;br /&gt;
|Romania&lt;br /&gt;
|RO&lt;br /&gt;
|ROU&lt;br /&gt;
|ro&lt;br /&gt;
|-&lt;br /&gt;
|Russian Federation&lt;br /&gt;
|RU&lt;br /&gt;
|RUS&lt;br /&gt;
|ru&lt;br /&gt;
|-&lt;br /&gt;
|Rwanda&lt;br /&gt;
|RW&lt;br /&gt;
|RWA&lt;br /&gt;
|rw&lt;br /&gt;
|-&lt;br /&gt;
|Saint-Barthélemy&lt;br /&gt;
|BL&lt;br /&gt;
|BLM&lt;br /&gt;
|bl&lt;br /&gt;
|-&lt;br /&gt;
|Saint Helena&lt;br /&gt;
|SH&lt;br /&gt;
|SHN&lt;br /&gt;
|sh&lt;br /&gt;
|-&lt;br /&gt;
|Saint Kitts and Nevis&lt;br /&gt;
|KN&lt;br /&gt;
|KNA&lt;br /&gt;
|kn&lt;br /&gt;
|-&lt;br /&gt;
|Saint Lucia&lt;br /&gt;
|LC&lt;br /&gt;
|LCA&lt;br /&gt;
|lc&lt;br /&gt;
|-&lt;br /&gt;
|Saint-Martin (French part)&lt;br /&gt;
|MF&lt;br /&gt;
|MAF&lt;br /&gt;
|mf&lt;br /&gt;
|-&lt;br /&gt;
|Saint Pierre and Miquelon&lt;br /&gt;
|PM&lt;br /&gt;
|SPM&lt;br /&gt;
|pm&lt;br /&gt;
|-&lt;br /&gt;
|Saint Vincent and Grenadines&lt;br /&gt;
|VC&lt;br /&gt;
|VCT&lt;br /&gt;
|vc&lt;br /&gt;
|-&lt;br /&gt;
|Samoa&lt;br /&gt;
|WS&lt;br /&gt;
|WSM&lt;br /&gt;
|ws&lt;br /&gt;
|-&lt;br /&gt;
|San Marino&lt;br /&gt;
|SM&lt;br /&gt;
|SMR&lt;br /&gt;
|sm&lt;br /&gt;
|-&lt;br /&gt;
|Sao Tome and Principe&lt;br /&gt;
|ST&lt;br /&gt;
|STP&lt;br /&gt;
|st&lt;br /&gt;
|-&lt;br /&gt;
|Saudi Arabia&lt;br /&gt;
|SA&lt;br /&gt;
|SAU&lt;br /&gt;
|sa&lt;br /&gt;
|-&lt;br /&gt;
|Senegal&lt;br /&gt;
|SN&lt;br /&gt;
|SEN&lt;br /&gt;
|sn&lt;br /&gt;
|-&lt;br /&gt;
|Serbia&lt;br /&gt;
|RS&lt;br /&gt;
|SRB&lt;br /&gt;
|rs&lt;br /&gt;
|-&lt;br /&gt;
|Seychelles&lt;br /&gt;
|SC&lt;br /&gt;
|SYC&lt;br /&gt;
|sc&lt;br /&gt;
|-&lt;br /&gt;
|Sierra Leone&lt;br /&gt;
|SL&lt;br /&gt;
|SLE&lt;br /&gt;
|sl&lt;br /&gt;
|-&lt;br /&gt;
|Singapore&lt;br /&gt;
|SG&lt;br /&gt;
|SGP&lt;br /&gt;
|sg&lt;br /&gt;
|-&lt;br /&gt;
|Slovakia&lt;br /&gt;
|SK&lt;br /&gt;
|SVK&lt;br /&gt;
|sk&lt;br /&gt;
|-&lt;br /&gt;
|Slovenia&lt;br /&gt;
|SI&lt;br /&gt;
|SVN&lt;br /&gt;
|si&lt;br /&gt;
|-&lt;br /&gt;
|Solomon Islands&lt;br /&gt;
|SB&lt;br /&gt;
|SLB&lt;br /&gt;
|sb&lt;br /&gt;
|-&lt;br /&gt;
|Somalia&lt;br /&gt;
|SO&lt;br /&gt;
|SOM&lt;br /&gt;
|so&lt;br /&gt;
|-&lt;br /&gt;
|South Africa&lt;br /&gt;
|ZA&lt;br /&gt;
|ZAF&lt;br /&gt;
|za&lt;br /&gt;
|-&lt;br /&gt;
|South Georgia and the South Sandwich Islands&lt;br /&gt;
|GS&lt;br /&gt;
|SGS&lt;br /&gt;
|gs&lt;br /&gt;
|-&lt;br /&gt;
|South Sudan&lt;br /&gt;
|SS&lt;br /&gt;
|SSD&lt;br /&gt;
|ss&lt;br /&gt;
|-&lt;br /&gt;
|Spain&lt;br /&gt;
|ES&lt;br /&gt;
|ESP&lt;br /&gt;
|es&lt;br /&gt;
|-&lt;br /&gt;
|Sri Lanka&lt;br /&gt;
|LK&lt;br /&gt;
|LKA&lt;br /&gt;
|lk&lt;br /&gt;
|-&lt;br /&gt;
|Sudan&lt;br /&gt;
|SD&lt;br /&gt;
|SDN&lt;br /&gt;
|sd&lt;br /&gt;
|-&lt;br /&gt;
|Suriname&lt;br /&gt;
|SR&lt;br /&gt;
|SUR&lt;br /&gt;
|sr&lt;br /&gt;
|-&lt;br /&gt;
|Svalbard and Jan Mayen Islands&lt;br /&gt;
|SJ&lt;br /&gt;
|SJM&lt;br /&gt;
|sj&lt;br /&gt;
|-&lt;br /&gt;
|Swaziland&lt;br /&gt;
|SZ&lt;br /&gt;
|SWZ&lt;br /&gt;
|sz&lt;br /&gt;
|-&lt;br /&gt;
|Sweden&lt;br /&gt;
|SE&lt;br /&gt;
|SWE&lt;br /&gt;
|se&lt;br /&gt;
|-&lt;br /&gt;
|Switzerland&lt;br /&gt;
|CH&lt;br /&gt;
|CHE&lt;br /&gt;
|ch&lt;br /&gt;
|-&lt;br /&gt;
|Syrian Arab Republic (Syria)&lt;br /&gt;
|SY&lt;br /&gt;
|SYR&lt;br /&gt;
|sy&lt;br /&gt;
|-&lt;br /&gt;
|Taiwan, Republic of China&lt;br /&gt;
|TW&lt;br /&gt;
|TWN&lt;br /&gt;
|tw&lt;br /&gt;
|-&lt;br /&gt;
|Tajikistan&lt;br /&gt;
|TJ&lt;br /&gt;
|TJK&lt;br /&gt;
|tj&lt;br /&gt;
|-&lt;br /&gt;
|Tanzania, United Republic of&lt;br /&gt;
|TZ&lt;br /&gt;
|TZA&lt;br /&gt;
|tz&lt;br /&gt;
|-&lt;br /&gt;
|Thailand&lt;br /&gt;
|TH&lt;br /&gt;
|THA&lt;br /&gt;
|th&lt;br /&gt;
|-&lt;br /&gt;
|Timor-Leste&lt;br /&gt;
|TL&lt;br /&gt;
|TLS&lt;br /&gt;
|tl&lt;br /&gt;
|-&lt;br /&gt;
|Togo&lt;br /&gt;
|TG&lt;br /&gt;
|TGO&lt;br /&gt;
|tg&lt;br /&gt;
|-&lt;br /&gt;
|Tokelau&lt;br /&gt;
|TK&lt;br /&gt;
|TKL&lt;br /&gt;
|tk&lt;br /&gt;
|-&lt;br /&gt;
|Tonga&lt;br /&gt;
|TO&lt;br /&gt;
|TON&lt;br /&gt;
|to&lt;br /&gt;
|-&lt;br /&gt;
|Trinidad and Tobago&lt;br /&gt;
|TT&lt;br /&gt;
|TTO&lt;br /&gt;
|tt&lt;br /&gt;
|-&lt;br /&gt;
|Tunisia&lt;br /&gt;
|TN&lt;br /&gt;
|TUN&lt;br /&gt;
|tn&lt;br /&gt;
|-&lt;br /&gt;
|Turkey&lt;br /&gt;
|TR&lt;br /&gt;
|TUR&lt;br /&gt;
|tr&lt;br /&gt;
|-&lt;br /&gt;
|Turkmenistan&lt;br /&gt;
|TM&lt;br /&gt;
|TKM&lt;br /&gt;
|tm&lt;br /&gt;
|-&lt;br /&gt;
|Turks and Caicos Islands&lt;br /&gt;
|TC&lt;br /&gt;
|TCA&lt;br /&gt;
|tc&lt;br /&gt;
|-&lt;br /&gt;
|Tuvalu&lt;br /&gt;
|TV&lt;br /&gt;
|TUV&lt;br /&gt;
|tv&lt;br /&gt;
|-&lt;br /&gt;
|Uganda&lt;br /&gt;
|UG&lt;br /&gt;
|UGA&lt;br /&gt;
|ug&lt;br /&gt;
|-&lt;br /&gt;
|Ukraine&lt;br /&gt;
|UA&lt;br /&gt;
|UKR&lt;br /&gt;
|ua&lt;br /&gt;
|-&lt;br /&gt;
|United Arab Emirates&lt;br /&gt;
|AE&lt;br /&gt;
|ARE&lt;br /&gt;
|ae&lt;br /&gt;
|-&lt;br /&gt;
|United Kingdom&lt;br /&gt;
|GB&lt;br /&gt;
|GBR&lt;br /&gt;
|gb&lt;br /&gt;
|-&lt;br /&gt;
|United States of America&lt;br /&gt;
|US&lt;br /&gt;
|USA&lt;br /&gt;
|us&lt;br /&gt;
|-&lt;br /&gt;
|US Minor Outlying Islands&lt;br /&gt;
|UM&lt;br /&gt;
|UMI&lt;br /&gt;
|um&lt;br /&gt;
|-&lt;br /&gt;
|Uruguay&lt;br /&gt;
|UY&lt;br /&gt;
|URY&lt;br /&gt;
|uy&lt;br /&gt;
|-&lt;br /&gt;
|Uzbekistan&lt;br /&gt;
|UZ&lt;br /&gt;
|UZB&lt;br /&gt;
|uz&lt;br /&gt;
|-&lt;br /&gt;
|Vanuatu&lt;br /&gt;
|VU&lt;br /&gt;
|VUT&lt;br /&gt;
|vu&lt;br /&gt;
|-&lt;br /&gt;
|Venezuela (Bolivarian Republic)&lt;br /&gt;
|VE&lt;br /&gt;
|VEN&lt;br /&gt;
|ve&lt;br /&gt;
|-&lt;br /&gt;
|Viet Nam&lt;br /&gt;
|VN&lt;br /&gt;
|VNM&lt;br /&gt;
|vn&lt;br /&gt;
|-&lt;br /&gt;
|Virgin Islands, US&lt;br /&gt;
|VI&lt;br /&gt;
|VIR&lt;br /&gt;
|vi&lt;br /&gt;
|-&lt;br /&gt;
|Wallis and Futuna Islands&lt;br /&gt;
|WF&lt;br /&gt;
|WLF&lt;br /&gt;
|wf&lt;br /&gt;
|-&lt;br /&gt;
|Western Sahara&lt;br /&gt;
|EH&lt;br /&gt;
|ESH&lt;br /&gt;
|eh&lt;br /&gt;
|-&lt;br /&gt;
|Yemen&lt;br /&gt;
|YE&lt;br /&gt;
|YEM&lt;br /&gt;
|ye&lt;br /&gt;
|-&lt;br /&gt;
|Zambia&lt;br /&gt;
|ZM&lt;br /&gt;
|ZMB&lt;br /&gt;
|zm&lt;br /&gt;
|-&lt;br /&gt;
|Zimbabwe&lt;br /&gt;
|ZW&lt;br /&gt;
|ZWE&lt;br /&gt;
|zw&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Iso_codes&amp;diff=230020</id>
		<title>Iso codes</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Iso_codes&amp;diff=230020"/>
		<updated>2017-06-22T07:15:52Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: Created page with &amp;quot;=== Here is the iso-code of country. === &amp;#039;&amp;#039;When you want to set value for country code of user by Cgscript or importing data, please use column 3.&amp;#039;&amp;#039; {| class=&amp;quot;wikitable&amp;quot; |Coun...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Here is the iso-code of country. ===&lt;br /&gt;
&#039;&#039;When you want to set value for country code of user by Cgscript or importing data, please use column 3.&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|Country or Area Name&lt;br /&gt;
|ISO ALPHA-2 Code&lt;br /&gt;
|ISO ALPHA-3 Code&lt;br /&gt;
|Catglobe Country Code&lt;br /&gt;
|-&lt;br /&gt;
|Afghanistan&lt;br /&gt;
|AF&lt;br /&gt;
|AFG&lt;br /&gt;
|af&lt;br /&gt;
|-&lt;br /&gt;
|Aland Islands&lt;br /&gt;
|AX&lt;br /&gt;
|ALA&lt;br /&gt;
|ax&lt;br /&gt;
|-&lt;br /&gt;
|Albania&lt;br /&gt;
|AL&lt;br /&gt;
|ALB&lt;br /&gt;
|al&lt;br /&gt;
|-&lt;br /&gt;
|Algeria&lt;br /&gt;
|DZ&lt;br /&gt;
|DZA&lt;br /&gt;
|dz&lt;br /&gt;
|-&lt;br /&gt;
|American Samoa&lt;br /&gt;
|AS&lt;br /&gt;
|ASM&lt;br /&gt;
|as&lt;br /&gt;
|-&lt;br /&gt;
|Andorra&lt;br /&gt;
|AD&lt;br /&gt;
|AND&lt;br /&gt;
|ad&lt;br /&gt;
|-&lt;br /&gt;
|Angola&lt;br /&gt;
|AO&lt;br /&gt;
|AGO&lt;br /&gt;
|ao&lt;br /&gt;
|-&lt;br /&gt;
|Anguilla&lt;br /&gt;
|AI&lt;br /&gt;
|AIA&lt;br /&gt;
|ai&lt;br /&gt;
|-&lt;br /&gt;
|Antarctica&lt;br /&gt;
|AQ&lt;br /&gt;
|ATA&lt;br /&gt;
|aq&lt;br /&gt;
|-&lt;br /&gt;
|Antigua and Barbuda&lt;br /&gt;
|AG&lt;br /&gt;
|ATG&lt;br /&gt;
|ag&lt;br /&gt;
|-&lt;br /&gt;
|Argentina&lt;br /&gt;
|AR&lt;br /&gt;
|ARG&lt;br /&gt;
|ar&lt;br /&gt;
|-&lt;br /&gt;
|Armenia&lt;br /&gt;
|AM&lt;br /&gt;
|ARM&lt;br /&gt;
|am&lt;br /&gt;
|-&lt;br /&gt;
|Aruba&lt;br /&gt;
|AW&lt;br /&gt;
|ABW&lt;br /&gt;
|aw&lt;br /&gt;
|-&lt;br /&gt;
|Australia&lt;br /&gt;
|AU&lt;br /&gt;
|AUS&lt;br /&gt;
|au&lt;br /&gt;
|-&lt;br /&gt;
|Austria&lt;br /&gt;
|AT&lt;br /&gt;
|AUT&lt;br /&gt;
|at&lt;br /&gt;
|-&lt;br /&gt;
|Azerbaijan&lt;br /&gt;
|AZ&lt;br /&gt;
|AZE&lt;br /&gt;
|az&lt;br /&gt;
|-&lt;br /&gt;
|Bahamas&lt;br /&gt;
|BS&lt;br /&gt;
|BHS&lt;br /&gt;
|bs&lt;br /&gt;
|-&lt;br /&gt;
|Bahrain&lt;br /&gt;
|BH&lt;br /&gt;
|BHR&lt;br /&gt;
|bh&lt;br /&gt;
|-&lt;br /&gt;
|Bangladesh&lt;br /&gt;
|BD&lt;br /&gt;
|BGD&lt;br /&gt;
|bd&lt;br /&gt;
|-&lt;br /&gt;
|Barbados&lt;br /&gt;
|BB&lt;br /&gt;
|BRB&lt;br /&gt;
|bb&lt;br /&gt;
|-&lt;br /&gt;
|Belarus&lt;br /&gt;
|BY&lt;br /&gt;
|BLR&lt;br /&gt;
|by&lt;br /&gt;
|-&lt;br /&gt;
|Belgium&lt;br /&gt;
|BE&lt;br /&gt;
|BEL&lt;br /&gt;
|be&lt;br /&gt;
|-&lt;br /&gt;
|Belize&lt;br /&gt;
|BZ&lt;br /&gt;
|BLZ&lt;br /&gt;
|bz&lt;br /&gt;
|-&lt;br /&gt;
|Benin&lt;br /&gt;
|BJ&lt;br /&gt;
|BEN&lt;br /&gt;
|bj&lt;br /&gt;
|-&lt;br /&gt;
|Bermuda&lt;br /&gt;
|BM&lt;br /&gt;
|BMU&lt;br /&gt;
|bm&lt;br /&gt;
|-&lt;br /&gt;
|Bhutan&lt;br /&gt;
|BT&lt;br /&gt;
|BTN&lt;br /&gt;
|bt&lt;br /&gt;
|-&lt;br /&gt;
|Bolivia&lt;br /&gt;
|BO&lt;br /&gt;
|BOL&lt;br /&gt;
|bo&lt;br /&gt;
|-&lt;br /&gt;
|Bosnia and Herzegovina&lt;br /&gt;
|BA&lt;br /&gt;
|BIH&lt;br /&gt;
|ba&lt;br /&gt;
|-&lt;br /&gt;
|Botswana&lt;br /&gt;
|BW&lt;br /&gt;
|BWA&lt;br /&gt;
|bw&lt;br /&gt;
|-&lt;br /&gt;
|Bouvet Island&lt;br /&gt;
|BV&lt;br /&gt;
|BVT&lt;br /&gt;
|bv&lt;br /&gt;
|-&lt;br /&gt;
|Brazil&lt;br /&gt;
|BR&lt;br /&gt;
|BRA&lt;br /&gt;
|br&lt;br /&gt;
|-&lt;br /&gt;
|British Virgin Islands&lt;br /&gt;
|VG&lt;br /&gt;
|VGB&lt;br /&gt;
|vg&lt;br /&gt;
|-&lt;br /&gt;
|British Indian Ocean Territory&lt;br /&gt;
|IO&lt;br /&gt;
|IOT&lt;br /&gt;
|io&lt;br /&gt;
|-&lt;br /&gt;
|Brunei Darussalam&lt;br /&gt;
|BN&lt;br /&gt;
|BRN&lt;br /&gt;
|bn&lt;br /&gt;
|-&lt;br /&gt;
|Bulgaria&lt;br /&gt;
|BG&lt;br /&gt;
|BGR&lt;br /&gt;
|bg&lt;br /&gt;
|-&lt;br /&gt;
|Burkina Faso&lt;br /&gt;
|BF&lt;br /&gt;
|BFA&lt;br /&gt;
|bf&lt;br /&gt;
|-&lt;br /&gt;
|Burundi&lt;br /&gt;
|BI&lt;br /&gt;
|BDI&lt;br /&gt;
|bi&lt;br /&gt;
|-&lt;br /&gt;
|Cambodia&lt;br /&gt;
|KH&lt;br /&gt;
|KHM&lt;br /&gt;
|kh&lt;br /&gt;
|-&lt;br /&gt;
|Cameroon&lt;br /&gt;
|CM&lt;br /&gt;
|CMR&lt;br /&gt;
|cm&lt;br /&gt;
|-&lt;br /&gt;
|Canada&lt;br /&gt;
|CA&lt;br /&gt;
|CAN&lt;br /&gt;
|ca&lt;br /&gt;
|-&lt;br /&gt;
|Cape Verde&lt;br /&gt;
|CV&lt;br /&gt;
|CPV&lt;br /&gt;
|cv&lt;br /&gt;
|-&lt;br /&gt;
|Cayman Islands&lt;br /&gt;
|KY&lt;br /&gt;
|CYM&lt;br /&gt;
|ky&lt;br /&gt;
|-&lt;br /&gt;
|Central African Republic&lt;br /&gt;
|CF&lt;br /&gt;
|CAF&lt;br /&gt;
|cf&lt;br /&gt;
|-&lt;br /&gt;
|Chad&lt;br /&gt;
|TD&lt;br /&gt;
|TCD&lt;br /&gt;
|td&lt;br /&gt;
|-&lt;br /&gt;
|Chile&lt;br /&gt;
|CL&lt;br /&gt;
|CHL&lt;br /&gt;
|cl&lt;br /&gt;
|-&lt;br /&gt;
|China&lt;br /&gt;
|CN&lt;br /&gt;
|CHN&lt;br /&gt;
|cn&lt;br /&gt;
|-&lt;br /&gt;
|Hong Kong, SAR China&lt;br /&gt;
|HK&lt;br /&gt;
|HKG&lt;br /&gt;
|hk&lt;br /&gt;
|-&lt;br /&gt;
|Macao, SAR China&lt;br /&gt;
|MO&lt;br /&gt;
|MAC&lt;br /&gt;
|mo&lt;br /&gt;
|-&lt;br /&gt;
|Christmas Island&lt;br /&gt;
|CX&lt;br /&gt;
|CXR&lt;br /&gt;
|cx&lt;br /&gt;
|-&lt;br /&gt;
|Cocos (Keeling) Islands&lt;br /&gt;
|CC&lt;br /&gt;
|CCK&lt;br /&gt;
|cc&lt;br /&gt;
|-&lt;br /&gt;
|Colombia&lt;br /&gt;
|CO&lt;br /&gt;
|COL&lt;br /&gt;
|co&lt;br /&gt;
|-&lt;br /&gt;
|Comoros&lt;br /&gt;
|KM&lt;br /&gt;
|COM&lt;br /&gt;
|km&lt;br /&gt;
|-&lt;br /&gt;
|Congo (Brazzaville)&lt;br /&gt;
|CG&lt;br /&gt;
|COG&lt;br /&gt;
|cg&lt;br /&gt;
|-&lt;br /&gt;
|Congo, (Kinshasa)&lt;br /&gt;
|CD&lt;br /&gt;
|COD&lt;br /&gt;
|cd&lt;br /&gt;
|-&lt;br /&gt;
|Cook Islands&lt;br /&gt;
|CK&lt;br /&gt;
|COK&lt;br /&gt;
|ck&lt;br /&gt;
|-&lt;br /&gt;
|Costa Rica&lt;br /&gt;
|CR&lt;br /&gt;
|CRI&lt;br /&gt;
|cr&lt;br /&gt;
|-&lt;br /&gt;
|Côte d&#039;Ivoire&lt;br /&gt;
|CI&lt;br /&gt;
|CIV&lt;br /&gt;
|ci&lt;br /&gt;
|-&lt;br /&gt;
|Croatia&lt;br /&gt;
|HR&lt;br /&gt;
|HRV&lt;br /&gt;
|hr&lt;br /&gt;
|-&lt;br /&gt;
|Cuba&lt;br /&gt;
|CU&lt;br /&gt;
|CUB&lt;br /&gt;
|cu&lt;br /&gt;
|-&lt;br /&gt;
|Cyprus&lt;br /&gt;
|CY&lt;br /&gt;
|CYP&lt;br /&gt;
|cy&lt;br /&gt;
|-&lt;br /&gt;
|Czech Republic&lt;br /&gt;
|CZ&lt;br /&gt;
|CZE&lt;br /&gt;
|cz&lt;br /&gt;
|-&lt;br /&gt;
|Denmark&lt;br /&gt;
|DK&lt;br /&gt;
|DNK&lt;br /&gt;
|dk&lt;br /&gt;
|-&lt;br /&gt;
|Djibouti&lt;br /&gt;
|DJ&lt;br /&gt;
|DJI&lt;br /&gt;
|dj&lt;br /&gt;
|-&lt;br /&gt;
|Dominica&lt;br /&gt;
|DM&lt;br /&gt;
|DMA&lt;br /&gt;
|dm&lt;br /&gt;
|-&lt;br /&gt;
|Dominican Republic&lt;br /&gt;
|DO&lt;br /&gt;
|DOM&lt;br /&gt;
|do&lt;br /&gt;
|-&lt;br /&gt;
|Ecuador&lt;br /&gt;
|EC&lt;br /&gt;
|ECU&lt;br /&gt;
|ec&lt;br /&gt;
|-&lt;br /&gt;
|Egypt&lt;br /&gt;
|EG&lt;br /&gt;
|EGY&lt;br /&gt;
|eg&lt;br /&gt;
|-&lt;br /&gt;
|El Salvador&lt;br /&gt;
|SV&lt;br /&gt;
|SLV&lt;br /&gt;
|sv&lt;br /&gt;
|-&lt;br /&gt;
|Equatorial Guinea&lt;br /&gt;
|GQ&lt;br /&gt;
|GNQ&lt;br /&gt;
|gq&lt;br /&gt;
|-&lt;br /&gt;
|Eritrea&lt;br /&gt;
|ER&lt;br /&gt;
|ERI&lt;br /&gt;
|er&lt;br /&gt;
|-&lt;br /&gt;
|Estonia&lt;br /&gt;
|EE&lt;br /&gt;
|EST&lt;br /&gt;
|ee&lt;br /&gt;
|-&lt;br /&gt;
|Ethiopia&lt;br /&gt;
|ET&lt;br /&gt;
|ETH&lt;br /&gt;
|et&lt;br /&gt;
|-&lt;br /&gt;
|Falkland Islands (Malvinas)&lt;br /&gt;
|FK&lt;br /&gt;
|FLK&lt;br /&gt;
|fk&lt;br /&gt;
|-&lt;br /&gt;
|Faroe Islands&lt;br /&gt;
|FO&lt;br /&gt;
|FRO&lt;br /&gt;
|fo&lt;br /&gt;
|-&lt;br /&gt;
|Fiji&lt;br /&gt;
|FJ&lt;br /&gt;
|FJI&lt;br /&gt;
|fj&lt;br /&gt;
|-&lt;br /&gt;
|Finland&lt;br /&gt;
|FI&lt;br /&gt;
|FIN&lt;br /&gt;
|fi&lt;br /&gt;
|-&lt;br /&gt;
|France&lt;br /&gt;
|FR&lt;br /&gt;
|FRA&lt;br /&gt;
|fr&lt;br /&gt;
|-&lt;br /&gt;
|French Guiana&lt;br /&gt;
|GF&lt;br /&gt;
|GUF&lt;br /&gt;
|gf&lt;br /&gt;
|-&lt;br /&gt;
|French Polynesia&lt;br /&gt;
|PF&lt;br /&gt;
|PYF&lt;br /&gt;
|pf&lt;br /&gt;
|-&lt;br /&gt;
|French Southern Territories&lt;br /&gt;
|TF&lt;br /&gt;
|ATF&lt;br /&gt;
|tf&lt;br /&gt;
|-&lt;br /&gt;
|Gabon&lt;br /&gt;
|GA&lt;br /&gt;
|GAB&lt;br /&gt;
|ga&lt;br /&gt;
|-&lt;br /&gt;
|Gambia&lt;br /&gt;
|GM&lt;br /&gt;
|GMB&lt;br /&gt;
|gm&lt;br /&gt;
|-&lt;br /&gt;
|Georgia&lt;br /&gt;
|GE&lt;br /&gt;
|GEO&lt;br /&gt;
|ge&lt;br /&gt;
|-&lt;br /&gt;
|Germany&lt;br /&gt;
|DE&lt;br /&gt;
|DEU&lt;br /&gt;
|de&lt;br /&gt;
|-&lt;br /&gt;
|Ghana&lt;br /&gt;
|GH&lt;br /&gt;
|GHA&lt;br /&gt;
|gh&lt;br /&gt;
|-&lt;br /&gt;
|Gibraltar&lt;br /&gt;
|GI&lt;br /&gt;
|GIB&lt;br /&gt;
|gi&lt;br /&gt;
|-&lt;br /&gt;
|Greece&lt;br /&gt;
|GR&lt;br /&gt;
|GRC&lt;br /&gt;
|gr&lt;br /&gt;
|-&lt;br /&gt;
|Greenland&lt;br /&gt;
|GL&lt;br /&gt;
|GRL&lt;br /&gt;
|gl&lt;br /&gt;
|-&lt;br /&gt;
|Grenada&lt;br /&gt;
|GD&lt;br /&gt;
|GRD&lt;br /&gt;
|gd&lt;br /&gt;
|-&lt;br /&gt;
|Guadeloupe&lt;br /&gt;
|GP&lt;br /&gt;
|GLP&lt;br /&gt;
|gp&lt;br /&gt;
|-&lt;br /&gt;
|Guam&lt;br /&gt;
|GU&lt;br /&gt;
|GUM&lt;br /&gt;
|gu&lt;br /&gt;
|-&lt;br /&gt;
|Guatemala&lt;br /&gt;
|GT&lt;br /&gt;
|GTM&lt;br /&gt;
|gt&lt;br /&gt;
|-&lt;br /&gt;
|Guernsey&lt;br /&gt;
|GG&lt;br /&gt;
|GGY&lt;br /&gt;
|gg&lt;br /&gt;
|-&lt;br /&gt;
|Guinea&lt;br /&gt;
|GN&lt;br /&gt;
|GIN&lt;br /&gt;
|gn&lt;br /&gt;
|-&lt;br /&gt;
|Guinea-Bissau&lt;br /&gt;
|GW&lt;br /&gt;
|GNB&lt;br /&gt;
|gw&lt;br /&gt;
|-&lt;br /&gt;
|Guyana&lt;br /&gt;
|GY&lt;br /&gt;
|GUY&lt;br /&gt;
|gy&lt;br /&gt;
|-&lt;br /&gt;
|Haiti&lt;br /&gt;
|HT&lt;br /&gt;
|HTI&lt;br /&gt;
|ht&lt;br /&gt;
|-&lt;br /&gt;
|Heard and Mcdonald Islands&lt;br /&gt;
|HM&lt;br /&gt;
|HMD&lt;br /&gt;
|hm&lt;br /&gt;
|-&lt;br /&gt;
|Holy See (Vatican City State)&lt;br /&gt;
|VA&lt;br /&gt;
|VAT&lt;br /&gt;
|va&lt;br /&gt;
|-&lt;br /&gt;
|Honduras&lt;br /&gt;
|HN&lt;br /&gt;
|HND&lt;br /&gt;
|hn&lt;br /&gt;
|-&lt;br /&gt;
|Hungary&lt;br /&gt;
|HU&lt;br /&gt;
|HUN&lt;br /&gt;
|hu&lt;br /&gt;
|-&lt;br /&gt;
|Iceland&lt;br /&gt;
|IS&lt;br /&gt;
|ISL&lt;br /&gt;
|is&lt;br /&gt;
|-&lt;br /&gt;
|India&lt;br /&gt;
|IN&lt;br /&gt;
|IND&lt;br /&gt;
|in&lt;br /&gt;
|-&lt;br /&gt;
|Indonesia&lt;br /&gt;
|ID&lt;br /&gt;
|IDN&lt;br /&gt;
|id&lt;br /&gt;
|-&lt;br /&gt;
|Iran, Islamic Republic of&lt;br /&gt;
|IR&lt;br /&gt;
|IRN&lt;br /&gt;
|ir&lt;br /&gt;
|-&lt;br /&gt;
|Iraq&lt;br /&gt;
|IQ&lt;br /&gt;
|IRQ&lt;br /&gt;
|iq&lt;br /&gt;
|-&lt;br /&gt;
|Ireland&lt;br /&gt;
|IE&lt;br /&gt;
|IRL&lt;br /&gt;
|ie&lt;br /&gt;
|-&lt;br /&gt;
|Isle of Man&lt;br /&gt;
|IM&lt;br /&gt;
|IMN&lt;br /&gt;
|im&lt;br /&gt;
|-&lt;br /&gt;
|Israel&lt;br /&gt;
|IL&lt;br /&gt;
|ISR&lt;br /&gt;
|il&lt;br /&gt;
|-&lt;br /&gt;
|Italy&lt;br /&gt;
|IT&lt;br /&gt;
|ITA&lt;br /&gt;
|it&lt;br /&gt;
|-&lt;br /&gt;
|Jamaica&lt;br /&gt;
|JM&lt;br /&gt;
|JAM&lt;br /&gt;
|jm&lt;br /&gt;
|-&lt;br /&gt;
|Japan&lt;br /&gt;
|JP&lt;br /&gt;
|JPN&lt;br /&gt;
|jp&lt;br /&gt;
|-&lt;br /&gt;
|Jersey&lt;br /&gt;
|JE&lt;br /&gt;
|JEY&lt;br /&gt;
|je&lt;br /&gt;
|-&lt;br /&gt;
|Jordan&lt;br /&gt;
|JO&lt;br /&gt;
|JOR&lt;br /&gt;
|jo&lt;br /&gt;
|-&lt;br /&gt;
|Kazakhstan&lt;br /&gt;
|KZ&lt;br /&gt;
|KAZ&lt;br /&gt;
|kz&lt;br /&gt;
|-&lt;br /&gt;
|Kenya&lt;br /&gt;
|KE&lt;br /&gt;
|KEN&lt;br /&gt;
|ke&lt;br /&gt;
|-&lt;br /&gt;
|Kiribati&lt;br /&gt;
|KI&lt;br /&gt;
|KIR&lt;br /&gt;
|ki&lt;br /&gt;
|-&lt;br /&gt;
|Korea (North)&lt;br /&gt;
|KP&lt;br /&gt;
|PRK&lt;br /&gt;
|kp&lt;br /&gt;
|-&lt;br /&gt;
|Korea (South)&lt;br /&gt;
|KR&lt;br /&gt;
|KOR&lt;br /&gt;
|kr&lt;br /&gt;
|-&lt;br /&gt;
|Kuwait&lt;br /&gt;
|KW&lt;br /&gt;
|KWT&lt;br /&gt;
|kw&lt;br /&gt;
|-&lt;br /&gt;
|Kyrgyzstan&lt;br /&gt;
|KG&lt;br /&gt;
|KGZ&lt;br /&gt;
|kg&lt;br /&gt;
|-&lt;br /&gt;
|Lao PDR&lt;br /&gt;
|LA&lt;br /&gt;
|LAO&lt;br /&gt;
|la&lt;br /&gt;
|-&lt;br /&gt;
|Latvia&lt;br /&gt;
|LV&lt;br /&gt;
|LVA&lt;br /&gt;
|lv&lt;br /&gt;
|-&lt;br /&gt;
|Lebanon&lt;br /&gt;
|LB&lt;br /&gt;
|LBN&lt;br /&gt;
|lb&lt;br /&gt;
|-&lt;br /&gt;
|Lesotho&lt;br /&gt;
|LS&lt;br /&gt;
|LSO&lt;br /&gt;
|ls&lt;br /&gt;
|-&lt;br /&gt;
|Liberia&lt;br /&gt;
|LR&lt;br /&gt;
|LBR&lt;br /&gt;
|lr&lt;br /&gt;
|-&lt;br /&gt;
|Libya&lt;br /&gt;
|LY&lt;br /&gt;
|LBY&lt;br /&gt;
|ly&lt;br /&gt;
|-&lt;br /&gt;
|Liechtenstein&lt;br /&gt;
|LI&lt;br /&gt;
|LIE&lt;br /&gt;
|li&lt;br /&gt;
|-&lt;br /&gt;
|Lithuania&lt;br /&gt;
|LT&lt;br /&gt;
|LTU&lt;br /&gt;
|lt&lt;br /&gt;
|-&lt;br /&gt;
|Luxembourg&lt;br /&gt;
|LU&lt;br /&gt;
|LUX&lt;br /&gt;
|lu&lt;br /&gt;
|-&lt;br /&gt;
|Macedonia, Republic of&lt;br /&gt;
|MK&lt;br /&gt;
|MKD&lt;br /&gt;
|mk&lt;br /&gt;
|-&lt;br /&gt;
|Madagascar&lt;br /&gt;
|MG&lt;br /&gt;
|MDG&lt;br /&gt;
|mg&lt;br /&gt;
|-&lt;br /&gt;
|Malawi&lt;br /&gt;
|MW&lt;br /&gt;
|MWI&lt;br /&gt;
|mw&lt;br /&gt;
|-&lt;br /&gt;
|Malaysia&lt;br /&gt;
|MY&lt;br /&gt;
|MYS&lt;br /&gt;
|my&lt;br /&gt;
|-&lt;br /&gt;
|Maldives&lt;br /&gt;
|MV&lt;br /&gt;
|MDV&lt;br /&gt;
|mv&lt;br /&gt;
|-&lt;br /&gt;
|Mali&lt;br /&gt;
|ML&lt;br /&gt;
|MLI&lt;br /&gt;
|ml&lt;br /&gt;
|-&lt;br /&gt;
|Malta&lt;br /&gt;
|MT&lt;br /&gt;
|MLT&lt;br /&gt;
|mt&lt;br /&gt;
|-&lt;br /&gt;
|Marshall Islands&lt;br /&gt;
|MH&lt;br /&gt;
|MHL&lt;br /&gt;
|mh&lt;br /&gt;
|-&lt;br /&gt;
|Martinique&lt;br /&gt;
|MQ&lt;br /&gt;
|MTQ&lt;br /&gt;
|mq&lt;br /&gt;
|-&lt;br /&gt;
|Mauritania&lt;br /&gt;
|MR&lt;br /&gt;
|MRT&lt;br /&gt;
|mr&lt;br /&gt;
|-&lt;br /&gt;
|Mauritius&lt;br /&gt;
|MU&lt;br /&gt;
|MUS&lt;br /&gt;
|mu&lt;br /&gt;
|-&lt;br /&gt;
|Mayotte&lt;br /&gt;
|YT&lt;br /&gt;
|MYT&lt;br /&gt;
|yt&lt;br /&gt;
|-&lt;br /&gt;
|Mexico&lt;br /&gt;
|MX&lt;br /&gt;
|MEX&lt;br /&gt;
|mx&lt;br /&gt;
|-&lt;br /&gt;
|Micronesia, Federated States of&lt;br /&gt;
|FM&lt;br /&gt;
|FSM&lt;br /&gt;
|fm&lt;br /&gt;
|-&lt;br /&gt;
|Moldova&lt;br /&gt;
|MD&lt;br /&gt;
|MDA&lt;br /&gt;
|md&lt;br /&gt;
|-&lt;br /&gt;
|Monaco&lt;br /&gt;
|MC&lt;br /&gt;
|MCO&lt;br /&gt;
|mc&lt;br /&gt;
|-&lt;br /&gt;
|Mongolia&lt;br /&gt;
|MN&lt;br /&gt;
|MNG&lt;br /&gt;
|mn&lt;br /&gt;
|-&lt;br /&gt;
|Montenegro&lt;br /&gt;
|ME&lt;br /&gt;
|MNE&lt;br /&gt;
|me&lt;br /&gt;
|-&lt;br /&gt;
|Montserrat&lt;br /&gt;
|MS&lt;br /&gt;
|MSR&lt;br /&gt;
|ms&lt;br /&gt;
|-&lt;br /&gt;
|Morocco&lt;br /&gt;
|MA&lt;br /&gt;
|MAR&lt;br /&gt;
|ma&lt;br /&gt;
|-&lt;br /&gt;
|Mozambique&lt;br /&gt;
|MZ&lt;br /&gt;
|MOZ&lt;br /&gt;
|mz&lt;br /&gt;
|-&lt;br /&gt;
|Myanmar&lt;br /&gt;
|MM&lt;br /&gt;
|MMR&lt;br /&gt;
|mm&lt;br /&gt;
|-&lt;br /&gt;
|Namibia&lt;br /&gt;
|NA&lt;br /&gt;
|NAM&lt;br /&gt;
|na&lt;br /&gt;
|-&lt;br /&gt;
|Nauru&lt;br /&gt;
|NR&lt;br /&gt;
|NRU&lt;br /&gt;
|nr&lt;br /&gt;
|-&lt;br /&gt;
|Nepal&lt;br /&gt;
|NP&lt;br /&gt;
|NPL&lt;br /&gt;
|np&lt;br /&gt;
|-&lt;br /&gt;
|Netherlands&lt;br /&gt;
|NL&lt;br /&gt;
|NLD&lt;br /&gt;
|nl&lt;br /&gt;
|-&lt;br /&gt;
|Netherlands Antilles&lt;br /&gt;
|AN&lt;br /&gt;
|ANT&lt;br /&gt;
|an&lt;br /&gt;
|-&lt;br /&gt;
|New Caledonia&lt;br /&gt;
|NC&lt;br /&gt;
|NCL&lt;br /&gt;
|nc&lt;br /&gt;
|-&lt;br /&gt;
|New Zealand&lt;br /&gt;
|NZ&lt;br /&gt;
|NZL&lt;br /&gt;
|nz&lt;br /&gt;
|-&lt;br /&gt;
|Nicaragua&lt;br /&gt;
|NI&lt;br /&gt;
|NIC&lt;br /&gt;
|ni&lt;br /&gt;
|-&lt;br /&gt;
|Niger&lt;br /&gt;
|NE&lt;br /&gt;
|NER&lt;br /&gt;
|ne&lt;br /&gt;
|-&lt;br /&gt;
|Nigeria&lt;br /&gt;
|NG&lt;br /&gt;
|NGA&lt;br /&gt;
|ng&lt;br /&gt;
|-&lt;br /&gt;
|Niue&lt;br /&gt;
|NU&lt;br /&gt;
|NIU&lt;br /&gt;
|nu&lt;br /&gt;
|-&lt;br /&gt;
|Norfolk Island&lt;br /&gt;
|NF&lt;br /&gt;
|NFK&lt;br /&gt;
|nf&lt;br /&gt;
|-&lt;br /&gt;
|Northern Mariana Islands&lt;br /&gt;
|MP&lt;br /&gt;
|MNP&lt;br /&gt;
|mp&lt;br /&gt;
|-&lt;br /&gt;
|Norway&lt;br /&gt;
|NO&lt;br /&gt;
|NOR&lt;br /&gt;
|no&lt;br /&gt;
|-&lt;br /&gt;
|Oman&lt;br /&gt;
|OM&lt;br /&gt;
|OMN&lt;br /&gt;
|om&lt;br /&gt;
|-&lt;br /&gt;
|Pakistan&lt;br /&gt;
|PK&lt;br /&gt;
|PAK&lt;br /&gt;
|pk&lt;br /&gt;
|-&lt;br /&gt;
|Palau&lt;br /&gt;
|PW&lt;br /&gt;
|PLW&lt;br /&gt;
|pw&lt;br /&gt;
|-&lt;br /&gt;
|Palestinian Territory&lt;br /&gt;
|PS&lt;br /&gt;
|PSE&lt;br /&gt;
|ps&lt;br /&gt;
|-&lt;br /&gt;
|Panama&lt;br /&gt;
|PA&lt;br /&gt;
|PAN&lt;br /&gt;
|pa&lt;br /&gt;
|-&lt;br /&gt;
|Papua New Guinea&lt;br /&gt;
|PG&lt;br /&gt;
|PNG&lt;br /&gt;
|pg&lt;br /&gt;
|-&lt;br /&gt;
|Paraguay&lt;br /&gt;
|PY&lt;br /&gt;
|PRY&lt;br /&gt;
|py&lt;br /&gt;
|-&lt;br /&gt;
|Peru&lt;br /&gt;
|PE&lt;br /&gt;
|PER&lt;br /&gt;
|pe&lt;br /&gt;
|-&lt;br /&gt;
|Philippines&lt;br /&gt;
|PH&lt;br /&gt;
|PHL&lt;br /&gt;
|ph&lt;br /&gt;
|-&lt;br /&gt;
|Pitcairn&lt;br /&gt;
|PN&lt;br /&gt;
|PCN&lt;br /&gt;
|pn&lt;br /&gt;
|-&lt;br /&gt;
|Poland&lt;br /&gt;
|PL&lt;br /&gt;
|POL&lt;br /&gt;
|pl&lt;br /&gt;
|-&lt;br /&gt;
|Portugal&lt;br /&gt;
|PT&lt;br /&gt;
|PRT&lt;br /&gt;
|pt&lt;br /&gt;
|-&lt;br /&gt;
|Puerto Rico&lt;br /&gt;
|PR&lt;br /&gt;
|PRI&lt;br /&gt;
|pr&lt;br /&gt;
|-&lt;br /&gt;
|Qatar&lt;br /&gt;
|QA&lt;br /&gt;
|QAT&lt;br /&gt;
|qa&lt;br /&gt;
|-&lt;br /&gt;
|Réunion&lt;br /&gt;
|RE&lt;br /&gt;
|REU&lt;br /&gt;
|re&lt;br /&gt;
|-&lt;br /&gt;
|Romania&lt;br /&gt;
|RO&lt;br /&gt;
|ROU&lt;br /&gt;
|ro&lt;br /&gt;
|-&lt;br /&gt;
|Russian Federation&lt;br /&gt;
|RU&lt;br /&gt;
|RUS&lt;br /&gt;
|ru&lt;br /&gt;
|-&lt;br /&gt;
|Rwanda&lt;br /&gt;
|RW&lt;br /&gt;
|RWA&lt;br /&gt;
|rw&lt;br /&gt;
|-&lt;br /&gt;
|Saint-Barthélemy&lt;br /&gt;
|BL&lt;br /&gt;
|BLM&lt;br /&gt;
|bl&lt;br /&gt;
|-&lt;br /&gt;
|Saint Helena&lt;br /&gt;
|SH&lt;br /&gt;
|SHN&lt;br /&gt;
|sh&lt;br /&gt;
|-&lt;br /&gt;
|Saint Kitts and Nevis&lt;br /&gt;
|KN&lt;br /&gt;
|KNA&lt;br /&gt;
|kn&lt;br /&gt;
|-&lt;br /&gt;
|Saint Lucia&lt;br /&gt;
|LC&lt;br /&gt;
|LCA&lt;br /&gt;
|lc&lt;br /&gt;
|-&lt;br /&gt;
|Saint-Martin (French part)&lt;br /&gt;
|MF&lt;br /&gt;
|MAF&lt;br /&gt;
|mf&lt;br /&gt;
|-&lt;br /&gt;
|Saint Pierre and Miquelon&lt;br /&gt;
|PM&lt;br /&gt;
|SPM&lt;br /&gt;
|pm&lt;br /&gt;
|-&lt;br /&gt;
|Saint Vincent and Grenadines&lt;br /&gt;
|VC&lt;br /&gt;
|VCT&lt;br /&gt;
|vc&lt;br /&gt;
|-&lt;br /&gt;
|Samoa&lt;br /&gt;
|WS&lt;br /&gt;
|WSM&lt;br /&gt;
|ws&lt;br /&gt;
|-&lt;br /&gt;
|San Marino&lt;br /&gt;
|SM&lt;br /&gt;
|SMR&lt;br /&gt;
|sm&lt;br /&gt;
|-&lt;br /&gt;
|Sao Tome and Principe&lt;br /&gt;
|ST&lt;br /&gt;
|STP&lt;br /&gt;
|st&lt;br /&gt;
|-&lt;br /&gt;
|Saudi Arabia&lt;br /&gt;
|SA&lt;br /&gt;
|SAU&lt;br /&gt;
|sa&lt;br /&gt;
|-&lt;br /&gt;
|Senegal&lt;br /&gt;
|SN&lt;br /&gt;
|SEN&lt;br /&gt;
|sn&lt;br /&gt;
|-&lt;br /&gt;
|Serbia&lt;br /&gt;
|RS&lt;br /&gt;
|SRB&lt;br /&gt;
|rs&lt;br /&gt;
|-&lt;br /&gt;
|Seychelles&lt;br /&gt;
|SC&lt;br /&gt;
|SYC&lt;br /&gt;
|sc&lt;br /&gt;
|-&lt;br /&gt;
|Sierra Leone&lt;br /&gt;
|SL&lt;br /&gt;
|SLE&lt;br /&gt;
|sl&lt;br /&gt;
|-&lt;br /&gt;
|Singapore&lt;br /&gt;
|SG&lt;br /&gt;
|SGP&lt;br /&gt;
|sg&lt;br /&gt;
|-&lt;br /&gt;
|Slovakia&lt;br /&gt;
|SK&lt;br /&gt;
|SVK&lt;br /&gt;
|sk&lt;br /&gt;
|-&lt;br /&gt;
|Slovenia&lt;br /&gt;
|SI&lt;br /&gt;
|SVN&lt;br /&gt;
|si&lt;br /&gt;
|-&lt;br /&gt;
|Solomon Islands&lt;br /&gt;
|SB&lt;br /&gt;
|SLB&lt;br /&gt;
|sb&lt;br /&gt;
|-&lt;br /&gt;
|Somalia&lt;br /&gt;
|SO&lt;br /&gt;
|SOM&lt;br /&gt;
|so&lt;br /&gt;
|-&lt;br /&gt;
|South Africa&lt;br /&gt;
|ZA&lt;br /&gt;
|ZAF&lt;br /&gt;
|za&lt;br /&gt;
|-&lt;br /&gt;
|South Georgia and the South Sandwich Islands&lt;br /&gt;
|GS&lt;br /&gt;
|SGS&lt;br /&gt;
|gs&lt;br /&gt;
|-&lt;br /&gt;
|South Sudan&lt;br /&gt;
|SS&lt;br /&gt;
|SSD&lt;br /&gt;
|ss&lt;br /&gt;
|-&lt;br /&gt;
|Spain&lt;br /&gt;
|ES&lt;br /&gt;
|ESP&lt;br /&gt;
|es&lt;br /&gt;
|-&lt;br /&gt;
|Sri Lanka&lt;br /&gt;
|LK&lt;br /&gt;
|LKA&lt;br /&gt;
|lk&lt;br /&gt;
|-&lt;br /&gt;
|Sudan&lt;br /&gt;
|SD&lt;br /&gt;
|SDN&lt;br /&gt;
|sd&lt;br /&gt;
|-&lt;br /&gt;
|Suriname&lt;br /&gt;
|SR&lt;br /&gt;
|SUR&lt;br /&gt;
|sr&lt;br /&gt;
|-&lt;br /&gt;
|Svalbard and Jan Mayen Islands&lt;br /&gt;
|SJ&lt;br /&gt;
|SJM&lt;br /&gt;
|sj&lt;br /&gt;
|-&lt;br /&gt;
|Swaziland&lt;br /&gt;
|SZ&lt;br /&gt;
|SWZ&lt;br /&gt;
|sz&lt;br /&gt;
|-&lt;br /&gt;
|Sweden&lt;br /&gt;
|SE&lt;br /&gt;
|SWE&lt;br /&gt;
|se&lt;br /&gt;
|-&lt;br /&gt;
|Switzerland&lt;br /&gt;
|CH&lt;br /&gt;
|CHE&lt;br /&gt;
|ch&lt;br /&gt;
|-&lt;br /&gt;
|Syrian Arab Republic (Syria)&lt;br /&gt;
|SY&lt;br /&gt;
|SYR&lt;br /&gt;
|sy&lt;br /&gt;
|-&lt;br /&gt;
|Taiwan, Republic of China&lt;br /&gt;
|TW&lt;br /&gt;
|TWN&lt;br /&gt;
|tw&lt;br /&gt;
|-&lt;br /&gt;
|Tajikistan&lt;br /&gt;
|TJ&lt;br /&gt;
|TJK&lt;br /&gt;
|tj&lt;br /&gt;
|-&lt;br /&gt;
|Tanzania, United Republic of&lt;br /&gt;
|TZ&lt;br /&gt;
|TZA&lt;br /&gt;
|tz&lt;br /&gt;
|-&lt;br /&gt;
|Thailand&lt;br /&gt;
|TH&lt;br /&gt;
|THA&lt;br /&gt;
|th&lt;br /&gt;
|-&lt;br /&gt;
|Timor-Leste&lt;br /&gt;
|TL&lt;br /&gt;
|TLS&lt;br /&gt;
|tl&lt;br /&gt;
|-&lt;br /&gt;
|Togo&lt;br /&gt;
|TG&lt;br /&gt;
|TGO&lt;br /&gt;
|tg&lt;br /&gt;
|-&lt;br /&gt;
|Tokelau&lt;br /&gt;
|TK&lt;br /&gt;
|TKL&lt;br /&gt;
|tk&lt;br /&gt;
|-&lt;br /&gt;
|Tonga&lt;br /&gt;
|TO&lt;br /&gt;
|TON&lt;br /&gt;
|to&lt;br /&gt;
|-&lt;br /&gt;
|Trinidad and Tobago&lt;br /&gt;
|TT&lt;br /&gt;
|TTO&lt;br /&gt;
|tt&lt;br /&gt;
|-&lt;br /&gt;
|Tunisia&lt;br /&gt;
|TN&lt;br /&gt;
|TUN&lt;br /&gt;
|tn&lt;br /&gt;
|-&lt;br /&gt;
|Turkey&lt;br /&gt;
|TR&lt;br /&gt;
|TUR&lt;br /&gt;
|tr&lt;br /&gt;
|-&lt;br /&gt;
|Turkmenistan&lt;br /&gt;
|TM&lt;br /&gt;
|TKM&lt;br /&gt;
|tm&lt;br /&gt;
|-&lt;br /&gt;
|Turks and Caicos Islands&lt;br /&gt;
|TC&lt;br /&gt;
|TCA&lt;br /&gt;
|tc&lt;br /&gt;
|-&lt;br /&gt;
|Tuvalu&lt;br /&gt;
|TV&lt;br /&gt;
|TUV&lt;br /&gt;
|tv&lt;br /&gt;
|-&lt;br /&gt;
|Uganda&lt;br /&gt;
|UG&lt;br /&gt;
|UGA&lt;br /&gt;
|ug&lt;br /&gt;
|-&lt;br /&gt;
|Ukraine&lt;br /&gt;
|UA&lt;br /&gt;
|UKR&lt;br /&gt;
|ua&lt;br /&gt;
|-&lt;br /&gt;
|United Arab Emirates&lt;br /&gt;
|AE&lt;br /&gt;
|ARE&lt;br /&gt;
|ae&lt;br /&gt;
|-&lt;br /&gt;
|United Kingdom&lt;br /&gt;
|GB&lt;br /&gt;
|GBR&lt;br /&gt;
|gb&lt;br /&gt;
|-&lt;br /&gt;
|United States of America&lt;br /&gt;
|US&lt;br /&gt;
|USA&lt;br /&gt;
|us&lt;br /&gt;
|-&lt;br /&gt;
|US Minor Outlying Islands&lt;br /&gt;
|UM&lt;br /&gt;
|UMI&lt;br /&gt;
|um&lt;br /&gt;
|-&lt;br /&gt;
|Uruguay&lt;br /&gt;
|UY&lt;br /&gt;
|URY&lt;br /&gt;
|uy&lt;br /&gt;
|-&lt;br /&gt;
|Uzbekistan&lt;br /&gt;
|UZ&lt;br /&gt;
|UZB&lt;br /&gt;
|uz&lt;br /&gt;
|-&lt;br /&gt;
|Vanuatu&lt;br /&gt;
|VU&lt;br /&gt;
|VUT&lt;br /&gt;
|vu&lt;br /&gt;
|-&lt;br /&gt;
|Venezuela (Bolivarian Republic)&lt;br /&gt;
|VE&lt;br /&gt;
|VEN&lt;br /&gt;
|ve&lt;br /&gt;
|-&lt;br /&gt;
|Viet Nam&lt;br /&gt;
|VN&lt;br /&gt;
|VNM&lt;br /&gt;
|vn&lt;br /&gt;
|-&lt;br /&gt;
|Virgin Islands, US&lt;br /&gt;
|VI&lt;br /&gt;
|VIR&lt;br /&gt;
|vi&lt;br /&gt;
|-&lt;br /&gt;
|Wallis and Futuna Islands&lt;br /&gt;
|WF&lt;br /&gt;
|WLF&lt;br /&gt;
|wf&lt;br /&gt;
|-&lt;br /&gt;
|Western Sahara&lt;br /&gt;
|EH&lt;br /&gt;
|ESH&lt;br /&gt;
|eh&lt;br /&gt;
|-&lt;br /&gt;
|Yemen&lt;br /&gt;
|YE&lt;br /&gt;
|YEM&lt;br /&gt;
|ye&lt;br /&gt;
|-&lt;br /&gt;
|Zambia&lt;br /&gt;
|ZM&lt;br /&gt;
|ZMB&lt;br /&gt;
|zm&lt;br /&gt;
|-&lt;br /&gt;
|Zimbabwe&lt;br /&gt;
|ZW&lt;br /&gt;
|ZWE&lt;br /&gt;
|zw&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Hover_on_question_text&amp;diff=230007</id>
		<title>Hover on question text</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Hover_on_question_text&amp;diff=230007"/>
		<updated>2017-06-22T04:40:22Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want to show a hiding text of a question text&#039;s part with mouseover like below:&lt;br /&gt;
[[File:Result 1.png|none|thumb|1034x1034px]]&lt;br /&gt;
[[File:Result 2.png|none|thumb|1072x1072px]]&lt;br /&gt;
&lt;br /&gt;
It is easy with following solution.&lt;br /&gt;
&lt;br /&gt;
=== 1. Create your hiding text and put it on html element with an id ===&lt;br /&gt;
&#039;&#039;please remember that you must have an id.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
eg: &amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p id=&amp;quot;myid&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;this will be shown when you hover on question text&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
see below screenshot:&lt;br /&gt;
[[File:Hover text .png|none|thumb|1092x1092px]]&lt;br /&gt;
&lt;br /&gt;
=== 2. Copy following code and paste it into javascript tab on your question with changing the id on it ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;js&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
function injectStyles(rule) {&lt;br /&gt;
    var div = $(&amp;quot;&amp;lt;div /&amp;gt;&amp;quot;, {&lt;br /&gt;
        html: &#039;&amp;amp;shy;&amp;lt;style&amp;gt;&#039; + rule + &#039;&amp;lt;/style&amp;gt;&#039;&lt;br /&gt;
    }).appendTo(&amp;quot;body&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
injectStyles(&#039;.cg-ui-text #myid { display: none; } .cg-ui-text:hover #myid,.cg-ui-text:focus #myid { display: block; }&#039;);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;please see screenshot to get more:&lt;br /&gt;
[[File:Hover js.png|none|thumb|976x976px]]&lt;br /&gt;
&lt;br /&gt;
=== 3. Save, test and get a nice result. ===&lt;br /&gt;
&lt;br /&gt;
The end of documentation.&lt;br /&gt;
[[Category:Questionnaire]]&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Hover_on_question_text&amp;diff=230005</id>
		<title>Hover on question text</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Hover_on_question_text&amp;diff=230005"/>
		<updated>2017-06-22T04:34:43Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want to show a hiding text of a question text&#039;s part with mouseover like below:&lt;br /&gt;
[[File:Result 1.png|none|thumb|1034x1034px]]&lt;br /&gt;
[[File:Result 2.png|none|thumb|1072x1072px]]&lt;br /&gt;
&lt;br /&gt;
It is easy with following solution.&lt;br /&gt;
&lt;br /&gt;
=== 1. Create your hiding text and put it on html element with an id ===&lt;br /&gt;
&#039;&#039;please remember that you must have an id.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
eg: &amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p id=&amp;quot;myid&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;this will be shown when you hover on question text&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
see below shotscreen:&lt;br /&gt;
[[File:Hover text .png|none|thumb|1092x1092px]]&lt;br /&gt;
&lt;br /&gt;
=== 2. Copy following code and paste it into javascript tab on your question with changing the id on it ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;js&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
function injectStyles(rule) {&lt;br /&gt;
    var div = $(&amp;quot;&amp;lt;div /&amp;gt;&amp;quot;, {&lt;br /&gt;
        html: &#039;&amp;amp;shy;&amp;lt;style&amp;gt;&#039; + rule + &#039;&amp;lt;/style&amp;gt;&#039;&lt;br /&gt;
    }).appendTo(&amp;quot;body&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
injectStyles(&#039;.cg-ui-text #myid { display: none; } .cg-ui-text:hover #myid,.cg-ui-text:focus #myid { display: block; }&#039;);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;please see shotscreen to get more:&lt;br /&gt;
[[File:Hover js.png|none|thumb|976x976px]]&lt;br /&gt;
&lt;br /&gt;
=== 3. Save, test and get a nice result. ===&lt;br /&gt;
&lt;br /&gt;
The end of documentation.&lt;br /&gt;
[[Category:Questionnaire]]&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Hover_on_question_text&amp;diff=229978</id>
		<title>Hover on question text</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Hover_on_question_text&amp;diff=229978"/>
		<updated>2017-06-21T13:56:47Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want to show a hiding text of a question text&#039;s part with mouseover like below:&lt;br /&gt;
[[File:Result 1.png|none|thumb|1034x1034px]]&lt;br /&gt;
[[File:Result 2.png|none|thumb|1072x1072px]]&lt;br /&gt;
&lt;br /&gt;
It is easy with following solution.&lt;br /&gt;
&lt;br /&gt;
=== 1. Create your hiding text and put it on html element with an id ===&lt;br /&gt;
&#039;&#039;please remember that you must have an id.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
see below shotscreen:&lt;br /&gt;
[[File:Hover text .png|none|thumb|1092x1092px]]&lt;br /&gt;
&lt;br /&gt;
=== 2. Copy following code and paste it into javascript tab on your question with changing the id on it ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;js&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
function injectStyles(rule) {&lt;br /&gt;
    var div = $(&amp;quot;&amp;lt;div /&amp;gt;&amp;quot;, {&lt;br /&gt;
        html: &#039;&amp;amp;shy;&amp;lt;style&amp;gt;&#039; + rule + &#039;&amp;lt;/style&amp;gt;&#039;&lt;br /&gt;
    }).appendTo(&amp;quot;body&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
injectStyles(&#039;.cg-ui-text #myid { display: none; } .cg-ui-text:hover #myid,.cg-ui-text:focus #myid { display: block; }&#039;);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;please see shotscreen to get more:&lt;br /&gt;
[[File:Hover js.png|none|thumb|976x976px]]&lt;br /&gt;
&lt;br /&gt;
=== 3. Save, test and get a nice result. ===&lt;br /&gt;
&lt;br /&gt;
The end of documentation.&lt;br /&gt;
[[Category:Questionnaire]]&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Hover_on_question_text&amp;diff=229977</id>
		<title>Hover on question text</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Hover_on_question_text&amp;diff=229977"/>
		<updated>2017-06-21T13:55:36Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want to show a hiding text of a question text&#039;s part with mouseover like below:&lt;br /&gt;
[[File:Result 1.png|none|thumb|1034x1034px]]&lt;br /&gt;
[[File:Result 2.png|none|thumb|1072x1072px]]&lt;br /&gt;
&lt;br /&gt;
It is easy with following solution.&lt;br /&gt;
&lt;br /&gt;
=== 1. Create your hiding text and put it on html element with an id ===&lt;br /&gt;
&#039;&#039;please remember that you must have an id.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
see below shotscreen:&lt;br /&gt;
[[File:Hover text .png|none|thumb|1092x1092px]]&lt;br /&gt;
&lt;br /&gt;
=== 2. Copy following code and paste it into javascript tab on your question with changing the id on it ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;js&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
function injectStyles(rule) {&lt;br /&gt;
    var div = $(&amp;quot;&amp;lt;div /&amp;gt;&amp;quot;, {&lt;br /&gt;
        html: &#039;&amp;amp;shy;&amp;lt;style&amp;gt;&#039; + rule + &#039;&amp;lt;/style&amp;gt;&#039;&lt;br /&gt;
    }).appendTo(&amp;quot;body&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
injectStyles(&#039;.cg-ui-text #myid { display: none; } .cg-ui-text:hover #myid,.cg-ui-text:focus #myid { display: block; }&#039;);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;please see shotscreen to get more:&lt;br /&gt;
[[File:Hover js.png|none|thumb|976x976px]]&lt;br /&gt;
&lt;br /&gt;
=== 3. Save, test and get a nice result. ===&lt;br /&gt;
&lt;br /&gt;
The end of documentation.&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Hover_js.png&amp;diff=229976</id>
		<title>File:Hover js.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Hover_js.png&amp;diff=229976"/>
		<updated>2017-06-21T13:54:57Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hover js&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Result_2.png&amp;diff=229975</id>
		<title>File:Result 2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Result_2.png&amp;diff=229975"/>
		<updated>2017-06-21T13:52:16Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Result 2&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Result_1.png&amp;diff=229974</id>
		<title>File:Result 1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Result_1.png&amp;diff=229974"/>
		<updated>2017-06-21T13:51:30Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Result 1&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Hover_text_.png&amp;diff=229973</id>
		<title>File:Hover text .png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Hover_text_.png&amp;diff=229973"/>
		<updated>2017-06-21T13:48:54Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;the demo text&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Hover_on_question_text&amp;diff=229972</id>
		<title>Hover on question text</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Hover_on_question_text&amp;diff=229972"/>
		<updated>2017-06-21T13:47:36Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: Created page with &amp;quot;If you want to show a hiding text of a question text&amp;#039;s part with mouseover  It is easy with following solution.  === 1. Create your hiding text and put it on html element with...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want to show a hiding text of a question text&#039;s part with mouseover&lt;br /&gt;
&lt;br /&gt;
It is easy with following solution.&lt;br /&gt;
&lt;br /&gt;
=== 1. Create your hiding text and put it on html element with an id ===&lt;br /&gt;
&#039;&#039;please remember that you must have an id.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
see below shotscreen:&lt;br /&gt;
&lt;br /&gt;
=== 2. Copy following code and paste it into javascript tab on your question with changing the id on it ===&lt;br /&gt;
&lt;br /&gt;
=== 3. Save, test and get a nice result. ===&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Selecting_language_page_solution&amp;diff=229943</id>
		<title>Selecting language page solution</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Selecting_language_page_solution&amp;diff=229943"/>
		<updated>2017-06-05T04:17:21Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want the respondents can select the language of questionnaire by a single question instead of language bar. And also, you can put the flag of those language.&amp;lt;br /&amp;gt;&lt;br /&gt;
This solution will help you do that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Note: In this guide, we create for 4 languages.&lt;br /&gt;
&lt;br /&gt;
==== 1. Preparing ====&lt;br /&gt;
You need to have the flag of their countries (optional), the iso-code of their languages&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
English(UK) has iso-code “en-GB”&lt;br /&gt;
&lt;br /&gt;
Danish has iso-code “da-DK”&lt;br /&gt;
&lt;br /&gt;
etc.&lt;br /&gt;
&lt;br /&gt;
==== 2. Creating single question for this ====&lt;br /&gt;
Let’s create a single question with options that has value, flag image and text.&lt;br /&gt;
&lt;br /&gt;
The value what you need to use for JS code.&lt;br /&gt;
&lt;br /&gt;
With the flag image, you must upload to image tab of questionnaire, then you get it’s link and insert to option text.&lt;br /&gt;
[[File:Adding-image.png|thumb|none]]This shotscreen will show you when we added information into single question:&lt;br /&gt;
[[File:Singlequestion.png|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
==== 3. Creating the JS code ====&lt;br /&gt;
When you finished completely the single question, you should prepare a code like below:&amp;lt;syntaxhighlight lang=&amp;quot;js&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
Question.bind(&#039;afterShowQuestion&#039;, function(ev, question, jqe) {&lt;br /&gt;
   $(&#039;.cg-ui-answer-option&#039;).addClass(&#039;multilang&#039;);&lt;br /&gt;
   $(&#039;.multilang&#039;).click(function(){&lt;br /&gt;
     var t= $(this).find(&#039;.cg-ui-text&#039;)[0];&lt;br /&gt;
     var lang = $(t).text().trim();&lt;br /&gt;
     var isoCode;&lt;br /&gt;
     var va; &lt;br /&gt;
      switch(lang)&lt;br /&gt;
      {&lt;br /&gt;
         case &#039;United Kingdom&#039;:&lt;br /&gt;
            isoCode = &amp;quot;en-GB&amp;quot;;&lt;br /&gt;
          	va = 1;&lt;br /&gt;
            break;&lt;br /&gt;
         case &#039;Danish&#039;:&lt;br /&gt;
            isoCode = &amp;quot;da-DK&amp;quot;;&lt;br /&gt;
          	va = 2;&lt;br /&gt;
            break;&lt;br /&gt;
         case &#039;Icelandic&#039;:&lt;br /&gt;
            isoCode = &amp;quot;is-IS&amp;quot;;&lt;br /&gt;
          	va = 3;&lt;br /&gt;
            break;&lt;br /&gt;
         case &#039;Polish&#039;:&lt;br /&gt;
            isoCode = &amp;quot;pl-PL&amp;quot;;&lt;br /&gt;
          	va = 4;&lt;br /&gt;
            break;&lt;br /&gt;
          /*&lt;br /&gt;
          // there are codes that you should copy them for each languages&lt;br /&gt;
          case &#039;New language name&#039;:&lt;br /&gt;
            isoCode = &amp;quot;New language iso code&amp;quot;;&lt;br /&gt;
          	va = &amp;lt;value of new language&#039;s answer option&amp;gt;;&lt;br /&gt;
            break;&lt;br /&gt;
          &lt;br /&gt;
          */&lt;br /&gt;
         default:&lt;br /&gt;
            break;&lt;br /&gt;
      }&lt;br /&gt;
      $(&#039;#questionnaire-viewer&#039;).controller().changeLanguage(isoCode);&lt;br /&gt;
      question.attr(&#039;answer&#039;,va);&lt;br /&gt;
   });&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
[[File:Codejs.png|none|thumb]]&lt;br /&gt;
You can add more or remove the set of code lines like we mark.&lt;br /&gt;
&lt;br /&gt;
==== 4. Adding more languages for questionnaire ====&lt;br /&gt;
We have completed this for a language, then let’s copy for other languages.&lt;br /&gt;
&lt;br /&gt;
On questionnaire’s properties, you select the languages which you used for and added in single question, then click “Update language” button.&lt;br /&gt;
[[File:Add languages.png|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
==== 5. Testing ====&lt;br /&gt;
Testing is done by simply pressing the “Preview” button. Alternatively, you can find the test-link for the questionnaire, by right clicking on a questionnaire in the menu, holding your mouse above the “action” menu, and clicking “information”. This opens an information box, which includes the test link.&lt;br /&gt;
&lt;br /&gt;
You can select language options, and see the changes of questionnaire.&lt;br /&gt;
&lt;br /&gt;
==== End of document. ====&lt;br /&gt;
[[Category:Questionnaire]]&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Selecting_language_page_solution&amp;diff=229942</id>
		<title>Selecting language page solution</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Selecting_language_page_solution&amp;diff=229942"/>
		<updated>2017-06-05T04:13:38Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: /* 1. Preparing: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want the respondents can select the language of questionnaire by a single question instead of language bar. And also, you can put the flag of those language.&amp;lt;br /&amp;gt;&lt;br /&gt;
This solution will help you do that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Note: In this guide, we create for 4 languages.&lt;br /&gt;
&lt;br /&gt;
==== 1. Preparing ====&lt;br /&gt;
You need to have the flag of their countries (optional), the iso-code of their languages&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
English(UK) has iso-code “en-GB”&lt;br /&gt;
&lt;br /&gt;
Danish has iso-code “da-DK”&lt;br /&gt;
&lt;br /&gt;
etc.&lt;br /&gt;
&lt;br /&gt;
==== 2. Creating single question for this ====&lt;br /&gt;
Let’s create a single question with options that has value, flag image and text.&lt;br /&gt;
&lt;br /&gt;
The value what you need to use for JS code.&lt;br /&gt;
&lt;br /&gt;
With the flag image, you must upload to image tab of questionnaire, then you get it’s link and insert to option text.&lt;br /&gt;
[[File:Adding-image.png|thumb|none]]This shotscreen will show you when we added information into single question:&lt;br /&gt;
[[File:Singlequestion.png|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
==== 3. Creating the JS code ====&lt;br /&gt;
When you finished completely the single question, you should prepare a code like below:&amp;lt;syntaxhighlight lang=&amp;quot;js&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
Question.bind(&#039;afterShowQuestion&#039;, function(ev, question, jqe) {&lt;br /&gt;
   $(&#039;.cg-ui-answer-option&#039;).addClass(&#039;multilang&#039;);&lt;br /&gt;
   $(&#039;.multilang&#039;).click(function(){&lt;br /&gt;
     var t= $(this).find(&#039;.cg-ui-text&#039;)[0];&lt;br /&gt;
     var lang = $(t).text().trim();&lt;br /&gt;
     var isoCode;&lt;br /&gt;
     var va; &lt;br /&gt;
      switch(lang)&lt;br /&gt;
      {&lt;br /&gt;
         case &#039;United Kingdom&#039;:&lt;br /&gt;
            isoCode = &amp;quot;en-GB&amp;quot;;&lt;br /&gt;
          	va = 1;&lt;br /&gt;
            break;&lt;br /&gt;
         case &#039;Danish&#039;:&lt;br /&gt;
            isoCode = &amp;quot;da-DK&amp;quot;;&lt;br /&gt;
          	va = 2;&lt;br /&gt;
            break;&lt;br /&gt;
         case &#039;Icelandic&#039;:&lt;br /&gt;
            isoCode = &amp;quot;is-IS&amp;quot;;&lt;br /&gt;
          	va = 3;&lt;br /&gt;
            break;&lt;br /&gt;
         case &#039;Polish&#039;:&lt;br /&gt;
            isoCode = &amp;quot;pl-PL&amp;quot;;&lt;br /&gt;
          	va = 4;&lt;br /&gt;
            break;&lt;br /&gt;
          /*&lt;br /&gt;
          // there are codes that you should copy them for each languages&lt;br /&gt;
          case &#039;New language name&#039;:&lt;br /&gt;
            isoCode = &amp;quot;New language iso code&amp;quot;;&lt;br /&gt;
          	va = &amp;lt;value of new language&#039;s answer option&amp;gt;;&lt;br /&gt;
            break;&lt;br /&gt;
          &lt;br /&gt;
          */&lt;br /&gt;
         default:&lt;br /&gt;
            break;&lt;br /&gt;
      }&lt;br /&gt;
      $(&#039;#questionnaire-viewer&#039;).controller().changeLanguage(isoCode);&lt;br /&gt;
      question.attr(&#039;answer&#039;,va);&lt;br /&gt;
   });&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
[[File:Codejs.png|none|thumb]]&lt;br /&gt;
You can add more or remove the set of code lines like we mark.&lt;br /&gt;
&lt;br /&gt;
==== 4. Adding more languages for questionnaire ====&lt;br /&gt;
We have completed this for a language, then let’s copy for other languages.&lt;br /&gt;
&lt;br /&gt;
On questionnaire’s properties, you select the languages which you used for and added in single question, then click “Update language” button.&lt;br /&gt;
[[File:Add languages.png|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
==== 5. Testing ====&lt;br /&gt;
Testing is done by simply pressing the “Preview” button. Alternatively, you can find the test-link for the questionnaire, by right clicking on a questionnaire in the menu, holding your mouse above the “action” menu, and clicking “information”. This opens an information box, which includes the test link.&lt;br /&gt;
&lt;br /&gt;
You can select language options, and see the changes of questionnaire.&lt;br /&gt;
&lt;br /&gt;
==== End of document. ====&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Selecting_language_page_solution&amp;diff=229941</id>
		<title>Selecting language page solution</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Selecting_language_page_solution&amp;diff=229941"/>
		<updated>2017-06-05T04:12:53Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you want the respondents can select the language of questionnaire by a single question instead of language bar. And also, you can put the flag of those language.&amp;lt;br /&amp;gt;&lt;br /&gt;
This solution will help you do that.&amp;lt;br /&amp;gt;&lt;br /&gt;
Note: In this guide, we create for 4 languages.&lt;br /&gt;
&lt;br /&gt;
==== 1. Preparing: ====&lt;br /&gt;
You need to have the flag of their countries (optional), the iso-code of their languages&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
English(UK) has iso-code “en-GB”&lt;br /&gt;
&lt;br /&gt;
Danish has iso-code “da-DK”&lt;br /&gt;
&lt;br /&gt;
etc.&lt;br /&gt;
&lt;br /&gt;
==== 2. Creating single question for this: ====&lt;br /&gt;
Let’s create a single question with options that has value, flag image and text.&lt;br /&gt;
&lt;br /&gt;
The value what you need to use for JS code.&lt;br /&gt;
&lt;br /&gt;
With the flag image, you must upload to image tab of questionnaire, then you get it’s link and insert to option text.&lt;br /&gt;
[[File:Adding-image.png|thumb|none]]This shotscreen will show you when we added information into single question:&lt;br /&gt;
[[File:Singlequestion.png|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
==== 3. Creating the JS code: ====&lt;br /&gt;
When you finished completely the single question, you should prepare a code like below:&amp;lt;syntaxhighlight lang=&amp;quot;js&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
Question.bind(&#039;afterShowQuestion&#039;, function(ev, question, jqe) {&lt;br /&gt;
   $(&#039;.cg-ui-answer-option&#039;).addClass(&#039;multilang&#039;);&lt;br /&gt;
   $(&#039;.multilang&#039;).click(function(){&lt;br /&gt;
     var t= $(this).find(&#039;.cg-ui-text&#039;)[0];&lt;br /&gt;
     var lang = $(t).text().trim();&lt;br /&gt;
     var isoCode;&lt;br /&gt;
     var va; &lt;br /&gt;
      switch(lang)&lt;br /&gt;
      {&lt;br /&gt;
         case &#039;United Kingdom&#039;:&lt;br /&gt;
            isoCode = &amp;quot;en-GB&amp;quot;;&lt;br /&gt;
          	va = 1;&lt;br /&gt;
            break;&lt;br /&gt;
         case &#039;Danish&#039;:&lt;br /&gt;
            isoCode = &amp;quot;da-DK&amp;quot;;&lt;br /&gt;
          	va = 2;&lt;br /&gt;
            break;&lt;br /&gt;
         case &#039;Icelandic&#039;:&lt;br /&gt;
            isoCode = &amp;quot;is-IS&amp;quot;;&lt;br /&gt;
          	va = 3;&lt;br /&gt;
            break;&lt;br /&gt;
         case &#039;Polish&#039;:&lt;br /&gt;
            isoCode = &amp;quot;pl-PL&amp;quot;;&lt;br /&gt;
          	va = 4;&lt;br /&gt;
            break;&lt;br /&gt;
          /*&lt;br /&gt;
          // there are codes that you should copy them for each languages&lt;br /&gt;
          case &#039;New language name&#039;:&lt;br /&gt;
            isoCode = &amp;quot;New language iso code&amp;quot;;&lt;br /&gt;
          	va = &amp;lt;value of new language&#039;s answer option&amp;gt;;&lt;br /&gt;
            break;&lt;br /&gt;
          &lt;br /&gt;
          */&lt;br /&gt;
         default:&lt;br /&gt;
            break;&lt;br /&gt;
      }&lt;br /&gt;
      $(&#039;#questionnaire-viewer&#039;).controller().changeLanguage(isoCode);&lt;br /&gt;
      question.attr(&#039;answer&#039;,va);&lt;br /&gt;
   });&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
[[File:Codejs.png|none|thumb]]&lt;br /&gt;
You can add more or remove the set of code lines like we mark.&lt;br /&gt;
&lt;br /&gt;
==== 4. Adding more languages for questionnaire: ====&lt;br /&gt;
We have completed this for a language, then let’s copy for other languages.&lt;br /&gt;
&lt;br /&gt;
On questionnaire’s properties, you select the languages which you used for and added in single question, then click “Update language” button.&lt;br /&gt;
[[File:Add languages.png|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
==== 5. Testing ====&lt;br /&gt;
Testing is done by simply pressing the “Preview” button. Alternatively, you can find the test-link for the questionnaire, by right clicking on a questionnaire in the menu, holding your mouse above the “action” menu, and clicking “information”. This opens an information box, which includes the test link.&lt;br /&gt;
&lt;br /&gt;
You can select language options, and see the changes of questionnaire.&lt;br /&gt;
&lt;br /&gt;
==== End of document. ====&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Add_languages.png&amp;diff=229940</id>
		<title>File:Add languages.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Add_languages.png&amp;diff=229940"/>
		<updated>2017-06-05T04:11:56Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;step 4&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Codejs.png&amp;diff=229939</id>
		<title>File:Codejs.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Codejs.png&amp;diff=229939"/>
		<updated>2017-06-05T04:09:57Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;step 3&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=File:Singlequestion.png&amp;diff=229938</id>
		<title>File:Singlequestion.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=File:Singlequestion.png&amp;diff=229938"/>
		<updated>2017-06-05T04:07:27Z</updated>

		<summary type="html">&lt;p&gt;Hovietluu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;step 2&lt;/div&gt;</summary>
		<author><name>Hovietluu</name></author>
	</entry>
</feed>