<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.limesurvey.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aesteban</id>
	<title>LimeSurvey Manual - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.limesurvey.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aesteban"/>
	<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/Special:Contributions/Aesteban"/>
	<updated>2026-08-11T22:59:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=69103</id>
		<title>Audit log</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=69103"/>
		<updated>2016-10-05T21:20:21Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Audit log plugin creates a log of &#039;&#039;&#039;administration&#039;&#039;&#039; events in a specific table called &#039;&#039;&amp;lt;DB prefix&amp;gt;auditlog_log&#039;&#039;. The list of events that are logged is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Survey administrator is created or modified&lt;br /&gt;
* Survey administrator has logged in successfully&lt;br /&gt;
* Survey administrator has logged out&lt;br /&gt;
* Survey administrator try to log in but fail&lt;br /&gt;
* Survey administrator is deleted&lt;br /&gt;
* Survey participant is created or modified&lt;br /&gt;
* Survey participant is deleted&lt;br /&gt;
* Central database participant is created or modified&lt;br /&gt;
* Central database participant is deleted&lt;br /&gt;
* User permissions modifications&lt;br /&gt;
* Survey settings modifications&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Columns of &#039;&#039;auditlog_log&#039;&#039; table are:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* id : Integer incremental identifier of the event log&lt;br /&gt;
* created : Date and time of event log creation&lt;br /&gt;
* uid : Id of the user who performs the logged action&lt;br /&gt;
* entity : Entity of the object of the logged event (for example an user or a participant)&lt;br /&gt;
* entityid : Id of the object of previous column entity&lt;br /&gt;
* action : Name of the logged action (for example create, update, delete, afterSuccessfulLogin, etc)&lt;br /&gt;
* fields : Field names of the object of the action from previous column&lt;br /&gt;
* oldvalues : Old values of fields from previous column (for example in modifications)&lt;br /&gt;
* newvalues : New values of fields from previous column (for example in modifications). In case of logging events, this column content is the username.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case of login events (&#039;&#039;afterSuccessLogin&#039;&#039;, &#039;&#039;afterFailedLoginAttempt&#039;&#039; and &#039;&#039;beforeLogout&#039;&#039;) the contents of columns &#039;&#039;uid&#039;&#039; and &#039;&#039;entityid&#039;&#039; are the same: The &#039;&#039;uid&#039;&#039; of user loggin in or logging out. The &#039;&#039;username&#039;&#039; is in &#039;&#039;newValus&#039;&#039; column. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LS admin can configure which events are logged from this list by using the check boxes of plugin configuration page. Some of this events are related to specifics surveys. There is a specific configuration option for each survey in &#039;&#039;Survey settings -&amp;gt; General Settings -&amp;gt; General options -&amp;gt; Plugins -&amp;gt; Settings for plugin AuditLog -&amp;gt; Audit log for this survey&#039;&#039;. This configuration option allows to completely disable Audit log for specific surveys. If we want to log all events of a survey we have to enable all events in plugin configuration and we have to enable specific survey logging.&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=69102</id>
		<title>Audit log</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=69102"/>
		<updated>2016-10-05T21:19:11Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Audit log plugin creates a log of &#039;&#039;&#039;administration&#039;&#039;&#039; events in a specific table called &#039;&#039;&amp;lt;DB prefix&amp;gt;auditlog_log&#039;&#039;. The list of events that are logged is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* User is created or modified&lt;br /&gt;
* User has logged in successfully&lt;br /&gt;
* User has logged out&lt;br /&gt;
* User try to log in but fail&lt;br /&gt;
* User is deleted&lt;br /&gt;
* Survey participant is created or modified&lt;br /&gt;
* Survey participant is deleted&lt;br /&gt;
* Central database participant is created or modified&lt;br /&gt;
* Central database participant is deleted&lt;br /&gt;
* User permissions modifications&lt;br /&gt;
* Survey settings modifications&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Columns of &#039;&#039;auditlog_log&#039;&#039; table are:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* id : Integer incremental identifier of the event log&lt;br /&gt;
* created : Date and time of event log creation&lt;br /&gt;
* uid : Id of the user who performs the logged action&lt;br /&gt;
* entity : Entity of the object of the logged event (for example an user or a participant)&lt;br /&gt;
* entityid : Id of the object of previous column entity&lt;br /&gt;
* action : Name of the logged action (for example create, update, delete, afterSuccessfulLogin, etc)&lt;br /&gt;
* fields : Field names of the object of the action from previous column&lt;br /&gt;
* oldvalues : Old values of fields from previous column (for example in modifications)&lt;br /&gt;
* newvalues : New values of fields from previous column (for example in modifications). In case of logging events, this column content is the username.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case of login events (&#039;&#039;afterSuccessLogin&#039;&#039;, &#039;&#039;afterFailedLoginAttempt&#039;&#039; and &#039;&#039;beforeLogout&#039;&#039;) the contents of columns &#039;&#039;uid&#039;&#039; and &#039;&#039;entityid&#039;&#039; are the same: The &#039;&#039;uid&#039;&#039; of user loggin in or logging out. The &#039;&#039;username&#039;&#039; is in &#039;&#039;newValus&#039;&#039; column. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LS admin can configure which events are logged from this list by using the check boxes of plugin configuration page. Some of this events are related to specifics surveys. There is a specific configuration option for each survey in &#039;&#039;Survey settings -&amp;gt; General Settings -&amp;gt; General options -&amp;gt; Plugins -&amp;gt; Settings for plugin AuditLog -&amp;gt; Audit log for this survey&#039;&#039;. This configuration option allows to completely disable Audit log for specific surveys. If we want to log all events of a survey we have to enable all events in plugin configuration and we have to enable specific survey logging.&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=68274</id>
		<title>Audit log</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=68274"/>
		<updated>2016-06-27T17:39:40Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Audit log plugin creates a log of &#039;&#039;&#039;administration&#039;&#039;&#039; events in a specific table called &#039;&#039;&amp;lt;DB prefix&amp;gt;auditlog_log&#039;&#039;. The list of events that are logged is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* User is created or modified&lt;br /&gt;
* User has logged in successfully&lt;br /&gt;
* User has logged out&lt;br /&gt;
* User try to log but fail&lt;br /&gt;
* User is deleted&lt;br /&gt;
* Survey participant is created or modified&lt;br /&gt;
* Survey participant is deleted&lt;br /&gt;
* Central database participant is created or modified&lt;br /&gt;
* Central database participant is deleted&lt;br /&gt;
* User permissions modifications&lt;br /&gt;
* Survey settings modifications&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Columns of &#039;&#039;auditlog_log&#039;&#039; table are:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* id : Integer incremental identifier of the event log&lt;br /&gt;
* created : Date and time of event log creation&lt;br /&gt;
* uid : Id of the user who performs the logged action&lt;br /&gt;
* entity : Entity of the object of the logged event (for example an user or a participant)&lt;br /&gt;
* entityid : Id of the object of previous column entity&lt;br /&gt;
* action : Name of the logged action (for example create, update, delete, afterSuccessfulLogin, etc)&lt;br /&gt;
* fields : Field names of the object of the action from previous column&lt;br /&gt;
* oldvalues : Old values of fields from previous column (for example in modifications)&lt;br /&gt;
* newvalues : New values of fields from previous column (for example in modifications). In case of logging events, this column content is the username.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case of login events (&#039;&#039;afterSuccessLogin&#039;&#039;, &#039;&#039;afterFailedLoginAttempt&#039;&#039; and &#039;&#039;beforeLogout&#039;&#039;) the contents of columns &#039;&#039;uid&#039;&#039; and &#039;&#039;entityid&#039;&#039; are the same: The &#039;&#039;uid&#039;&#039; of user loggin in or logging out. The &#039;&#039;username&#039;&#039; is in &#039;&#039;newValus&#039;&#039; column. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LS admin can configure which events are logged from this list by using the check boxes of plugin configuration page. Some of this events are related to specifics surveys. There is a specific configuration option for each survey in &#039;&#039;Survey settings -&amp;gt; General Settings -&amp;gt; General options -&amp;gt; Plugins -&amp;gt; Settings for plugin AuditLog -&amp;gt; Audit log for this survey&#039;&#039;. This configuration option allows to completely disable Audit log for specific surveys. If we want to log all events of a survey we have to enable all events in plugin configuration and we have to enable specific survey logging.&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Plugins_-_advanced&amp;diff=68273</id>
		<title>Plugins - advanced</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Plugins_-_advanced&amp;diff=68273"/>
		<updated>2016-06-27T17:31:27Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
Starting from LimeSurvey 2.05, LimeSurvey will officially support plugins. Some plugins will be supported by the LimeSurvey team and will go into core. Some will be supported by others outside the LimeSurvey team. To help find them, check out the [[Available third party plugins]] and add your own plugin to it!&lt;br /&gt;
&lt;br /&gt;
Plugins allow users to customize the functionality of their installation while still being able to benefit from regular software updates.&lt;br /&gt;
&lt;br /&gt;
This documentation is meant for developers that are extending LimeSurvey for their own use or for their clients; end users will not be helped by this documentation.&lt;br /&gt;
&lt;br /&gt;
Plugins must implement the [https://github.com/LimeSurvey/LimeSurvey/blob/master/application/libraries/PluginManager/iPlugin.php iPlugin] interface. We recommend extending your plugin class from the [https://github.com/LimeSurvey/LimeSurvey/blob/master/application/libraries/PluginManager/PluginBase.php PluginBase] class. &lt;br /&gt;
&lt;br /&gt;
Plugins are developed around an [http://manual.limesurvey.org/Plugin_events event] mechanism.&lt;br /&gt;
&lt;br /&gt;
== Plugin settings ==&lt;br /&gt;
&lt;br /&gt;
By extending you benefit from common functionality required by plugins that we already have implemented for you. One of these function is the implementation of the getPluginSettings function. This function must return an array describing the configuration options for the user.&lt;br /&gt;
&lt;br /&gt;
The example plugin exposes just 1 configurable setting, the message it&#039;ll show.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
protected $settings = array(&lt;br /&gt;
    &#039;logo&#039; =&amp;gt; array(&lt;br /&gt;
          &#039;type&#039; =&amp;gt; &#039;logo&#039;,&lt;br /&gt;
          &#039;path&#039; =&amp;gt; &#039;assets/logo.png&#039;&lt;br /&gt;
     ),&lt;br /&gt;
&lt;br /&gt;
     &#039;message&#039; =&amp;gt; array(&lt;br /&gt;
          &#039;type&#039; =&amp;gt; &#039;string&#039;,&lt;br /&gt;
          &#039;label&#039; =&amp;gt; &#039;Message&#039;&lt;br /&gt;
     )&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The array contains a name for each setting as a key. The values are arrays containing the required meta data.&lt;br /&gt;
&lt;br /&gt;
Supported types are:&lt;br /&gt;
&lt;br /&gt;
* logo&lt;br /&gt;
* string&lt;br /&gt;
* html&lt;br /&gt;
* choice&lt;br /&gt;
* relevance&lt;br /&gt;
* info&lt;br /&gt;
&lt;br /&gt;
Besides type a number of other keys are available:&lt;br /&gt;
&lt;br /&gt;
* label, defines a label (use English, the label specified here will be passed through the translation functions)&lt;br /&gt;
* default, defines a value to show if no value is specified.&lt;br /&gt;
* current, defines the current value.&lt;br /&gt;
* readOnly, specifies the setting is read only.&lt;br /&gt;
&lt;br /&gt;
You can find a plugin example using all actual settings at https://framagit.org/Shnoulle/exampleSettings&lt;br /&gt;
&lt;br /&gt;
=== Read and write plugin settings ===&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to read and write plugin settings directly from your plugin code.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$mySetting = $this-&amp;gt;get(&#039;mySetting&#039;);&lt;br /&gt;
$this-&amp;gt;set(&#039;mySetting&#039;, $mySetting + 1);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can get a default value if the setting happens to be null:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$mySetting = $this-&amp;gt;get(&#039;mySetting&#039;, null, null, 10);  // 10 is default&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
&lt;br /&gt;
Plugins subscribe to events and can interact with LimeSurvey when the event is fired. For a list of currently available events check [[Plugin events]].&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
&lt;br /&gt;
Plugins should only extend LimeSurvey via its &amp;quot;public&amp;quot; API. This means that directly using classes found in the source code is a bad practice. Though we can&#039;t force you not to, you risk having a broken plugin with every minor update we do.&lt;br /&gt;
&lt;br /&gt;
As much as possible interact with LimeSurvey only via methods described [http://api.limesurvey.org/classes/ls.pluginmanager.LimesurveyApi.html here]. Same as for events.&lt;br /&gt;
&lt;br /&gt;
The API object is available via &amp;lt;code&amp;gt;$this-&amp;gt;api&amp;lt;/code&amp;gt; when extending from PluginBase, otherwise you can get it from the PluginManager instance that is passed to your plugins&#039; constructor.&lt;br /&gt;
&lt;br /&gt;
New functions can be added to the API object upon request.&lt;br /&gt;
&lt;br /&gt;
== Special plugins ==&lt;br /&gt;
&lt;br /&gt;
[[Authentication plugin development]]&lt;br /&gt;
&lt;br /&gt;
== Available plugins ==&lt;br /&gt;
* [[Authentication plugins]]&lt;br /&gt;
* [[Audit log]]&lt;br /&gt;
* [[Available third party plugins]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=68272</id>
		<title>Audit log</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=68272"/>
		<updated>2016-06-27T17:24:35Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Audit log plugin creates a log of &#039;&#039;&#039;administration&#039;&#039;&#039; events in a specific table called &#039;&#039;&amp;lt;DB prefix&amp;gt;auditlog_log&#039;&#039;. The list of events that are logged is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* User is created or modified&lt;br /&gt;
* User has logged in successfully&lt;br /&gt;
* User has logged out&lt;br /&gt;
* User try to log but fail&lt;br /&gt;
* User is deleted&lt;br /&gt;
* Survey participant is created or modified&lt;br /&gt;
* Survey participant is deleted&lt;br /&gt;
* Central database participant is created or modified&lt;br /&gt;
* Central database participant is deleted&lt;br /&gt;
* User permissions modifications&lt;br /&gt;
* Survey settings modifications&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Columns of &#039;&#039;auditlog_log&#039;&#039; table are:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* id : Integer incremental identifier of the event log&lt;br /&gt;
* created : Date and time of event log creation&lt;br /&gt;
* uid : Id of the user who performs the logged action&lt;br /&gt;
* entity : Entity of the object of the logged event (for example an user or a participant)&lt;br /&gt;
* entityid : Id of the object of previous column entity&lt;br /&gt;
* action : Name of the logged action (for example create, update, delete, afterSuccessfulLogin, etc)&lt;br /&gt;
* fields : Field names of the object of the action from previous column&lt;br /&gt;
* oldvalues : Old values of fields from previous column (for example in modifications)&lt;br /&gt;
* newvalues : New values of fields from previous column (for example in modifications). In case of logging events, this column content is the username.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case of login events (&#039;&#039;afterSuccessLogin&#039;&#039;, &#039;&#039;afterFailedLoginAttempt&#039;&#039; and &#039;&#039;beforeLogout&#039;&#039;) the contents of columns &#039;&#039;uid&#039;&#039; and &#039;&#039;entityid&#039;&#039; are the same: The &#039;&#039;uid&#039;&#039; of user loggin in or logging out. The &#039;&#039;username&#039;&#039; is in &#039;&#039;newValus&#039;&#039; column. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LS admin can configure which events are logged from this list by using the check boxes of plugin configuration page. Some of this events are related to specifics surveys. There is a specific configuration option for each survey in &#039;&#039;Survey settings -&amp;gt; General Settings -&amp;gt; General options -&amp;gt; Plugins -&amp;gt; Settings for plugin AuditLog -&amp;gt; Audit log for this survey&#039;&#039;. This configuration option allows to completely disable Audit log for specific surveys. If we want to log all events of a survey we have to enable all events in plugin configuration and we have to enable specific survey logging.&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=68271</id>
		<title>Audit log</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=68271"/>
		<updated>2016-06-27T17:24:08Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Audit log plugin creates a log of &#039;&#039;&#039;administration&#039;&#039;&#039; events in a specific table called &#039;&#039;&amp;lt;DB prefix&amp;gt;auditlog_log&#039;&#039;. The list of events that are logged is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* User is created or modified&lt;br /&gt;
* User has logged in successfully&lt;br /&gt;
* User has logged out&lt;br /&gt;
* User try to log but fail&lt;br /&gt;
* User is deleted&lt;br /&gt;
* Survey participant is created or modified&lt;br /&gt;
* Survey participant is deleted&lt;br /&gt;
* Central database participant is created or modified&lt;br /&gt;
* Central database participant is deleted&lt;br /&gt;
* User permissions modifications&lt;br /&gt;
* Survey settings modifications&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Columns of &#039;&#039;auditlog_log&#039;&#039; are:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* id : Integer incremental identifier of the event log&lt;br /&gt;
* created : Date and time of event log creation&lt;br /&gt;
* uid : Id of the user who performs the logged action&lt;br /&gt;
* entity : Entity of the object of the logged event (for example an user or a participant)&lt;br /&gt;
* entityid : Id of the object of previous column entity&lt;br /&gt;
* action : Name of the logged action (for example create, update, delete, afterSuccessfulLogin, etc)&lt;br /&gt;
* fields : Field names of the object of the action from previous column&lt;br /&gt;
* oldvalues : Old values of fields from previous column (for example in modifications)&lt;br /&gt;
* newvalues : New values of fields from previous column (for example in modifications). In case of logging events, this column content is the username.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case of login events (&#039;&#039;afterSuccessLogin&#039;&#039;, &#039;&#039;afterFailedLoginAttempt&#039;&#039; and &#039;&#039;beforeLogout&#039;&#039;) the contents of columns &#039;&#039;uid&#039;&#039; and &#039;&#039;entityid&#039;&#039; are the same: The &#039;&#039;uid&#039;&#039; of user loggin in or logging out. The &#039;&#039;username&#039;&#039; is in &#039;&#039;newValus&#039;&#039; column. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LS admin can configure which events are logged from this list by using the check boxes of plugin configuration page. Some of this events are related to specifics surveys. There is a specific configuration option for each survey in &#039;&#039;Survey settings -&amp;gt; General Settings -&amp;gt; General options -&amp;gt; Plugins -&amp;gt; Settings for plugin AuditLog -&amp;gt; Audit log for this survey&#039;&#039;. This configuration option allows to completely disable Audit log for specific surveys. If we want to log all events of a survey we have to enable all events in plugin configuration and we have to enable specific survey logging.&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=68270</id>
		<title>Audit log</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=68270"/>
		<updated>2016-06-27T17:22:43Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Audit log plugin creates a log of &#039;&#039;&#039;administration&#039;&#039;&#039; events in a specific table called &#039;&#039;&amp;lt;DB prefix&amp;gt;auditlog_log&#039;&#039;. The list of events that are logged is:&lt;br /&gt;
&lt;br /&gt;
* User is created or modified&lt;br /&gt;
* User has logged in successfully&lt;br /&gt;
* User has logged out&lt;br /&gt;
* User try to log but fail&lt;br /&gt;
* User is deleted&lt;br /&gt;
* Survey participant is created or modified&lt;br /&gt;
* Survey participant is deleted&lt;br /&gt;
* Central database participant is created or modified&lt;br /&gt;
* Central database participant is deleted&lt;br /&gt;
* User permissions modifications&lt;br /&gt;
* Survey settings modifications&lt;br /&gt;
&lt;br /&gt;
Columns of &#039;&#039;auditlog_log&#039;&#039; are:&lt;br /&gt;
&lt;br /&gt;
* id : Integer incremental identifier of the event log&lt;br /&gt;
* created : Date and time of event log creation&lt;br /&gt;
* uid : Id of the user who performs the logged action&lt;br /&gt;
* entity : Entity of the object of the logged event (for example an user or a participant)&lt;br /&gt;
* entityid : Id of the object of previous column entity&lt;br /&gt;
* action : Name of the logged action (for example create, update, delete, afterSuccessfulLogin, etc)&lt;br /&gt;
* fields : Field names of the object of the action from previous column&lt;br /&gt;
* oldvalues : Old values of fields from previous column (for example in modifications)&lt;br /&gt;
* newvalues : New values of fields from previous column (for example in modifications). In case of logging events, this column content is the username.&lt;br /&gt;
&lt;br /&gt;
In case of login events (&#039;&#039;afterSuccessLogin&#039;&#039;, &#039;&#039;afterFailedLoginAttempt&#039;&#039; and &#039;&#039;beforeLogout&#039;&#039;) the contents of columns &#039;&#039;uid&#039;&#039; and &#039;&#039;entityid&#039;&#039; are the same: The &#039;&#039;uid&#039;&#039; of user loggin in or logging out. The &#039;&#039;username&#039;&#039; is in &#039;&#039;newValus&#039;&#039; column. &lt;br /&gt;
&lt;br /&gt;
LS admin can configure which events are logged from this list by using the check boxes of plugin configuration page. Some of this events are related to specifics surveys. There is a specific configuration option for each survey in &#039;&#039;Survey settings -&amp;gt; General Settings -&amp;gt; General options -&amp;gt; Plugins -&amp;gt; Settings for plugin AuditLog -&amp;gt; Audit log for this survey&#039;&#039;. This configuration option allows to completely disable Audit log for specific surveys. If we want to log all events of a survey we have to enable all events in plugin configuration and we have to enable specific survey logging.&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=68269</id>
		<title>Audit log</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=68269"/>
		<updated>2016-06-27T16:57:11Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Audit log plugin creates a log of &#039;&#039;&#039;administration&#039;&#039;&#039; events in a specific table called &#039;&#039;&amp;lt;DB prefix&amp;gt;auditlog_log&#039;&#039;. The list of events that are logged is:&lt;br /&gt;
&lt;br /&gt;
* User is created or modified&lt;br /&gt;
* User has logged in successfully&lt;br /&gt;
* User has logged out&lt;br /&gt;
* User try to log but fail&lt;br /&gt;
* User is deleted&lt;br /&gt;
* Survey participant is created or modified&lt;br /&gt;
* Survey participant is deleted&lt;br /&gt;
* Central database participant is created or modified&lt;br /&gt;
* Central database participant is deleted&lt;br /&gt;
* User permissions modifications&lt;br /&gt;
* Survey settings modifications&lt;br /&gt;
&lt;br /&gt;
LS admin can configure which events are logged from this list by using the check boxes of plugin configuration page. Some of this events are related to specifics surveys. There is a specific configuration option for each survey in &amp;quot;Survey settings -&amp;gt; General Settings -&amp;gt; General options -&amp;gt; Plugins -&amp;gt; Settings for plugin AuditLog -&amp;gt; Audit log for this survey&amp;quot;. This configuration option allows to completely disable Audit log for specific surveys. If we want to log all events of a survey we have to enable all events in plugin configuration and we have to enable specific survey logging.&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=68268</id>
		<title>Audit log</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Audit_log&amp;diff=68268"/>
		<updated>2016-06-27T16:53:16Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;Audit log plugin creates a log of &amp;#039;&amp;#039;&amp;#039;administration&amp;#039;&amp;#039;&amp;#039; events in a specific table called &amp;#039;&amp;#039;&amp;lt;DB prefix&amp;gt;auditlog_log&amp;#039;&amp;#039;. The list of events that are logged is:   - User is create...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Audit log plugin creates a log of &#039;&#039;&#039;administration&#039;&#039;&#039; events in a specific table called &#039;&#039;&amp;lt;DB prefix&amp;gt;auditlog_log&#039;&#039;. The list of events that are logged is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- User is created or modified&lt;br /&gt;
&lt;br /&gt;
- User has logged in successfully&lt;br /&gt;
&lt;br /&gt;
- User has logged out&lt;br /&gt;
&lt;br /&gt;
- User try to log but fail&lt;br /&gt;
&lt;br /&gt;
- User is deleted&lt;br /&gt;
&lt;br /&gt;
- Survey participant is created or modified&lt;br /&gt;
&lt;br /&gt;
- Survey participant is deleted&lt;br /&gt;
&lt;br /&gt;
- Central database participant is created or modified&lt;br /&gt;
&lt;br /&gt;
- Central database participant is deleted&lt;br /&gt;
&lt;br /&gt;
- User permissions modifications&lt;br /&gt;
&lt;br /&gt;
- Survey settings modifications&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LS admin can configure which events are logged from this list by using the check boxes of plugin configuration page. Some of this events are related to specifics surveys. There is a specific configuration option for each survey in &amp;quot;Survey settings -&amp;gt; General Settings -&amp;gt; General options -&amp;gt; Plugins -&amp;gt; Settings for plugin AuditLog -&amp;gt; Audit log for this survey&amp;quot;. This configuration option allows to completely disable Audit log for specific surveys. If we want to log all events of a survey we have to enable all events in plugin configuration and we have to enable specific survey logging.&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Standard_for_Git_commit_messages&amp;diff=66119</id>
		<title>Standard for Git commit messages</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Standard_for_Git_commit_messages&amp;diff=66119"/>
		<updated>2015-09-08T15:33:50Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Add security label&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
=General overview=&lt;br /&gt;
&lt;br /&gt;
This page describes the standard format of commit messages. Indeed, standard commit messages will make sure that the automatic generation of releases change logs will work properly. &#039;&#039;&#039;If you do not follow these rules your contribution(s) might not be properly credited in the change log.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Rules=&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
* Each commit message is made up of one or more commit blocks&lt;br /&gt;
* A commit block:&lt;br /&gt;
** The first line is the &#039;Commit Summary&#039; and describes the committed patch &#039;&#039;&#039;in a user friendly way&#039;&#039;&#039;&lt;br /&gt;
** The following lines begin with the Keyword &#039;&#039;&#039;Dev&#039;&#039;&#039; and are intended to the developpers team&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;Commit type&amp;gt;: &amp;lt;commit label&amp;gt; &amp;lt;commit description&amp;gt; &amp;lt;NEWLINE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[ Dev &amp;lt;development details&amp;gt; &amp;lt;NEWLINE&amp;gt; ]&lt;br /&gt;
&lt;br /&gt;
[ Dev &amp;lt;development details&amp;gt; &amp;lt;NEWLINE&amp;gt; ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Commit type&amp;gt;: &amp;lt;commit label&amp;gt; &amp;lt;commit description&amp;gt; &amp;lt;NEWLINE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[ Dev &amp;lt;development details&amp;gt; &amp;lt;NEWLINE&amp;gt; ]&lt;br /&gt;
&lt;br /&gt;
[ Dev &amp;lt;development details&amp;gt; &amp;lt;NEWLINE&amp;gt; ]&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The commit type==&lt;br /&gt;
&lt;br /&gt;
The first word in the commit message gives the commit type:&lt;br /&gt;
* If the commit is about a fix, the commit message must begin with the keyword &#039;&#039;&#039;&#039;Fixed issue #&amp;lt;bug ID without leading zeros&amp;gt;&#039;&#039;&#039;&#039; or if there is no bug ID just &#039;&#039;&#039;&#039;Fixed issue&#039;&#039;&#039;&#039;&lt;br /&gt;
* If the commit is about a change in LS feature, the commit message must begin with the keyword &#039;&#039;&#039;&#039;Updated feature&#039;&#039;&#039;&#039;&lt;br /&gt;
* If the commit is about a change in a translation, the commit message must begin with the keyword &#039;&#039;&#039;&#039;Updated translation&#039;&#039;&#039;&#039;&lt;br /&gt;
* If the commit is about a new feature, the commit message must begin with the keyword &#039;&#039;&#039;&#039;New feature&#039;&#039;&#039;&#039;&lt;br /&gt;
* If the commit is about a new translation, the commit message must begin with the keyword &#039;&#039;&#039;&#039;New translation&#039;&#039;&#039;&#039;&lt;br /&gt;
* If the commit is not connected to any tracker issue and not of public interest (changelog), just pure development then use &#039;&#039;&#039;&#039;Dev&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==The commit label==&lt;br /&gt;
&lt;br /&gt;
if commit is a security fix, add &amp;quot;[security]&amp;quot; label to first line commit description, just after commit type.&lt;br /&gt;
&lt;br /&gt;
==The commit description==&lt;br /&gt;
&lt;br /&gt;
Following the commit type is the commit description.&lt;br /&gt;
&lt;br /&gt;
This must be a single line (no newline character), and is intended to be used in the generated changelog.&lt;br /&gt;
&lt;br /&gt;
Ideally it is a text readable by end-users: for instance if you&#039;re resolving a bug ticket which has a very technical description, please use a &amp;quot;end-user friendly description&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==The development details==&lt;br /&gt;
&lt;br /&gt;
Develoment details are added in extra optionnal lines, each one beginning with the keyword &#039;&#039;&#039;&#039;Dev&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Patches which require multiple commits==&lt;br /&gt;
&lt;br /&gt;
When multiple commits are linked to the same topic (same new feature, same fix, ...), the &#039;Commit Summary&#039; line of subsequent commits must be the same as the one provided for the first commit.&lt;br /&gt;
&lt;br /&gt;
The development details (line starting with the keyword &#039;Dev&#039;) can differ, of course.&lt;br /&gt;
&lt;br /&gt;
== Examples==&lt;br /&gt;
&lt;br /&gt;
Example of a simple language file update:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;Updated translation: German&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a security fix:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;Fixed issue #9762: [security] XSS possible&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a single bug which is fixed in several commits:&lt;br /&gt;
&lt;br /&gt;
Commit 1:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;Fixed issue #2565: Can&#039;t access survey more than once on the same browser window&lt;br /&gt;
&lt;br /&gt;
Dev: This fixes this bug for survey with tokens.&lt;br /&gt;
&lt;br /&gt;
Dev: When showing a new token (different from the one in session), the previous session is destroyed.&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Commit 2:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fixed issue #2565: Can&#039;t access survey more than once on the same browser window&lt;br /&gt;
&lt;br /&gt;
Dev: This fixes this bug for survey without tokens and without answer preview.&lt;br /&gt;
&lt;br /&gt;
Dev: Session is destroyed at submit time.&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Commit 3:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;Fixed issue #2565: Can&#039;t access survey more than once on the same browser window&lt;br /&gt;
&lt;br /&gt;
Dev: This fixes this bug for survey without tokens and with answer preview.&lt;br /&gt;
&lt;br /&gt;
Dev: Session is destroyed when closing the answer preview window or closing the Submit confirmation page.&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a single commit containing several fixes each with a Dev comment:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;Fixed issue #1234: Fixed some untranslated strings&lt;br /&gt;
&lt;br /&gt;
Dev: Missing call to clang-gT in admin.php&lt;br /&gt;
&lt;br /&gt;
Fixed issue #2345: Fixed a small layout issue in condition editor&lt;br /&gt;
&lt;br /&gt;
Dev: Fixed div HTML elements&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/es&amp;diff=62030</id>
		<title>Surveys - introduction/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/es&amp;diff=62030"/>
		<updated>2014-07-08T14:40:21Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;Simplemente importa estas encuestas en tu instalación (o en la [http://www.limesurvey.org/en/demo public LimeSurvey demo]), y prueba la encuesta.  Una de las fórmulas más ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Videos tutoriales=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Encuestas de ejemplo=&lt;br /&gt;
&lt;br /&gt;
Una manera sencilla de aprender Limesurvey es experimentar con encuestas que funcionan.  Aquí puede encontrar [[Expression Manager Sample Surveys| docenas de encuestas]] que muestran las características principales, incluyendo las nuevas (1.92+ y superiores) la funcionalidad basada en el [[Expression Manager|Gestor de expresiones]] para la navegación y gestión de ramas basada en su relevancia; tailoring/piping/reporting; y validación.&lt;br /&gt;
&lt;br /&gt;
También se provee de un [[Expression Manager HowTos|How To]] y [[Expression Manager Examples|páginas de ejemplo ]] para ayudar a los usuarios con el Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simplemente importa estas encuestas en tu instalación (o en la [http://www.limesurvey.org/en/demo public LimeSurvey demo]), y prueba la encuesta.  Una de las fórmulas más sencillas para revisar la lógica de la encuesta es vía la nueva característica [[Show Logic File|Mostrar la lógica de la encuesta]].&lt;br /&gt;
&lt;br /&gt;
=Elementos básicos de una encuesta=&lt;br /&gt;
&lt;br /&gt;
Una &#039;&#039;&#039;encuesta&#039;&#039;&#039; tiene 3 elementos esenciales que deben aparecer siempre:&lt;br /&gt;
*Un nombre&lt;br /&gt;
*Al menos un grupo&lt;br /&gt;
*Al menos una [[Question types|pregunta]]&lt;br /&gt;
&lt;br /&gt;
Otros elementos opcionales en una nueva &#039;&#039;&#039;encuesta&#039;&#039;&#039; pueden ser:&lt;br /&gt;
*Respuestas aplicables para cada pregunta&lt;br /&gt;
*Etiquetas modificables (se conocen como Etiquetas Flexibles)&lt;br /&gt;
*Condiciones que determinan si una pregunta debe ser realizada&lt;br /&gt;
&lt;br /&gt;
==Título de la encuesta==&lt;br /&gt;
&lt;br /&gt;
El &#039;&#039;&#039;título&#039;&#039;&#039; proporciona un nombre único para una &#039;&#039;&#039;encuesta&#039;&#039;&#039;, el cual se utiliza además como opción en el listado de Encuestas para acceder a varias configuraciones aplicables a la encuesta como un todo. Opciones tales como el mensaje personalizado en la pantalla de bienvenida, la descripción de la encuesta, la información de contacto con el administrador de la encuesta, y la forma en que serán hechas las preguntas.&lt;br /&gt;
&lt;br /&gt;
==Grupos de Preguntas==&lt;br /&gt;
&lt;br /&gt;
Una &#039;&#039;&#039;encuesta&#039;&#039;&#039; necesita que cada pregunta sea miembro de un &#039;&#039;&#039;grupo&#039;&#039;&#039; (y sólo de ese &#039;&#039;&#039;grupo&#039;&#039;&#039;). Dependiendo del número de preguntas en la encuesta, los &#039;&#039;&#039;Grupos&#039;&#039;&#039; se pueden usar para definir secciones lógicas, temáticas en común, o posiblemente páginas por pantalla. Un grupo puede tener preguntas sobre un tema en particular o simplemente sea una agrupación de preguntas que las haga más manejables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;This whole chapter deals with &#039;&#039;&#039;question groups&#039;&#039;&#039;. Do not confuse a &#039;&#039;&#039;question group&#039;&#039;&#039; with a &#039;&#039;&#039;user group&#039;&#039;&#039;.  Each is very different and used in different ways, based on the object being grouped.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;grupo de preguntas&#039;&#039;&#039; tiene un título y una descripción opcional. Debe haber al menos uno en cada encuesta, incluso si no se desea dividir la encuesta en varios grupos.&lt;br /&gt;
&lt;br /&gt;
==Preguntas==&lt;br /&gt;
&lt;br /&gt;
Las &#039;&#039;&#039;Preguntas&#039;&#039;&#039; son el núcleo de la encuesta. No hay un límite real al número de &#039;&#039;&#039;preguntas&#039;&#039;&#039; que puede haber en la &#039;&#039;&#039;encuesta&#039;&#039;&#039; o en un &#039;&#039;&#039;grupo&#039;&#039;&#039;. Las &#039;&#039;&#039;preguntas&#039;&#039;&#039; incluyen el texto mismo de la pregunta, así como la configuración que determina qué tipo de respuesta aceptarán. Es posible, además, especificar un peque&amp;amp;ntilde;o texto explicatorio (ayuda) para cada pregunta y determinar si la pregunta es obligatoria u opcional. Para más detalles, revisar la sección [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Navegando la interfaz administrativa de la encuesta=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; presenta &#039;&#039;barras de herramientas&#039;&#039; horizontales al usuario due&amp;amp;ntilde;o de la encuesta en su navegador web. Estas barras representan cabeceras de varias ventanas (y sub ventanas) que permiten interacción con el sistema.&lt;br /&gt;
&lt;br /&gt;
==Barra Administrativa==&lt;br /&gt;
&lt;br /&gt;
La primera barra que aparece es usualmente la &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039;, la cual permite ejecutar acciones de gestión a nivel global. De importancia son la lista desplegable de &#039;&#039;&#039;Encuestas&#039;&#039;&#039; junto con el botón de &#039;&#039;&#039;Crear Nueva (Encuesta)&#039;&#039;&#039;, ambos en la parte derecha de la barra, estarán disponibles si dicho usuario cuenta con los permisos adecuados.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Hint&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&amp;amp;iquest;Necesita mayor información sobre algún botón en la barra de herramientas? Pose el cursor del mouse sobre el ícono del botón en cualquiera de las barras de herramientas para ver la función que ejecuta o presione el botón de Ayuda [[File:help-button.png]] ubicado en la &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039; para ver una descripción de los íconos que aparecen en la barra de herramientas actualmente activa.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Si la  &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039; no aparece colocada en la parte superior, haga click en el botón &#039;&#039;Home&#039;&#039;  [[File:button-home.png]] para hacer que vuelva allí.  Los editores de Etiquetas Flexibles [[File:button-labelset.png]] y de Plantillas [[File:button-template-editor.png]], disponibles en esta barra, son las únicas opciones que pueden reemplazar la &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Haciendo click en el botón  &#039;&#039;&#039;Crear Nueva (Encuesta)&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o seleccionando una encuesta ya existente, se minimizará la Ventana Administrativa y, a su vez, se abrirá una nueva Barra que permite gestionar la &#039;&#039;&#039;Encuesta&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra de Encuesta==&lt;br /&gt;
&lt;br /&gt;
Similar a la anterior, se puede hacer click en la lista desplegable &#039;&#039;&#039;Grupos de preguntas&#039;&#039;&#039; o en el botón &#039;&#039;&#039;Crear Nuevo (Grupo)&#039;&#039;&#039; [[File:CreateSurvey-button.png]] de la Barra de &#039;&#039;&#039;Encuesta&#039;&#039;&#039;.  Cualquiera de dichas acciones desplegará la Barra de &#039;&#039;&#039;Grupos de preguntas&#039;&#039;&#039; toolbar below the &#039;&#039;&#039;Survey&#039;&#039;&#039; toolbar.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra de Grupos de Preguntas==&lt;br /&gt;
&lt;br /&gt;
En el Grupo de preguntas, se puede hacer click en la lista desplegable de &#039;&#039;&#039;Preguntas&#039;&#039;&#039; o en el botón &#039;&#039;&#039;Crear Nueva (Pregunta)&#039;&#039;&#039; [[File:CreateSurvey-button.png]] para egregar una cuarta barra de herramientas para editar la configuración específica de una &#039;&#039;&#039;Pregunta&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Botones Comunes==&lt;br /&gt;
&lt;br /&gt;
En estas barras de herramientas anidadas existen algunos botones navegacionales en común. Hay un botón de &#039;&#039;&#039;Edición&#039;&#039;&#039; [[File:edit-button.png]], útil para editar el objeto que se ha seleccionado. Por defecto, aparecerá en el navegador web el editor correspondiente al crear cualquier objeto. También existe un botón de &#039;&#039;&#039;Borrado&#039;&#039;&#039;  [[File:delete-button.png]] para eliminar objetos en general.  Para las barras de &#039;&#039;&#039;Grupos de Preguntas&#039;&#039;&#039; and &#039;&#039;&#039;Preguntas&#039;&#039;&#039;, hay un botón de &#039;&#039;&#039;Reordenado&#039;&#039;&#039;  [[File:change-order-button.png]] que cambia el orden en el cual dichos objetos aparecerán al encuestado.  Finalmente, está disponible un botón para &#039;&#039;&#039;Exportar&#039;&#039;&#039; [[File:export-button.png]] una encuesta, grupo de preguntas o pregunta individual, que se puede importar de vuelta en otra encuesta diferente. Notar que el botón &#039;&#039;&#039;Crear&#039;&#039;&#039; [[File:CreateSurvey-button.png]] también permite importar un objeto previamente exportado.&lt;br /&gt;
&lt;br /&gt;
[[File:QuestionToolbar.png]]&lt;br /&gt;
&lt;br /&gt;
Finalmente, hay dos a tres peque&amp;amp;ntilde;os botones en la esquina derecha de cada barra [[File:CommonButtons.png]] para minimizar, maximizar y cerrar la ventana de la misma barra. El botón de maximizar llevará al usuario de vuelta a la vista de Resumen del objeto seleccionado actualmente.&lt;br /&gt;
&lt;br /&gt;
Como es de suponer, la ventana a continuación de la barra de herramientas activa será minimizada de manera automática al editar otro objeto de menor nivel dentro del actual. Solamente la barra de herramientas actualmente activa y su ventana pueden ser cerradas. Es posible abrir una barra de herramientas anterior que esté minimizada presionando su botón de maximizar. Y se puede también ir directamente a de una a otra ventana seleccionando o creando un objeto nuevo en otra barra de herramientas sin tener que cerrar la actualmente abierta primero.&lt;br /&gt;
&lt;br /&gt;
Se discutirá la navegación a través de una encuesta luego, en la sección sobre probar la encuesta.&lt;br /&gt;
&lt;br /&gt;
=Creando una nueva encuesta=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/7/es&amp;diff=62029</id>
		<title>Translations:Surveys - introduction/7/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/7/es&amp;diff=62029"/>
		<updated>2014-07-08T14:40:21Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;Simplemente importa estas encuestas en tu instalación (o en la [http://www.limesurvey.org/en/demo public LimeSurvey demo]), y prueba la encuesta.  Una de las fórmulas más ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Simplemente importa estas encuestas en tu instalación (o en la [http://www.limesurvey.org/en/demo public LimeSurvey demo]), y prueba la encuesta.  Una de las fórmulas más sencillas para revisar la lógica de la encuesta es vía la nueva característica [[Show Logic File|Mostrar la lógica de la encuesta]].&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/es&amp;diff=62028</id>
		<title>Surveys - introduction/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/es&amp;diff=62028"/>
		<updated>2014-07-08T14:37:56Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Videos tutoriales=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Encuestas de ejemplo=&lt;br /&gt;
&lt;br /&gt;
Una manera sencilla de aprender Limesurvey es experimentar con encuestas que funcionan.  Aquí puede encontrar [[Expression Manager Sample Surveys| docenas de encuestas]] que muestran las características principales, incluyendo las nuevas (1.92+ y superiores) la funcionalidad basada en el [[Expression Manager|Gestor de expresiones]] para la navegación y gestión de ramas basada en su relevancia; tailoring/piping/reporting; y validación.&lt;br /&gt;
&lt;br /&gt;
También se provee de un [[Expression Manager HowTos|How To]] y [[Expression Manager Examples|páginas de ejemplo ]] para ayudar a los usuarios con el Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementos básicos de una encuesta=&lt;br /&gt;
&lt;br /&gt;
Una &#039;&#039;&#039;encuesta&#039;&#039;&#039; tiene 3 elementos esenciales que deben aparecer siempre:&lt;br /&gt;
*Un nombre&lt;br /&gt;
*Al menos un grupo&lt;br /&gt;
*Al menos una [[Question types|pregunta]]&lt;br /&gt;
&lt;br /&gt;
Otros elementos opcionales en una nueva &#039;&#039;&#039;encuesta&#039;&#039;&#039; pueden ser:&lt;br /&gt;
*Respuestas aplicables para cada pregunta&lt;br /&gt;
*Etiquetas modificables (se conocen como Etiquetas Flexibles)&lt;br /&gt;
*Condiciones que determinan si una pregunta debe ser realizada&lt;br /&gt;
&lt;br /&gt;
==Título de la encuesta==&lt;br /&gt;
&lt;br /&gt;
El &#039;&#039;&#039;título&#039;&#039;&#039; proporciona un nombre único para una &#039;&#039;&#039;encuesta&#039;&#039;&#039;, el cual se utiliza además como opción en el listado de Encuestas para acceder a varias configuraciones aplicables a la encuesta como un todo. Opciones tales como el mensaje personalizado en la pantalla de bienvenida, la descripción de la encuesta, la información de contacto con el administrador de la encuesta, y la forma en que serán hechas las preguntas.&lt;br /&gt;
&lt;br /&gt;
==Grupos de Preguntas==&lt;br /&gt;
&lt;br /&gt;
Una &#039;&#039;&#039;encuesta&#039;&#039;&#039; necesita que cada pregunta sea miembro de un &#039;&#039;&#039;grupo&#039;&#039;&#039; (y sólo de ese &#039;&#039;&#039;grupo&#039;&#039;&#039;). Dependiendo del número de preguntas en la encuesta, los &#039;&#039;&#039;Grupos&#039;&#039;&#039; se pueden usar para definir secciones lógicas, temáticas en común, o posiblemente páginas por pantalla. Un grupo puede tener preguntas sobre un tema en particular o simplemente sea una agrupación de preguntas que las haga más manejables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;This whole chapter deals with &#039;&#039;&#039;question groups&#039;&#039;&#039;. Do not confuse a &#039;&#039;&#039;question group&#039;&#039;&#039; with a &#039;&#039;&#039;user group&#039;&#039;&#039;.  Each is very different and used in different ways, based on the object being grouped.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;grupo de preguntas&#039;&#039;&#039; tiene un título y una descripción opcional. Debe haber al menos uno en cada encuesta, incluso si no se desea dividir la encuesta en varios grupos.&lt;br /&gt;
&lt;br /&gt;
==Preguntas==&lt;br /&gt;
&lt;br /&gt;
Las &#039;&#039;&#039;Preguntas&#039;&#039;&#039; son el núcleo de la encuesta. No hay un límite real al número de &#039;&#039;&#039;preguntas&#039;&#039;&#039; que puede haber en la &#039;&#039;&#039;encuesta&#039;&#039;&#039; o en un &#039;&#039;&#039;grupo&#039;&#039;&#039;. Las &#039;&#039;&#039;preguntas&#039;&#039;&#039; incluyen el texto mismo de la pregunta, así como la configuración que determina qué tipo de respuesta aceptarán. Es posible, además, especificar un peque&amp;amp;ntilde;o texto explicatorio (ayuda) para cada pregunta y determinar si la pregunta es obligatoria u opcional. Para más detalles, revisar la sección [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Navegando la interfaz administrativa de la encuesta=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; presenta &#039;&#039;barras de herramientas&#039;&#039; horizontales al usuario due&amp;amp;ntilde;o de la encuesta en su navegador web. Estas barras representan cabeceras de varias ventanas (y sub ventanas) que permiten interacción con el sistema.&lt;br /&gt;
&lt;br /&gt;
==Barra Administrativa==&lt;br /&gt;
&lt;br /&gt;
La primera barra que aparece es usualmente la &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039;, la cual permite ejecutar acciones de gestión a nivel global. De importancia son la lista desplegable de &#039;&#039;&#039;Encuestas&#039;&#039;&#039; junto con el botón de &#039;&#039;&#039;Crear Nueva (Encuesta)&#039;&#039;&#039;, ambos en la parte derecha de la barra, estarán disponibles si dicho usuario cuenta con los permisos adecuados.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Hint&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&amp;amp;iquest;Necesita mayor información sobre algún botón en la barra de herramientas? Pose el cursor del mouse sobre el ícono del botón en cualquiera de las barras de herramientas para ver la función que ejecuta o presione el botón de Ayuda [[File:help-button.png]] ubicado en la &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039; para ver una descripción de los íconos que aparecen en la barra de herramientas actualmente activa.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Si la  &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039; no aparece colocada en la parte superior, haga click en el botón &#039;&#039;Home&#039;&#039;  [[File:button-home.png]] para hacer que vuelva allí.  Los editores de Etiquetas Flexibles [[File:button-labelset.png]] y de Plantillas [[File:button-template-editor.png]], disponibles en esta barra, son las únicas opciones que pueden reemplazar la &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Haciendo click en el botón  &#039;&#039;&#039;Crear Nueva (Encuesta)&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o seleccionando una encuesta ya existente, se minimizará la Ventana Administrativa y, a su vez, se abrirá una nueva Barra que permite gestionar la &#039;&#039;&#039;Encuesta&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra de Encuesta==&lt;br /&gt;
&lt;br /&gt;
Similar a la anterior, se puede hacer click en la lista desplegable &#039;&#039;&#039;Grupos de preguntas&#039;&#039;&#039; o en el botón &#039;&#039;&#039;Crear Nuevo (Grupo)&#039;&#039;&#039; [[File:CreateSurvey-button.png]] de la Barra de &#039;&#039;&#039;Encuesta&#039;&#039;&#039;.  Cualquiera de dichas acciones desplegará la Barra de &#039;&#039;&#039;Grupos de preguntas&#039;&#039;&#039; toolbar below the &#039;&#039;&#039;Survey&#039;&#039;&#039; toolbar.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra de Grupos de Preguntas==&lt;br /&gt;
&lt;br /&gt;
En el Grupo de preguntas, se puede hacer click en la lista desplegable de &#039;&#039;&#039;Preguntas&#039;&#039;&#039; o en el botón &#039;&#039;&#039;Crear Nueva (Pregunta)&#039;&#039;&#039; [[File:CreateSurvey-button.png]] para egregar una cuarta barra de herramientas para editar la configuración específica de una &#039;&#039;&#039;Pregunta&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Botones Comunes==&lt;br /&gt;
&lt;br /&gt;
En estas barras de herramientas anidadas existen algunos botones navegacionales en común. Hay un botón de &#039;&#039;&#039;Edición&#039;&#039;&#039; [[File:edit-button.png]], útil para editar el objeto que se ha seleccionado. Por defecto, aparecerá en el navegador web el editor correspondiente al crear cualquier objeto. También existe un botón de &#039;&#039;&#039;Borrado&#039;&#039;&#039;  [[File:delete-button.png]] para eliminar objetos en general.  Para las barras de &#039;&#039;&#039;Grupos de Preguntas&#039;&#039;&#039; and &#039;&#039;&#039;Preguntas&#039;&#039;&#039;, hay un botón de &#039;&#039;&#039;Reordenado&#039;&#039;&#039;  [[File:change-order-button.png]] que cambia el orden en el cual dichos objetos aparecerán al encuestado.  Finalmente, está disponible un botón para &#039;&#039;&#039;Exportar&#039;&#039;&#039; [[File:export-button.png]] una encuesta, grupo de preguntas o pregunta individual, que se puede importar de vuelta en otra encuesta diferente. Notar que el botón &#039;&#039;&#039;Crear&#039;&#039;&#039; [[File:CreateSurvey-button.png]] también permite importar un objeto previamente exportado.&lt;br /&gt;
&lt;br /&gt;
[[File:QuestionToolbar.png]]&lt;br /&gt;
&lt;br /&gt;
Finalmente, hay dos a tres peque&amp;amp;ntilde;os botones en la esquina derecha de cada barra [[File:CommonButtons.png]] para minimizar, maximizar y cerrar la ventana de la misma barra. El botón de maximizar llevará al usuario de vuelta a la vista de Resumen del objeto seleccionado actualmente.&lt;br /&gt;
&lt;br /&gt;
Como es de suponer, la ventana a continuación de la barra de herramientas activa será minimizada de manera automática al editar otro objeto de menor nivel dentro del actual. Solamente la barra de herramientas actualmente activa y su ventana pueden ser cerradas. Es posible abrir una barra de herramientas anterior que esté minimizada presionando su botón de maximizar. Y se puede también ir directamente a de una a otra ventana seleccionando o creando un objeto nuevo en otra barra de herramientas sin tener que cerrar la actualmente abierta primero.&lt;br /&gt;
&lt;br /&gt;
Se discutirá la navegación a través de una encuesta luego, en la sección sobre probar la encuesta.&lt;br /&gt;
&lt;br /&gt;
=Creando una nueva encuesta=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/6/es&amp;diff=62027</id>
		<title>Translations:Surveys - introduction/6/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/6/es&amp;diff=62027"/>
		<updated>2014-07-08T14:37:55Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;También se provee de un [[Expression Manager HowTos|How To]] y [[Expression Manager Examples|páginas de ejemplo ]] para ayudar a los usuarios con el Expression Manager.&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/es&amp;diff=62026</id>
		<title>Surveys - introduction/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/es&amp;diff=62026"/>
		<updated>2014-07-08T14:37:45Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;También se provee de una How To y páginas de ejemplo  para ayudar a los usuarios con el Expression Manager.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Videos tutoriales=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Encuestas de ejemplo=&lt;br /&gt;
&lt;br /&gt;
Una manera sencilla de aprender Limesurvey es experimentar con encuestas que funcionan.  Aquí puede encontrar [[Expression Manager Sample Surveys| docenas de encuestas]] que muestran las características principales, incluyendo las nuevas (1.92+ y superiores) la funcionalidad basada en el [[Expression Manager|Gestor de expresiones]] para la navegación y gestión de ramas basada en su relevancia; tailoring/piping/reporting; y validación.&lt;br /&gt;
&lt;br /&gt;
También se provee de una [[Expression Manager HowTos|How To]] y [[Expression Manager Examples|páginas de ejemplo ]] para ayudar a los usuarios con el Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementos básicos de una encuesta=&lt;br /&gt;
&lt;br /&gt;
Una &#039;&#039;&#039;encuesta&#039;&#039;&#039; tiene 3 elementos esenciales que deben aparecer siempre:&lt;br /&gt;
*Un nombre&lt;br /&gt;
*Al menos un grupo&lt;br /&gt;
*Al menos una [[Question types|pregunta]]&lt;br /&gt;
&lt;br /&gt;
Otros elementos opcionales en una nueva &#039;&#039;&#039;encuesta&#039;&#039;&#039; pueden ser:&lt;br /&gt;
*Respuestas aplicables para cada pregunta&lt;br /&gt;
*Etiquetas modificables (se conocen como Etiquetas Flexibles)&lt;br /&gt;
*Condiciones que determinan si una pregunta debe ser realizada&lt;br /&gt;
&lt;br /&gt;
==Título de la encuesta==&lt;br /&gt;
&lt;br /&gt;
El &#039;&#039;&#039;título&#039;&#039;&#039; proporciona un nombre único para una &#039;&#039;&#039;encuesta&#039;&#039;&#039;, el cual se utiliza además como opción en el listado de Encuestas para acceder a varias configuraciones aplicables a la encuesta como un todo. Opciones tales como el mensaje personalizado en la pantalla de bienvenida, la descripción de la encuesta, la información de contacto con el administrador de la encuesta, y la forma en que serán hechas las preguntas.&lt;br /&gt;
&lt;br /&gt;
==Grupos de Preguntas==&lt;br /&gt;
&lt;br /&gt;
Una &#039;&#039;&#039;encuesta&#039;&#039;&#039; necesita que cada pregunta sea miembro de un &#039;&#039;&#039;grupo&#039;&#039;&#039; (y sólo de ese &#039;&#039;&#039;grupo&#039;&#039;&#039;). Dependiendo del número de preguntas en la encuesta, los &#039;&#039;&#039;Grupos&#039;&#039;&#039; se pueden usar para definir secciones lógicas, temáticas en común, o posiblemente páginas por pantalla. Un grupo puede tener preguntas sobre un tema en particular o simplemente sea una agrupación de preguntas que las haga más manejables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;This whole chapter deals with &#039;&#039;&#039;question groups&#039;&#039;&#039;. Do not confuse a &#039;&#039;&#039;question group&#039;&#039;&#039; with a &#039;&#039;&#039;user group&#039;&#039;&#039;.  Each is very different and used in different ways, based on the object being grouped.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;grupo de preguntas&#039;&#039;&#039; tiene un título y una descripción opcional. Debe haber al menos uno en cada encuesta, incluso si no se desea dividir la encuesta en varios grupos.&lt;br /&gt;
&lt;br /&gt;
==Preguntas==&lt;br /&gt;
&lt;br /&gt;
Las &#039;&#039;&#039;Preguntas&#039;&#039;&#039; son el núcleo de la encuesta. No hay un límite real al número de &#039;&#039;&#039;preguntas&#039;&#039;&#039; que puede haber en la &#039;&#039;&#039;encuesta&#039;&#039;&#039; o en un &#039;&#039;&#039;grupo&#039;&#039;&#039;. Las &#039;&#039;&#039;preguntas&#039;&#039;&#039; incluyen el texto mismo de la pregunta, así como la configuración que determina qué tipo de respuesta aceptarán. Es posible, además, especificar un peque&amp;amp;ntilde;o texto explicatorio (ayuda) para cada pregunta y determinar si la pregunta es obligatoria u opcional. Para más detalles, revisar la sección [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Navegando la interfaz administrativa de la encuesta=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; presenta &#039;&#039;barras de herramientas&#039;&#039; horizontales al usuario due&amp;amp;ntilde;o de la encuesta en su navegador web. Estas barras representan cabeceras de varias ventanas (y sub ventanas) que permiten interacción con el sistema.&lt;br /&gt;
&lt;br /&gt;
==Barra Administrativa==&lt;br /&gt;
&lt;br /&gt;
La primera barra que aparece es usualmente la &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039;, la cual permite ejecutar acciones de gestión a nivel global. De importancia son la lista desplegable de &#039;&#039;&#039;Encuestas&#039;&#039;&#039; junto con el botón de &#039;&#039;&#039;Crear Nueva (Encuesta)&#039;&#039;&#039;, ambos en la parte derecha de la barra, estarán disponibles si dicho usuario cuenta con los permisos adecuados.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Hint&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&amp;amp;iquest;Necesita mayor información sobre algún botón en la barra de herramientas? Pose el cursor del mouse sobre el ícono del botón en cualquiera de las barras de herramientas para ver la función que ejecuta o presione el botón de Ayuda [[File:help-button.png]] ubicado en la &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039; para ver una descripción de los íconos que aparecen en la barra de herramientas actualmente activa.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Si la  &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039; no aparece colocada en la parte superior, haga click en el botón &#039;&#039;Home&#039;&#039;  [[File:button-home.png]] para hacer que vuelva allí.  Los editores de Etiquetas Flexibles [[File:button-labelset.png]] y de Plantillas [[File:button-template-editor.png]], disponibles en esta barra, son las únicas opciones que pueden reemplazar la &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Haciendo click en el botón  &#039;&#039;&#039;Crear Nueva (Encuesta)&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o seleccionando una encuesta ya existente, se minimizará la Ventana Administrativa y, a su vez, se abrirá una nueva Barra que permite gestionar la &#039;&#039;&#039;Encuesta&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra de Encuesta==&lt;br /&gt;
&lt;br /&gt;
Similar a la anterior, se puede hacer click en la lista desplegable &#039;&#039;&#039;Grupos de preguntas&#039;&#039;&#039; o en el botón &#039;&#039;&#039;Crear Nuevo (Grupo)&#039;&#039;&#039; [[File:CreateSurvey-button.png]] de la Barra de &#039;&#039;&#039;Encuesta&#039;&#039;&#039;.  Cualquiera de dichas acciones desplegará la Barra de &#039;&#039;&#039;Grupos de preguntas&#039;&#039;&#039; toolbar below the &#039;&#039;&#039;Survey&#039;&#039;&#039; toolbar.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra de Grupos de Preguntas==&lt;br /&gt;
&lt;br /&gt;
En el Grupo de preguntas, se puede hacer click en la lista desplegable de &#039;&#039;&#039;Preguntas&#039;&#039;&#039; o en el botón &#039;&#039;&#039;Crear Nueva (Pregunta)&#039;&#039;&#039; [[File:CreateSurvey-button.png]] para egregar una cuarta barra de herramientas para editar la configuración específica de una &#039;&#039;&#039;Pregunta&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Botones Comunes==&lt;br /&gt;
&lt;br /&gt;
En estas barras de herramientas anidadas existen algunos botones navegacionales en común. Hay un botón de &#039;&#039;&#039;Edición&#039;&#039;&#039; [[File:edit-button.png]], útil para editar el objeto que se ha seleccionado. Por defecto, aparecerá en el navegador web el editor correspondiente al crear cualquier objeto. También existe un botón de &#039;&#039;&#039;Borrado&#039;&#039;&#039;  [[File:delete-button.png]] para eliminar objetos en general.  Para las barras de &#039;&#039;&#039;Grupos de Preguntas&#039;&#039;&#039; and &#039;&#039;&#039;Preguntas&#039;&#039;&#039;, hay un botón de &#039;&#039;&#039;Reordenado&#039;&#039;&#039;  [[File:change-order-button.png]] que cambia el orden en el cual dichos objetos aparecerán al encuestado.  Finalmente, está disponible un botón para &#039;&#039;&#039;Exportar&#039;&#039;&#039; [[File:export-button.png]] una encuesta, grupo de preguntas o pregunta individual, que se puede importar de vuelta en otra encuesta diferente. Notar que el botón &#039;&#039;&#039;Crear&#039;&#039;&#039; [[File:CreateSurvey-button.png]] también permite importar un objeto previamente exportado.&lt;br /&gt;
&lt;br /&gt;
[[File:QuestionToolbar.png]]&lt;br /&gt;
&lt;br /&gt;
Finalmente, hay dos a tres peque&amp;amp;ntilde;os botones en la esquina derecha de cada barra [[File:CommonButtons.png]] para minimizar, maximizar y cerrar la ventana de la misma barra. El botón de maximizar llevará al usuario de vuelta a la vista de Resumen del objeto seleccionado actualmente.&lt;br /&gt;
&lt;br /&gt;
Como es de suponer, la ventana a continuación de la barra de herramientas activa será minimizada de manera automática al editar otro objeto de menor nivel dentro del actual. Solamente la barra de herramientas actualmente activa y su ventana pueden ser cerradas. Es posible abrir una barra de herramientas anterior que esté minimizada presionando su botón de maximizar. Y se puede también ir directamente a de una a otra ventana seleccionando o creando un objeto nuevo en otra barra de herramientas sin tener que cerrar la actualmente abierta primero.&lt;br /&gt;
&lt;br /&gt;
Se discutirá la navegación a través de una encuesta luego, en la sección sobre probar la encuesta.&lt;br /&gt;
&lt;br /&gt;
=Creando una nueva encuesta=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/6/es&amp;diff=62025</id>
		<title>Translations:Surveys - introduction/6/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/6/es&amp;diff=62025"/>
		<updated>2014-07-08T14:37:45Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;También se provee de una How To y páginas de ejemplo  para ayudar a los usuarios con el Expression Manager.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;También se provee de una [[Expression Manager HowTos|How To]] y [[Expression Manager Examples|páginas de ejemplo ]] para ayudar a los usuarios con el Expression Manager.&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/es&amp;diff=62024</id>
		<title>Surveys - introduction/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/es&amp;diff=62024"/>
		<updated>2014-07-08T14:35:41Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;Una manera sencilla de aprender Limesurvey es experimentar con encuestas que funcionan.  Aquí puede encontrar  docenas de encuestas que...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Videos tutoriales=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Encuestas de ejemplo=&lt;br /&gt;
&lt;br /&gt;
Una manera sencilla de aprender Limesurvey es experimentar con encuestas que funcionan.  Aquí puede encontrar [[Expression Manager Sample Surveys| docenas de encuestas]] que muestran las características principales, incluyendo las nuevas (1.92+ y superiores) la funcionalidad basada en el [[Expression Manager|Gestor de expresiones]] para la navegación y gestión de ramas basada en su relevancia; tailoring/piping/reporting; y validación.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementos básicos de una encuesta=&lt;br /&gt;
&lt;br /&gt;
Una &#039;&#039;&#039;encuesta&#039;&#039;&#039; tiene 3 elementos esenciales que deben aparecer siempre:&lt;br /&gt;
*Un nombre&lt;br /&gt;
*Al menos un grupo&lt;br /&gt;
*Al menos una [[Question types|pregunta]]&lt;br /&gt;
&lt;br /&gt;
Otros elementos opcionales en una nueva &#039;&#039;&#039;encuesta&#039;&#039;&#039; pueden ser:&lt;br /&gt;
*Respuestas aplicables para cada pregunta&lt;br /&gt;
*Etiquetas modificables (se conocen como Etiquetas Flexibles)&lt;br /&gt;
*Condiciones que determinan si una pregunta debe ser realizada&lt;br /&gt;
&lt;br /&gt;
==Título de la encuesta==&lt;br /&gt;
&lt;br /&gt;
El &#039;&#039;&#039;título&#039;&#039;&#039; proporciona un nombre único para una &#039;&#039;&#039;encuesta&#039;&#039;&#039;, el cual se utiliza además como opción en el listado de Encuestas para acceder a varias configuraciones aplicables a la encuesta como un todo. Opciones tales como el mensaje personalizado en la pantalla de bienvenida, la descripción de la encuesta, la información de contacto con el administrador de la encuesta, y la forma en que serán hechas las preguntas.&lt;br /&gt;
&lt;br /&gt;
==Grupos de Preguntas==&lt;br /&gt;
&lt;br /&gt;
Una &#039;&#039;&#039;encuesta&#039;&#039;&#039; necesita que cada pregunta sea miembro de un &#039;&#039;&#039;grupo&#039;&#039;&#039; (y sólo de ese &#039;&#039;&#039;grupo&#039;&#039;&#039;). Dependiendo del número de preguntas en la encuesta, los &#039;&#039;&#039;Grupos&#039;&#039;&#039; se pueden usar para definir secciones lógicas, temáticas en común, o posiblemente páginas por pantalla. Un grupo puede tener preguntas sobre un tema en particular o simplemente sea una agrupación de preguntas que las haga más manejables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;This whole chapter deals with &#039;&#039;&#039;question groups&#039;&#039;&#039;. Do not confuse a &#039;&#039;&#039;question group&#039;&#039;&#039; with a &#039;&#039;&#039;user group&#039;&#039;&#039;.  Each is very different and used in different ways, based on the object being grouped.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;grupo de preguntas&#039;&#039;&#039; tiene un título y una descripción opcional. Debe haber al menos uno en cada encuesta, incluso si no se desea dividir la encuesta en varios grupos.&lt;br /&gt;
&lt;br /&gt;
==Preguntas==&lt;br /&gt;
&lt;br /&gt;
Las &#039;&#039;&#039;Preguntas&#039;&#039;&#039; son el núcleo de la encuesta. No hay un límite real al número de &#039;&#039;&#039;preguntas&#039;&#039;&#039; que puede haber en la &#039;&#039;&#039;encuesta&#039;&#039;&#039; o en un &#039;&#039;&#039;grupo&#039;&#039;&#039;. Las &#039;&#039;&#039;preguntas&#039;&#039;&#039; incluyen el texto mismo de la pregunta, así como la configuración que determina qué tipo de respuesta aceptarán. Es posible, además, especificar un peque&amp;amp;ntilde;o texto explicatorio (ayuda) para cada pregunta y determinar si la pregunta es obligatoria u opcional. Para más detalles, revisar la sección [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Navegando la interfaz administrativa de la encuesta=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; presenta &#039;&#039;barras de herramientas&#039;&#039; horizontales al usuario due&amp;amp;ntilde;o de la encuesta en su navegador web. Estas barras representan cabeceras de varias ventanas (y sub ventanas) que permiten interacción con el sistema.&lt;br /&gt;
&lt;br /&gt;
==Barra Administrativa==&lt;br /&gt;
&lt;br /&gt;
La primera barra que aparece es usualmente la &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039;, la cual permite ejecutar acciones de gestión a nivel global. De importancia son la lista desplegable de &#039;&#039;&#039;Encuestas&#039;&#039;&#039; junto con el botón de &#039;&#039;&#039;Crear Nueva (Encuesta)&#039;&#039;&#039;, ambos en la parte derecha de la barra, estarán disponibles si dicho usuario cuenta con los permisos adecuados.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Hint&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&amp;amp;iquest;Necesita mayor información sobre algún botón en la barra de herramientas? Pose el cursor del mouse sobre el ícono del botón en cualquiera de las barras de herramientas para ver la función que ejecuta o presione el botón de Ayuda [[File:help-button.png]] ubicado en la &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039; para ver una descripción de los íconos que aparecen en la barra de herramientas actualmente activa.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Si la  &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039; no aparece colocada en la parte superior, haga click en el botón &#039;&#039;Home&#039;&#039;  [[File:button-home.png]] para hacer que vuelva allí.  Los editores de Etiquetas Flexibles [[File:button-labelset.png]] y de Plantillas [[File:button-template-editor.png]], disponibles en esta barra, son las únicas opciones que pueden reemplazar la &#039;&#039;&#039;Barra Administrativa&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Haciendo click en el botón  &#039;&#039;&#039;Crear Nueva (Encuesta)&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o seleccionando una encuesta ya existente, se minimizará la Ventana Administrativa y, a su vez, se abrirá una nueva Barra que permite gestionar la &#039;&#039;&#039;Encuesta&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra de Encuesta==&lt;br /&gt;
&lt;br /&gt;
Similar a la anterior, se puede hacer click en la lista desplegable &#039;&#039;&#039;Grupos de preguntas&#039;&#039;&#039; o en el botón &#039;&#039;&#039;Crear Nuevo (Grupo)&#039;&#039;&#039; [[File:CreateSurvey-button.png]] de la Barra de &#039;&#039;&#039;Encuesta&#039;&#039;&#039;.  Cualquiera de dichas acciones desplegará la Barra de &#039;&#039;&#039;Grupos de preguntas&#039;&#039;&#039; toolbar below the &#039;&#039;&#039;Survey&#039;&#039;&#039; toolbar.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra de Grupos de Preguntas==&lt;br /&gt;
&lt;br /&gt;
En el Grupo de preguntas, se puede hacer click en la lista desplegable de &#039;&#039;&#039;Preguntas&#039;&#039;&#039; o en el botón &#039;&#039;&#039;Crear Nueva (Pregunta)&#039;&#039;&#039; [[File:CreateSurvey-button.png]] para egregar una cuarta barra de herramientas para editar la configuración específica de una &#039;&#039;&#039;Pregunta&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Botones Comunes==&lt;br /&gt;
&lt;br /&gt;
En estas barras de herramientas anidadas existen algunos botones navegacionales en común. Hay un botón de &#039;&#039;&#039;Edición&#039;&#039;&#039; [[File:edit-button.png]], útil para editar el objeto que se ha seleccionado. Por defecto, aparecerá en el navegador web el editor correspondiente al crear cualquier objeto. También existe un botón de &#039;&#039;&#039;Borrado&#039;&#039;&#039;  [[File:delete-button.png]] para eliminar objetos en general.  Para las barras de &#039;&#039;&#039;Grupos de Preguntas&#039;&#039;&#039; and &#039;&#039;&#039;Preguntas&#039;&#039;&#039;, hay un botón de &#039;&#039;&#039;Reordenado&#039;&#039;&#039;  [[File:change-order-button.png]] que cambia el orden en el cual dichos objetos aparecerán al encuestado.  Finalmente, está disponible un botón para &#039;&#039;&#039;Exportar&#039;&#039;&#039; [[File:export-button.png]] una encuesta, grupo de preguntas o pregunta individual, que se puede importar de vuelta en otra encuesta diferente. Notar que el botón &#039;&#039;&#039;Crear&#039;&#039;&#039; [[File:CreateSurvey-button.png]] también permite importar un objeto previamente exportado.&lt;br /&gt;
&lt;br /&gt;
[[File:QuestionToolbar.png]]&lt;br /&gt;
&lt;br /&gt;
Finalmente, hay dos a tres peque&amp;amp;ntilde;os botones en la esquina derecha de cada barra [[File:CommonButtons.png]] para minimizar, maximizar y cerrar la ventana de la misma barra. El botón de maximizar llevará al usuario de vuelta a la vista de Resumen del objeto seleccionado actualmente.&lt;br /&gt;
&lt;br /&gt;
Como es de suponer, la ventana a continuación de la barra de herramientas activa será minimizada de manera automática al editar otro objeto de menor nivel dentro del actual. Solamente la barra de herramientas actualmente activa y su ventana pueden ser cerradas. Es posible abrir una barra de herramientas anterior que esté minimizada presionando su botón de maximizar. Y se puede también ir directamente a de una a otra ventana seleccionando o creando un objeto nuevo en otra barra de herramientas sin tener que cerrar la actualmente abierta primero.&lt;br /&gt;
&lt;br /&gt;
Se discutirá la navegación a través de una encuesta luego, en la sección sobre probar la encuesta.&lt;br /&gt;
&lt;br /&gt;
=Creando una nueva encuesta=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/5/es&amp;diff=62023</id>
		<title>Translations:Surveys - introduction/5/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/5/es&amp;diff=62023"/>
		<updated>2014-07-08T14:35:41Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;Una manera sencilla de aprender Limesurvey es experimentar con encuestas que funcionan.  Aquí puede encontrar  docenas de encuestas que...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Una manera sencilla de aprender Limesurvey es experimentar con encuestas que funcionan.  Aquí puede encontrar [[Expression Manager Sample Surveys| docenas de encuestas]] que muestran las características principales, incluyendo las nuevas (1.92+ y superiores) la funcionalidad basada en el [[Expression Manager|Gestor de expresiones]] para la navegación y gestión de ramas basada en su relevancia; tailoring/piping/reporting; y validación.&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/es&amp;diff=62022</id>
		<title>LimeSurvey Manual/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/es&amp;diff=62022"/>
		<updated>2014-07-08T14:23:09Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;Si tiene problemas para encontrar lo que busca no olvide utilizar &amp;#039;&amp;#039;&amp;#039;search box&amp;#039;&amp;#039;&amp;#039;, nuestra  sección de preguntas frecuentes y lista de Workarounds | Atajo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version en desarrollo de la documentaci&amp;amp;oacute;n en castellano!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
Cap&amp;amp;iacute;tulos Principales:&lt;br /&gt;
*[[Installation/es|Instalación en Español]]  &lt;br /&gt;
*[[Optional settings/es|Preferencias Opcionales]]  &lt;br /&gt;
*[[Administering LimeSurvey/es|Administrar LimeSurvey]]  &lt;br /&gt;
*[[Getting Started/es]]  &lt;br /&gt;
*[[Creating surveys - Introduction/es|Creación de encuestas - Introducción]]  &lt;br /&gt;
*[[Managing Surveys/es]]  &lt;br /&gt;
*[[Not Categorized and Advanced Features/es]]  &lt;br /&gt;
*[[General FAQ/es|FAQ - General]]  &lt;br /&gt;
*[[LimeSurvey Glossary/es]]  &lt;br /&gt;
*[[How to design a good survey (guide)/es]]  &lt;br /&gt;
*[[Workarounds/es]]  &lt;br /&gt;
*[[License/es|Licencia]]  &lt;br /&gt;
*[[Version change log/es]]  &lt;br /&gt;
*[[Plugins/es]]  &lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] permite a los usuarios crear rápidamente encuestas online intuitivas y potentes que pueden funcionar para decenas desde decenas hasta miles de participantes sin mucho esfuerzo. El propio software de encuesta es autoguiado para los destinatarios finales de la encuesta. Este manual está dirigido, en consecuencia, a cómo instalar la aplicación y cómo administrarla y da soporte a los creadores y administradores de las encuestas y generadores de informes.&lt;br /&gt;
&lt;br /&gt;
Ha habido un gran impulso de desarrollo en los últimos años que han traído nuevas funcionalidades y cambios. Asegúrese de actualizar a la última versión para hacer uso de las capacidades destacadas en este manual.&lt;br /&gt;
&lt;br /&gt;
En la parte derecha puede consultar los capítulos principales de este manual. También puede bajar en esta misma ventana para ver la lista completa de contenido e ir directamente al punto en el que esté interesado.&lt;br /&gt;
&lt;br /&gt;
Si tiene problemas para encontrar lo que busca no olvide utilizar &#039;&#039;&#039;search box&#039;&#039;&#039;, nuestra [[General FAQ | sección de preguntas frecuentes]] y lista de [[Workarounds | Atajos]], y consultar los [http://www.limesurvey.org/en/forum/ Foros de discusión].&lt;br /&gt;
&lt;br /&gt;
Remember that [http://www.limesurvey.org/ LimeSurvey] is an open-source, free software application.  See something missing or incorrect?  Then help us fix it. This documentation is a Wiki that can be edited by you or anyone else.  Or [http://donate.limesurvey.org donate] to help support the core development group trying to make a difference.&lt;br /&gt;
&lt;br /&gt;
= Manual - Table of contents=&lt;br /&gt;
&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
**[[Creating a new survey]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Adding a question]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Tokens]]&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
**[[Authentication plugins]]&lt;br /&gt;
**[[Available third party plugins]]&lt;br /&gt;
&lt;br /&gt;
=LimeSurvey development=&lt;br /&gt;
*[[Development overview]] - General pages about LimeSurvey development&lt;br /&gt;
*[[LimeSurvey 1.x development documentation]]&lt;br /&gt;
*[[LimeSurvey 2.x development documentation]]&lt;br /&gt;
&lt;br /&gt;
=Translating LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
If you want to &#039;&#039;&#039;add new translations&#039;&#039;&#039; or &#039;&#039;&#039;correct a translation&#039;&#039;&#039; please follow these instructions:&lt;br /&gt;
*[[Translating LimeSurvey|How to translate LimeSurvey 1.x/2.x]]&lt;br /&gt;
&lt;br /&gt;
=Google Summer of Code / Code-In participation=&lt;br /&gt;
*[[Project Ideas for GSoC 2013]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2012]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2011]]&lt;br /&gt;
*[[LimeSurvey GSoC 2011]]/[[GSoC getting started]]&lt;br /&gt;
*[[LimeSurvey GSoC 2010]]&lt;br /&gt;
*[[LimeSurvey GSoC 2009]]&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/6/es&amp;diff=62021</id>
		<title>Translations:LimeSurvey Manual/6/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/6/es&amp;diff=62021"/>
		<updated>2014-07-08T14:23:08Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;Si tiene problemas para encontrar lo que busca no olvide utilizar &amp;#039;&amp;#039;&amp;#039;search box&amp;#039;&amp;#039;&amp;#039;, nuestra  sección de preguntas frecuentes y lista de Workarounds | Atajo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Si tiene problemas para encontrar lo que busca no olvide utilizar &#039;&#039;&#039;search box&#039;&#039;&#039;, nuestra [[General FAQ | sección de preguntas frecuentes]] y lista de [[Workarounds | Atajos]], y consultar los [http://www.limesurvey.org/en/forum/ Foros de discusión].&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/es&amp;diff=62020</id>
		<title>LimeSurvey Manual/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/es&amp;diff=62020"/>
		<updated>2014-07-08T14:20:17Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;Ha habido un gran impulso de desarrollo en los últimos años que han traído nuevas funcionalidades y cambios. Asegúrese de actualizar a la última versión para hacer uso d...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version en desarrollo de la documentaci&amp;amp;oacute;n en castellano!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
Cap&amp;amp;iacute;tulos Principales:&lt;br /&gt;
*[[Installation/es|Instalación en Español]]  &lt;br /&gt;
*[[Optional settings/es|Preferencias Opcionales]]  &lt;br /&gt;
*[[Administering LimeSurvey/es|Administrar LimeSurvey]]  &lt;br /&gt;
*[[Getting Started/es]]  &lt;br /&gt;
*[[Creating surveys - Introduction/es|Creación de encuestas - Introducción]]  &lt;br /&gt;
*[[Managing Surveys/es]]  &lt;br /&gt;
*[[Not Categorized and Advanced Features/es]]  &lt;br /&gt;
*[[General FAQ/es|FAQ - General]]  &lt;br /&gt;
*[[LimeSurvey Glossary/es]]  &lt;br /&gt;
*[[How to design a good survey (guide)/es]]  &lt;br /&gt;
*[[Workarounds/es]]  &lt;br /&gt;
*[[License/es|Licencia]]  &lt;br /&gt;
*[[Version change log/es]]  &lt;br /&gt;
*[[Plugins/es]]  &lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] permite a los usuarios crear rápidamente encuestas online intuitivas y potentes que pueden funcionar para decenas desde decenas hasta miles de participantes sin mucho esfuerzo. El propio software de encuesta es autoguiado para los destinatarios finales de la encuesta. Este manual está dirigido, en consecuencia, a cómo instalar la aplicación y cómo administrarla y da soporte a los creadores y administradores de las encuestas y generadores de informes.&lt;br /&gt;
&lt;br /&gt;
Ha habido un gran impulso de desarrollo en los últimos años que han traído nuevas funcionalidades y cambios. Asegúrese de actualizar a la última versión para hacer uso de las capacidades destacadas en este manual.&lt;br /&gt;
&lt;br /&gt;
En la parte derecha puede consultar los capítulos principales de este manual. También puede bajar en esta misma ventana para ver la lista completa de contenido e ir directamente al punto en el que esté interesado.&lt;br /&gt;
&lt;br /&gt;
Still having trouble finding what you want?  Don&#039;t forget the general &#039;&#039;&#039;search box&#039;&#039;&#039;, our [[General FAQ]] and [[Workarounds]] list, and to look in our [http://www.limesurvey.org/en/forum/ discussion forums].&lt;br /&gt;
&lt;br /&gt;
Remember that [http://www.limesurvey.org/ LimeSurvey] is an open-source, free software application.  See something missing or incorrect?  Then help us fix it. This documentation is a Wiki that can be edited by you or anyone else.  Or [http://donate.limesurvey.org donate] to help support the core development group trying to make a difference.&lt;br /&gt;
&lt;br /&gt;
= Manual - Table of contents=&lt;br /&gt;
&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
**[[Creating a new survey]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Adding a question]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Tokens]]&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
**[[Authentication plugins]]&lt;br /&gt;
**[[Available third party plugins]]&lt;br /&gt;
&lt;br /&gt;
=LimeSurvey development=&lt;br /&gt;
*[[Development overview]] - General pages about LimeSurvey development&lt;br /&gt;
*[[LimeSurvey 1.x development documentation]]&lt;br /&gt;
*[[LimeSurvey 2.x development documentation]]&lt;br /&gt;
&lt;br /&gt;
=Translating LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
If you want to &#039;&#039;&#039;add new translations&#039;&#039;&#039; or &#039;&#039;&#039;correct a translation&#039;&#039;&#039; please follow these instructions:&lt;br /&gt;
*[[Translating LimeSurvey|How to translate LimeSurvey 1.x/2.x]]&lt;br /&gt;
&lt;br /&gt;
=Google Summer of Code / Code-In participation=&lt;br /&gt;
*[[Project Ideas for GSoC 2013]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2012]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2011]]&lt;br /&gt;
*[[LimeSurvey GSoC 2011]]/[[GSoC getting started]]&lt;br /&gt;
*[[LimeSurvey GSoC 2010]]&lt;br /&gt;
*[[LimeSurvey GSoC 2009]]&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/4/es&amp;diff=62019</id>
		<title>Translations:LimeSurvey Manual/4/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/4/es&amp;diff=62019"/>
		<updated>2014-07-08T14:20:17Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;Ha habido un gran impulso de desarrollo en los últimos años que han traído nuevas funcionalidades y cambios. Asegúrese de actualizar a la última versión para hacer uso d...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ha habido un gran impulso de desarrollo en los últimos años que han traído nuevas funcionalidades y cambios. Asegúrese de actualizar a la última versión para hacer uso de las capacidades destacadas en este manual.&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/es&amp;diff=62018</id>
		<title>LimeSurvey Manual/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/es&amp;diff=62018"/>
		<updated>2014-07-08T14:18:09Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;En la parte derecha puede consultar los capítulos principales de este manual. También puede bajar en esta misma ventana para ver la lista completa de contenido e ir directam...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version en desarrollo de la documentaci&amp;amp;oacute;n en castellano!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
Cap&amp;amp;iacute;tulos Principales:&lt;br /&gt;
*[[Installation/es|Instalación en Español]]  &lt;br /&gt;
*[[Optional settings/es|Preferencias Opcionales]]  &lt;br /&gt;
*[[Administering LimeSurvey/es|Administrar LimeSurvey]]  &lt;br /&gt;
*[[Getting Started/es]]  &lt;br /&gt;
*[[Creating surveys - Introduction/es|Creación de encuestas - Introducción]]  &lt;br /&gt;
*[[Managing Surveys/es]]  &lt;br /&gt;
*[[Not Categorized and Advanced Features/es]]  &lt;br /&gt;
*[[General FAQ/es|FAQ - General]]  &lt;br /&gt;
*[[LimeSurvey Glossary/es]]  &lt;br /&gt;
*[[How to design a good survey (guide)/es]]  &lt;br /&gt;
*[[Workarounds/es]]  &lt;br /&gt;
*[[License/es|Licencia]]  &lt;br /&gt;
*[[Version change log/es]]  &lt;br /&gt;
*[[Plugins/es]]  &lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] permite a los usuarios crear rápidamente encuestas online intuitivas y potentes que pueden funcionar para decenas desde decenas hasta miles de participantes sin mucho esfuerzo. El propio software de encuesta es autoguiado para los destinatarios finales de la encuesta. Este manual está dirigido, en consecuencia, a cómo instalar la aplicación y cómo administrarla y da soporte a los creadores y administradores de las encuestas y generadores de informes.&lt;br /&gt;
&lt;br /&gt;
There has been a big ramp-up in development the last few years leading to many new features and changes.  Make sure to upgrade to the latest version to make use of the capabilities highlighted here.&lt;br /&gt;
&lt;br /&gt;
En la parte derecha puede consultar los capítulos principales de este manual. También puede bajar en esta misma ventana para ver la lista completa de contenido e ir directamente al punto en el que esté interesado.&lt;br /&gt;
&lt;br /&gt;
Still having trouble finding what you want?  Don&#039;t forget the general &#039;&#039;&#039;search box&#039;&#039;&#039;, our [[General FAQ]] and [[Workarounds]] list, and to look in our [http://www.limesurvey.org/en/forum/ discussion forums].&lt;br /&gt;
&lt;br /&gt;
Remember that [http://www.limesurvey.org/ LimeSurvey] is an open-source, free software application.  See something missing or incorrect?  Then help us fix it. This documentation is a Wiki that can be edited by you or anyone else.  Or [http://donate.limesurvey.org donate] to help support the core development group trying to make a difference.&lt;br /&gt;
&lt;br /&gt;
= Manual - Table of contents=&lt;br /&gt;
&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
**[[Creating a new survey]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Adding a question]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Tokens]]&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
**[[Authentication plugins]]&lt;br /&gt;
**[[Available third party plugins]]&lt;br /&gt;
&lt;br /&gt;
=LimeSurvey development=&lt;br /&gt;
*[[Development overview]] - General pages about LimeSurvey development&lt;br /&gt;
*[[LimeSurvey 1.x development documentation]]&lt;br /&gt;
*[[LimeSurvey 2.x development documentation]]&lt;br /&gt;
&lt;br /&gt;
=Translating LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
If you want to &#039;&#039;&#039;add new translations&#039;&#039;&#039; or &#039;&#039;&#039;correct a translation&#039;&#039;&#039; please follow these instructions:&lt;br /&gt;
*[[Translating LimeSurvey|How to translate LimeSurvey 1.x/2.x]]&lt;br /&gt;
&lt;br /&gt;
=Google Summer of Code / Code-In participation=&lt;br /&gt;
*[[Project Ideas for GSoC 2013]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2012]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2011]]&lt;br /&gt;
*[[LimeSurvey GSoC 2011]]/[[GSoC getting started]]&lt;br /&gt;
*[[LimeSurvey GSoC 2010]]&lt;br /&gt;
*[[LimeSurvey GSoC 2009]]&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/5/es&amp;diff=62017</id>
		<title>Translations:LimeSurvey Manual/5/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/5/es&amp;diff=62017"/>
		<updated>2014-07-08T14:18:08Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;En la parte derecha puede consultar los capítulos principales de este manual. También puede bajar en esta misma ventana para ver la lista completa de contenido e ir directam...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;En la parte derecha puede consultar los capítulos principales de este manual. También puede bajar en esta misma ventana para ver la lista completa de contenido e ir directamente al punto en el que esté interesado.&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/es&amp;diff=62016</id>
		<title>LimeSurvey Manual/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/es&amp;diff=62016"/>
		<updated>2014-07-08T13:46:01Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version en desarrollo de la documentaci&amp;amp;oacute;n en castellano!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
Cap&amp;amp;iacute;tulos Principales:&lt;br /&gt;
*[[Installation/es|Instalación en Español]]  &lt;br /&gt;
*[[Optional settings/es|Preferencias Opcionales]]  &lt;br /&gt;
*[[Administering LimeSurvey/es|Administrar LimeSurvey]]  &lt;br /&gt;
*[[Getting Started/es]]  &lt;br /&gt;
*[[Creating surveys - Introduction/es|Creación de encuestas - Introducción]]  &lt;br /&gt;
*[[Managing Surveys/es]]  &lt;br /&gt;
*[[Not Categorized and Advanced Features/es]]  &lt;br /&gt;
*[[General FAQ/es|FAQ - General]]  &lt;br /&gt;
*[[LimeSurvey Glossary/es]]  &lt;br /&gt;
*[[How to design a good survey (guide)/es]]  &lt;br /&gt;
*[[Workarounds/es]]  &lt;br /&gt;
*[[License/es|Licencia]]  &lt;br /&gt;
*[[Version change log/es]]  &lt;br /&gt;
*[[Plugins/es]]  &lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] permite a los usuarios crear rápidamente encuestas online intuitivas y potentes que pueden funcionar para decenas desde decenas hasta miles de participantes sin mucho esfuerzo. El propio software de encuesta es autoguiado para los destinatarios finales de la encuesta. Este manual está dirigido, en consecuencia, a cómo instalar la aplicación y cómo administrarla y da soporte a los creadores y administradores de las encuestas y generadores de informes.&lt;br /&gt;
&lt;br /&gt;
There has been a big ramp-up in development the last few years leading to many new features and changes.  Make sure to upgrade to the latest version to make use of the capabilities highlighted here.&lt;br /&gt;
&lt;br /&gt;
Look to the far right for the main chapters of the manual. Otherwise, scroll down further to see the complete table of contents here and go directly to the topic you are interested in.&lt;br /&gt;
&lt;br /&gt;
Still having trouble finding what you want?  Don&#039;t forget the general &#039;&#039;&#039;search box&#039;&#039;&#039;, our [[General FAQ]] and [[Workarounds]] list, and to look in our [http://www.limesurvey.org/en/forum/ discussion forums].&lt;br /&gt;
&lt;br /&gt;
Remember that [http://www.limesurvey.org/ LimeSurvey] is an open-source, free software application.  See something missing or incorrect?  Then help us fix it. This documentation is a Wiki that can be edited by you or anyone else.  Or [http://donate.limesurvey.org donate] to help support the core development group trying to make a difference.&lt;br /&gt;
&lt;br /&gt;
= Manual - Table of contents=&lt;br /&gt;
&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
**[[Creating a new survey]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Adding a question]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Tokens]]&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
**[[Authentication plugins]]&lt;br /&gt;
**[[Available third party plugins]]&lt;br /&gt;
&lt;br /&gt;
=LimeSurvey development=&lt;br /&gt;
*[[Development overview]] - General pages about LimeSurvey development&lt;br /&gt;
*[[LimeSurvey 1.x development documentation]]&lt;br /&gt;
*[[LimeSurvey 2.x development documentation]]&lt;br /&gt;
&lt;br /&gt;
=Translating LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
If you want to &#039;&#039;&#039;add new translations&#039;&#039;&#039; or &#039;&#039;&#039;correct a translation&#039;&#039;&#039; please follow these instructions:&lt;br /&gt;
*[[Translating LimeSurvey|How to translate LimeSurvey 1.x/2.x]]&lt;br /&gt;
&lt;br /&gt;
=Google Summer of Code / Code-In participation=&lt;br /&gt;
*[[Project Ideas for GSoC 2013]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2012]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2011]]&lt;br /&gt;
*[[LimeSurvey GSoC 2011]]/[[GSoC getting started]]&lt;br /&gt;
*[[LimeSurvey GSoC 2010]]&lt;br /&gt;
*[[LimeSurvey GSoC 2009]]&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/2/es&amp;diff=62015</id>
		<title>Translations:LimeSurvey Manual/2/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/2/es&amp;diff=62015"/>
		<updated>2014-07-08T13:46:00Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.limesurvey.com/ LimeSurvey] permite a los usuarios crear rápidamente encuestas online intuitivas y potentes que pueden funcionar para decenas desde decenas hasta miles de participantes sin mucho esfuerzo. El propio software de encuesta es autoguiado para los destinatarios finales de la encuesta. Este manual está dirigido, en consecuencia, a cómo instalar la aplicación y cómo administrarla y da soporte a los creadores y administradores de las encuestas y generadores de informes.&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/es&amp;diff=62014</id>
		<title>LimeSurvey Manual/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/es&amp;diff=62014"/>
		<updated>2014-07-08T13:45:05Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;[http://www.limesurvey.com/ LimeSurvey] permite a los usuarios crear rápidamente crear encuestas online intuitivas y potentes que pueden funcionar para decenas desde decenas ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version en desarrollo de la documentaci&amp;amp;oacute;n en castellano!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
Cap&amp;amp;iacute;tulos Principales:&lt;br /&gt;
*[[Installation/es|Instalación en Español]]  &lt;br /&gt;
*[[Optional settings/es|Preferencias Opcionales]]  &lt;br /&gt;
*[[Administering LimeSurvey/es|Administrar LimeSurvey]]  &lt;br /&gt;
*[[Getting Started/es]]  &lt;br /&gt;
*[[Creating surveys - Introduction/es|Creación de encuestas - Introducción]]  &lt;br /&gt;
*[[Managing Surveys/es]]  &lt;br /&gt;
*[[Not Categorized and Advanced Features/es]]  &lt;br /&gt;
*[[General FAQ/es|FAQ - General]]  &lt;br /&gt;
*[[LimeSurvey Glossary/es]]  &lt;br /&gt;
*[[How to design a good survey (guide)/es]]  &lt;br /&gt;
*[[Workarounds/es]]  &lt;br /&gt;
*[[License/es|Licencia]]  &lt;br /&gt;
*[[Version change log/es]]  &lt;br /&gt;
*[[Plugins/es]]  &lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] permite a los usuarios crear rápidamente crear encuestas online intuitivas y potentes que pueden funcionar para decenas desde decenas hasta miles de participantes sin mucho esfuerzo. El propio software de encuesta es autoguiado para los destinatarios finales de la encuesta. Este manual está dirigido, en consecuencia, a cómo instalar la aplicación y cómo administrarla y da soporte a los creadores y administradores de las encuestas y generadores de informes.&lt;br /&gt;
&lt;br /&gt;
There has been a big ramp-up in development the last few years leading to many new features and changes.  Make sure to upgrade to the latest version to make use of the capabilities highlighted here.&lt;br /&gt;
&lt;br /&gt;
Look to the far right for the main chapters of the manual. Otherwise, scroll down further to see the complete table of contents here and go directly to the topic you are interested in.&lt;br /&gt;
&lt;br /&gt;
Still having trouble finding what you want?  Don&#039;t forget the general &#039;&#039;&#039;search box&#039;&#039;&#039;, our [[General FAQ]] and [[Workarounds]] list, and to look in our [http://www.limesurvey.org/en/forum/ discussion forums].&lt;br /&gt;
&lt;br /&gt;
Remember that [http://www.limesurvey.org/ LimeSurvey] is an open-source, free software application.  See something missing or incorrect?  Then help us fix it. This documentation is a Wiki that can be edited by you or anyone else.  Or [http://donate.limesurvey.org donate] to help support the core development group trying to make a difference.&lt;br /&gt;
&lt;br /&gt;
= Manual - Table of contents=&lt;br /&gt;
&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
**[[Creating a new survey]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Adding a question]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Tokens]]&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
**[[Authentication plugins]]&lt;br /&gt;
**[[Available third party plugins]]&lt;br /&gt;
&lt;br /&gt;
=LimeSurvey development=&lt;br /&gt;
*[[Development overview]] - General pages about LimeSurvey development&lt;br /&gt;
*[[LimeSurvey 1.x development documentation]]&lt;br /&gt;
*[[LimeSurvey 2.x development documentation]]&lt;br /&gt;
&lt;br /&gt;
=Translating LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
If you want to &#039;&#039;&#039;add new translations&#039;&#039;&#039; or &#039;&#039;&#039;correct a translation&#039;&#039;&#039; please follow these instructions:&lt;br /&gt;
*[[Translating LimeSurvey|How to translate LimeSurvey 1.x/2.x]]&lt;br /&gt;
&lt;br /&gt;
=Google Summer of Code / Code-In participation=&lt;br /&gt;
*[[Project Ideas for GSoC 2013]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2012]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2011]]&lt;br /&gt;
*[[LimeSurvey GSoC 2011]]/[[GSoC getting started]]&lt;br /&gt;
*[[LimeSurvey GSoC 2010]]&lt;br /&gt;
*[[LimeSurvey GSoC 2009]]&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/2/es&amp;diff=62013</id>
		<title>Translations:LimeSurvey Manual/2/es</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/2/es&amp;diff=62013"/>
		<updated>2014-07-08T13:45:04Z</updated>

		<summary type="html">&lt;p&gt;Aesteban: Created page with &amp;quot;[http://www.limesurvey.com/ LimeSurvey] permite a los usuarios crear rápidamente crear encuestas online intuitivas y potentes que pueden funcionar para decenas desde decenas ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.limesurvey.com/ LimeSurvey] permite a los usuarios crear rápidamente crear encuestas online intuitivas y potentes que pueden funcionar para decenas desde decenas hasta miles de participantes sin mucho esfuerzo. El propio software de encuesta es autoguiado para los destinatarios finales de la encuesta. Este manual está dirigido, en consecuencia, a cómo instalar la aplicación y cómo administrarla y da soporte a los creadores y administradores de las encuestas y generadores de informes.&lt;/div&gt;</summary>
		<author><name>Aesteban</name></author>
	</entry>
</feed>