<?xml
version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel xml:lang="en">
	<title>Extend LimeSurvey</title>
	<link>https://extensions.sondages.pro/</link>
	<description>We offer plugin and extensions for LimeSurvey.
LimeSurvey core developer, we can adapt the LimeSurvey core system to your need and make plugins for you.</description>
	<language>en</language>
	<generator>SPIP - www.spip.net</generator>
	<atom:link href="https://extensions.sondages.pro/spip.php?page=backend" rel="self" type="application/rss+xml" />

	<image>
		<title>Extend LimeSurvey</title>
		<url>https://extensions.sondages.pro/local/cache-vignettes/L144xH108/siteon0-8726b.png?1772437126</url>
		<link>https://extensions.sondages.pro/</link>
		<height>108</height>
		<width>144</width>
	</image>



<item xml:lang="en">
		<title>Documentation</title>
		<link>https://extensions.sondages.pro/development-and-example/limempdf/documentation</link>
		<guid isPermaLink="true">https://extensions.sondages.pro/development-and-example/limempdf/documentation</guid>
		<dc:date>2019-05-06T11:02:13Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Denis Chenu</dc:creator>



		<description>
&lt;p&gt;Learn how to use mPDF inside your plugin for LimeSurvey. &lt;br class='autobr' /&gt; Basic usage &lt;br class='autobr' /&gt;
Inside your plugin you can directly create a pdf document. &lt;br class='autobr' /&gt;
$html = &#034; &lt;br class='autobr' /&gt;
Some HTML to put in your PDF.&#034;; $limeMpdfHelper = new \limeMpdf\helper\limeMpdfHelper(); /* Send pdf file to browser for download */ $limeMpdfHelper-&gt;doPdfContent($html); &lt;br class='autobr' /&gt;
For the pdf, plugin use twig files. The PDF generated use header.twig for the header, body.twig for content and footer.twig for footer. This twig files is inside (&#8230;)&lt;/p&gt;


-
&lt;a href="https://extensions.sondages.pro/development-and-example/limempdf/documentation" rel="directory"&gt;limeMpdf&lt;/a&gt;


		</description>



		
		<enclosure url="https://extensions.sondages.pro/IMG/pdf/demo_of_limempdf.pdf" length="176303" type="application/pdf" />
		

	</item>
<item xml:lang="en">
		<title>Documentation</title>
		<link>https://extensions.sondages.pro/development-and-example/reloadanyresponse-allow-user-to-reload-response/documentation</link>
		<guid isPermaLink="true">https://extensions.sondages.pro/development-and-example/reloadanyresponse-allow-user-to-reload-response/documentation</guid>
		<dc:date>2019-02-28T12:46:47Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Denis Chenu</dc:creator>



		<description>
&lt;p&gt;This plugin allow (in some condition) any user to reload any response. User can be an administrator or not, survey can have token or not, survey can be anonymous or not &#8230; , Can be used alone or as an helper for other plugins. &lt;br class='autobr' /&gt; Using the plugin alone &lt;br class='autobr' /&gt;
Using this plugin alone is only useful for administrators. By default : an administrator can reload any response using the response ID. &lt;br class='autobr' /&gt;
You can activate the creation of the unique access code by survey, then any user knowing this access (&#8230;)&lt;/p&gt;


-
&lt;a href="https://extensions.sondages.pro/development-and-example/reloadanyresponse-allow-user-to-reload-response/documentation" rel="directory"&gt;reloadAnyResponse : allow user to reload response&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Documentation</title>
		<link>https://extensions.sondages.pro/development-and-example/toolssmartdomdocument/documentation</link>
		<guid isPermaLink="true">https://extensions.sondages.pro/development-and-example/toolssmartdomdocument/documentation</guid>
		<dc:date>2019-02-20T16:21:50Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Denis Chenu</dc:creator>



		<description>
&lt;p&gt;This plugin include a new Class easily callable by another plugin. Usage &lt;br class='autobr' /&gt;
The primary purpose is to manipulate HTML just before shown. Exemple of usage for beforeQuestionRender ANSWERS. Not using regexp, because find id or element in HTML is more stable. &lt;br class='autobr' /&gt;
The class can be easily imported using $dom = new \toolsDomDocument\SmartDOMDocument();. After 2 function extend php DOMDocument are added. loadPartialHTML : to load the HTML of answers saveHTMLExact : to get exact HTML updated.Download (&#8230;)&lt;/p&gt;


-
&lt;a href="https://extensions.sondages.pro/development-and-example/toolssmartdomdocument/documentation" rel="directory"&gt;toolsSmartDomDocument&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Discussion and tips.</title>
		<link>https://extensions.sondages.pro/themes-and-templates/skelvanilla-a11y-and-usuability/discussion-and-tips</link>
		<guid isPermaLink="true">https://extensions.sondages.pro/themes-and-templates/skelvanilla-a11y-and-usuability/discussion-and-tips</guid>
		<dc:date>2019-02-19T16:56:48Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Denis Chenu</dc:creator>



		<description>
&lt;p&gt;Free forum for discussion. &lt;br class='autobr' /&gt;
No assistance is made on this forum. If you have specific need : please use contact form for professional assistance. &lt;br class='autobr' /&gt; Free space for discussion, if you have tips or idea, feel free to use this space. &lt;br class='autobr' /&gt;
For issue and new feature : please use gitlab issue.&lt;/p&gt;


-
&lt;a href="https://extensions.sondages.pro/themes-and-templates/skelvanilla-a11y-and-usuability/article/documentation" rel="directory"&gt;SkelVanilla : a11y and usuability&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Download</title>
		<link>https://extensions.sondages.pro/themes-and-templates/skelvanilla-a11y-and-usuability/download</link>
		<guid isPermaLink="true">https://extensions.sondages.pro/themes-and-templates/skelvanilla-a11y-and-usuability/download</guid>
		<dc:date>2019-02-19T16:55:04Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Denis Chenu</dc:creator>



		<description>
&lt;p&gt;You can download SkelVanilla in one zip file to be imported in your own installation. You can download it via git. Download SkelVanilla in a zip file (updated each nigth) SkelVanilla.zip &lt;br class='autobr' /&gt;
cd /limesurvey-directory/upload/themes/survey wget https://dl.sondages.pro/skelvanilla.zip unzip skelvanilla.zip Fork it via GIT git clone https://gitlab.com/SondagesPro/SurveyThemes/skelvanilla.git &lt;br class='autobr' /&gt;
cd /limesurvey-directory/upload/themes/survey git clone (&#8230;)&lt;/p&gt;


-
&lt;a href="https://extensions.sondages.pro/themes-and-templates/skelvanilla-a11y-and-usuability/article/documentation" rel="directory"&gt;SkelVanilla : a11y and usuability&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Documentation</title>
		<link>https://extensions.sondages.pro/themes-and-templates/skelvanilla-a11y-and-usuability/article/documentation</link>
		<guid isPermaLink="true">https://extensions.sondages.pro/themes-and-templates/skelvanilla-a11y-and-usuability/article/documentation</guid>
		<dc:date>2019-02-19T16:49:58Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Denis Chenu</dc:creator>



		<description>
&lt;p&gt;Review of some SkelVanilla improvement and options. &lt;br class='autobr' /&gt;
Some functionality can be checked on Test du theme SkelVanilla et de ses fonctionnalit&#233;, Test du theme SkelVanilla sans validation directe or Skelvanilla group in group with columns &lt;br class='autobr' /&gt;
You can test yourself theme options on Sample survey with Fruity theme on SkelVanilla. &lt;br class='autobr' /&gt;
A complete theme with improvement on aria labelledby and describedby, using clean HTML to be more updatable. &lt;br class='autobr' /&gt;
More contrast allow better compatibility with WCAG 2.0. (&#8230;)&lt;/p&gt;


-
&lt;a href="https://extensions.sondages.pro/themes-and-templates/skelvanilla-a11y-and-usuability/article/documentation" rel="directory"&gt;SkelVanilla : a11y and usuability&lt;/a&gt;


		</description>



		
		<enclosure url="https://extensions.sondages.pro/IMG/png/01-base.png" length="47069" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/02-button.png" length="50664" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/03-awesome.png" length="49376" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/04-button_awesome.png" length="51063" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/11-well-wrapper.png" length="54014" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/12-panel-wrapper.png" length="55357" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/table-no-more-table.png" length="14334" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/table-table-fixed.png" length="12846" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/skelvanilla-validity-01.png" length="25380" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/skelvanilla-validity-02.png" length="20812" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/skelvanilla-validity-03.png" length="6462" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/skelvanilla-validity-04.png" length="7144" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/skelvanillaadvancedclassusage-1.png" length="42437" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/skelvanillaadvancedclassusage-2.png" length="41589" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/skelvanillaadvancedclassusage-3.png" length="42655" type="image/png" />
		
		<enclosure url="https://extensions.sondages.pro/IMG/png/skelvanillaadvancedclassusage-4.png" length="40496" type="image/png" />
		

	</item>
<item xml:lang="en">
		<title>Discussion and tips</title>
		<link>https://extensions.sondages.pro/participant-information/registerquick/discussion-and-tips</link>
		<guid isPermaLink="true">https://extensions.sondages.pro/participant-information/registerquick/discussion-and-tips</guid>
		<dc:date>2017-10-07T15:13:04Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Denis Chenu</dc:creator>



		<description>
&lt;p&gt;No assistance is made on this forum. If you have specific need : please use contact form for professional assistance. &lt;br class='autobr' /&gt; Free space for discussion, if you have tip feel free to use this space. &lt;br class='autobr' /&gt;
For bug report, use git issues on framagit or git issues on github, for patch use git merge request on framagit or github. &lt;br class='autobr' /&gt;
For translation, use our translation tool.&lt;/p&gt;


-
&lt;a href="https://extensions.sondages.pro/participant-information/registerquick/documentation" rel="directory"&gt;registerQuick&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Download</title>
		<link>https://extensions.sondages.pro/participant-information/registerquick/download</link>
		<guid isPermaLink="true">https://extensions.sondages.pro/participant-information/registerquick/download</guid>
		<dc:date>2017-10-07T15:09:05Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Denis Chenu</dc:creator>



		<description>
&lt;p&gt;You can download registerQuick in one zip file to be unzipped in your own LimeSurvey installation or fork it via GIT. Download registerQuick in a zip file (updated each nigth) registerQuick.zip &lt;br class='autobr' /&gt;
cd /limesurvey-directory/plugins/ wget http://extensions.sondages.pro/IMG/auto/registerQuick.zip unzip registerQuick.zip Fork it via GIT git clone https://framagit.org/SondagePro-LimeSurvey-plugin/registerQuick.git git clone https://github.com/SondagesPro/registerQuick.git registerQuick &lt;br class='autobr' /&gt;
cd (&#8230;)&lt;/p&gt;


-
&lt;a href="https://extensions.sondages.pro/participant-information/registerquick/documentation" rel="directory"&gt;registerQuick&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Documentation</title>
		<link>https://extensions.sondages.pro/participant-information/registerquick/documentation</link>
		<guid isPermaLink="true">https://extensions.sondages.pro/participant-information/registerquick/documentation</guid>
		<dc:date>2017-10-07T15:06:25Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Denis Chenu</dc:creator>



		<description>
&lt;p&gt;The new registered participants can be redirect to the survey with the new token just after registering. This plugin is active only if survey have token and Allow public registration is set to on. &lt;br class='autobr' /&gt; All settings &lt;br class='autobr' /&gt; quickRegistering Use quick registering This activate usage of the plugin, only if the survey have tokens and regsiter is activated. emailValidation Email settings How the email is managed. You can choose between : show email as mandatory, show email but not mandatory or hide the (&#8230;)&lt;/p&gt;


-
&lt;a href="https://extensions.sondages.pro/participant-information/registerquick/documentation" rel="directory"&gt;registerQuick&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Discussion and tips</title>
		<link>https://extensions.sondages.pro/export-statistics-and-database/quick-statistics-panel-participation-and-satisfaction/discussion-and-tips</link>
		<guid isPermaLink="true">https://extensions.sondages.pro/export-statistics-and-database/quick-statistics-panel-participation-and-satisfaction/discussion-and-tips</guid>
		<dc:date>2017-07-17T12:37:43Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Denis Chenu</dc:creator>



		<description>
&lt;p&gt;Free forum for discussion. &lt;br class='autobr' /&gt;
No assistance is made on this forum. If you have specific need : please use contact form for professional assistance or support system for support ticket? &lt;br class='autobr' /&gt; Free space for discussion, if you have tip feel free to use this space. &lt;br class='autobr' /&gt;
For bug report, use git issues, for patch and merge git merge request&lt;/p&gt;


-
&lt;a href="https://extensions.sondages.pro/export-statistics-and-database/quick-statistics-panel-participation-and-satisfaction/documentation" rel="directory"&gt;Quick statistics panel : Participation And Satisfaction&lt;/a&gt;


		</description>



		

	</item>



</channel>

</rss>
