<?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?id_rubrique=21&amp;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>Documentation</title>
		<link>https://extensions.sondages.pro/development-and-example/show-message-on-public-part-rendermessage/documentation</link>
		<guid isPermaLink="true">https://extensions.sondages.pro/development-and-example/show-message-on-public-part-rendermessage/documentation</guid>
		<dc:date>2017-01-27T22:49:19Z</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 a plugin dev to quickly show a message anywhere on surveys. Showing a complete message and end the page or just display a flash message. &lt;br class='autobr' /&gt; This plugin offer 2 functions for other plugin, after activation : render and flashMessage. Plugin are tested on LimeSurvey 2.62.0, and must work partially on lesser version. On lesser version, only renderMessage is available. &lt;br class='autobr' /&gt;
render a message in your plugin &lt;br class='autobr' /&gt;
To show a message to a public user and quit after, simply use this part of (&#8230;)&lt;/p&gt;


-
&lt;a href="https://extensions.sondages.pro/development-and-example/show-message-on-public-part-rendermessage/documentation" rel="directory"&gt;Show message on public part : renderMessage&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Documentation</title>
		<link>https://extensions.sondages.pro/development-and-example/extend-remotecontrol-api/documentation</link>
		<guid isPermaLink="true">https://extensions.sondages.pro/development-and-example/extend-remotecontrol-api/documentation</guid>
		<dc:date>2015-07-31T12:36:52Z</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 add a function to remote control, this function show information on user used for remote control. &lt;br class='autobr' /&gt; New url for remote control. &lt;br class='autobr' /&gt;
This plugin add a new url for remote control API. You can see it at plugin parameters. &lt;br class='autobr' /&gt;
Add a new function &lt;br class='autobr' /&gt;
Currently the plugin have only three function : &lt;br class='autobr' /&gt; get_meshow some information about current user hasGlobalPermissionreturn a boolean : did the remote user have this permission hasSurveyPermissionreturn a boolean : did the remote user have (&#8230;)&lt;/p&gt;


-
&lt;a href="https://extensions.sondages.pro/development-and-example/extend-remotecontrol-api/documentation" rel="directory"&gt;new function in RemoteControl API&lt;/a&gt;


		</description>



		

	</item>



</channel>

</rss>
