<?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=Cazim</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=Cazim"/>
	<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/Special:Contributions/Cazim"/>
	<updated>2026-08-13T16:52:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Optional_settings/tr&amp;diff=57687</id>
		<title>Optional settings/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Optional_settings/tr&amp;diff=57687"/>
		<updated>2013-10-14T17:42:39Z</updated>

		<summary type="html">&lt;p&gt;Cazim: Created page with &amp;quot;Opsiyonel ayarlar&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=Note=&lt;br /&gt;
&lt;br /&gt;
These optional settings can only be found in the file /application/config/config-defaults.php of a standard installation - some of them are only used for first installation and overriden in [[Global settings]]. &lt;br /&gt;
{{Alert|If you want to change these settings please do not change it in config-defaults.php but copy the particular setting/line over to /application/config/config.php in &amp;lt;nowiki&amp;gt;&#039;config&#039;=&amp;gt;array()&amp;lt;/nowiki&amp;gt; and change it there.}}&lt;br /&gt;
All settings in config.php overwrite the default values from config-defaults.php and some of these settings get overridden in the Global settings dialog{{NewIn|1.87}} . This way it is much easier to upgrade your installation at a later time!&lt;br /&gt;
&lt;br /&gt;
=General settings=&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;sitename&#039;&#039;&#039;: Give your survey site a name. This name will appear in the survey list overview and in the administration header. This setting is overridden in the [[Global settings]] dialog {{NewIn|1.87}}.&lt;br /&gt;
*&#039;&#039;&#039;siteadminemail:&#039;&#039;&#039; This is the default email address of the site administrator and used for system messages and contact options. This setting is overridden by the [[Global settings]] dialog {{NewIn|1.87}}.&lt;br /&gt;
*&#039;&#039;&#039;siteadminbounce:&#039;&#039;&#039; This is the email address where bounced emails will be sent to. This setting is overridden by the [[Global settings]] dialog {{NewIn|1.87}}.&lt;br /&gt;
*&#039;&#039;&#039;siteadminname:&#039;&#039;&#039; The real name of the site administrator. This setting is overridden in the [[Global settings]] dialog) {{NewIn|1.87}}.&lt;br /&gt;
&lt;br /&gt;
= Security=&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;surveyPreview_require_Auth&#039;&#039;&#039;: true by default. If you set this to false any person can test your survey using the survey URL - without logging in to the administration and without having to activate the survey first. This setting is overridden in the [[Global settings]] dialog) {{NewIn|1.87}}.&lt;br /&gt;
* &#039;&#039;&#039;usercontrolSameGroupPolicy&#039;&#039;&#039; :  set to true by default. By default non admin users defined in the LimeSurvey management interface will only be able to see users they create or user belongs to,at least one, same group. You can deactivate this behaviour.&lt;br /&gt;
*&#039;&#039;&#039;filterxsshtml:&#039;&#039;&#039; This setting enables filtering of suspicious html tags in survey, group, questions and answer texts in the administration interface. Only leave this to &#039;false&#039; if you absolutely trust the users you created for the administration of  LimeSurvey and if you want to allow these users to be able to use Javascript, Flash Movies, etc. &amp;lt;span class=&amp;quot;warning&amp;quot;&amp;gt;Super admin never have their HTML filtered&amp;lt;/span&amp;gt;. This setting is overridden in the [[Global settings]] dialog) {{NewIn|1.87}}.&lt;br /&gt;
*&#039;&#039;&#039;demoModeOnly:&#039;&#039;&#039; If this option is set to true, then LimeSurvey will go into demo mode. The demo mode changes the following things:&lt;br /&gt;
** Disables changing of the admin user&#039;s details and password&lt;br /&gt;
** Disables uploading files on the template editor&lt;br /&gt;
** Disables sending email invitations and reminders&lt;br /&gt;
** Disables doing a database dump&lt;br /&gt;
** Disables the ability to save the following global settings: Site name, Default language, Default Htmleditor Mode, XSS filter&lt;br /&gt;
&lt;br /&gt;
= Resources=&lt;br /&gt;
*&#039;&#039;&#039;sessionlifetime:&#039;&#039;&#039; Defines the time in seconds after which a survey session expires. Default: $sessionlifetime    =  3600; .This setting is overridden in the [[Global settings]] dialog) {{NewIn|1.87}}.&lt;br /&gt;
*&#039;&#039;&#039;memorylimit:&#039;&#039;&#039; This sets how much memory LimeSurvey can access. &#039;32&#039; is the minimum (M=mb) recommended. If you receive time out errors or have problems generating statistics or exporting files raise this limit to &#039;128&#039; or &#039;256&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;warningbox&amp;quot;&amp;gt;Please mind that such local settings by an application can always be overruled by global server settings.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To increase the memory limit to 128M you could also try adding:&lt;br /&gt;
*memory_limit = 128M to your server&#039;s main php.ini file (recommended, if you have access)&lt;br /&gt;
*memory_limit = 128M to a php.ini file in the LimeSurvey root&lt;br /&gt;
*php_value memory_limit 128M in a .htaccess file in the LimeSurvey root&lt;br /&gt;
&lt;br /&gt;
=Appearance=&lt;br /&gt;
*&#039;&#039;&#039;$lwcdropdowns:&#039;&#039;&#039;{{ObsoleteIn|2.0}} This can be set to either &amp;quot;L&amp;quot; or &amp;quot;R&amp;quot;. Setting it to &amp;quot;R&amp;quot; will result in &#039;List with Comment&#039; questions being displayed as radio buttons, whereas &amp;quot;L&amp;quot; will result in &#039;List with Comment&#039; questions being displayed in a &#039;dropdown&#039; list box .&lt;br /&gt;
*&#039;&#039;&#039;$dropdownthreshold:&#039;&#039;&#039; When you have selected &amp;quot;R&amp;quot; for $dropdowns, this allows you to set a maximum number of options that will display as radio buttons, before converting back to a dropdown list. If you have a question that has a large number of options, displaying them all as radio buttons can look unweildy, and be counter-intuitive to users. Setting this to a maximum of, say 25 (which is the default) means that large lists are easier for the survey participant to use.&lt;br /&gt;
*&#039;&#039;&#039;$repeatheadings:&#039;&#039;&#039; With the array (flexible) type question, often you&#039;ll have a lot of answers, which - when displayed on screen - take up more than one page. The repeat-headers setting lets you decide how many answers should be displayed before repeating the header information for the question. A good setting for this is around 15. If you don&#039;t want the headings to repeat at all, set this to 0 (which is the default).&lt;br /&gt;
*&#039;&#039;&#039;$minrepeatheadings:&#039;&#039;&#039; The minimum number of reaming answers that are required before repeating the headings in array (flexible) questions.&lt;br /&gt;
*&#039;&#039;&#039;$addTitleToLinks:&#039;&#039;&#039; If this option is set to true, then LimeSurvey will add &#039;title&#039; html element to all links used in menus. This will help screen reader to analyze the menus. Only set this to true if you&#039;re using a screen reader because it overlaps with tool tips.&lt;br /&gt;
*&#039;&#039;&#039;$defaulttemplate:&#039;&#039;&#039; This setting specifys the default theme used for the &#039;public list&#039; of surveys. This setting is overridden in the [[Global settings]] dialog) {{NewIn|1.87}}.&lt;br /&gt;
*&#039;&#039;&#039;$defaulthtmleditormode:&#039;&#039;&#039; Sets the default mode for integrated HTML editor. This setting is overridden in the [[Global settings]] dialog) {{NewIn|1.87}}. Valid settings are: inline (default), popup and none:&lt;br /&gt;
** &#039;&#039;inline&#039;&#039;: Inline replacement of fields by an HTML editor. Slow but convenient and user friendly&lt;br /&gt;
** &#039;&#039;popup&#039;&#039;: Adds an icon that runs a popup with and html editor. Faster, but html code is displayed on the form&lt;br /&gt;
** &#039;&#039;none&#039;&#039;: No html editor&lt;br /&gt;
&lt;br /&gt;
=Language &amp;amp; Time=&lt;br /&gt;
*&#039;&#039;&#039;$defaultlang:&#039;&#039;&#039; This should be set to the default language to be used in your administration scripts, and also the default setting for language in the public surveys. You can change this setting for public surveys on a survey-by-survey basis from the admin scripts.  This setting is overridden in the [[Global settings]] dialog) {{NewIn|1.87}}.&lt;br /&gt;
*&#039;&#039;&#039;$timeadjust:&#039;&#039;&#039; If your web server is in a different time zone to the location where your surveys will be based, put the difference between your server and your home time zone here. For example, I live in Australia but use a US web server. The web server is 14 hours behind my local time zone. So my setting here is &amp;quot;14&amp;quot;. In other words, it adds 14 hours to the web servers time. This setting is particularly important when surveys timestamp the responses. This setting is overridden in the [[Global settings]] dialog) {{NewIn|1.87}}.&lt;br /&gt;
* &#039;&#039;&#039;$modrewrite:&#039;&#039;&#039; {{ObsoleteIn|2.0}} If set to 1, it activates the fancy URL feature (Example: http://survey.example.com/123456/lang-fr/tk-sdlfkjozeiru instead of http://survey.example.com/index.php?sid=123456&amp;amp;lang;=fr&amp;amp;token;=sdlfkjozeiru). Before you activate this, you &amp;lt;u&amp;gt;must&amp;lt;/u&amp;gt; rename &amp;quot;&#039;&#039;htaccess.txt&#039;&#039;&amp;quot; file to &amp;quot;&#039;&#039;.htaccess&#039;&#039;&amp;quot;. You need to run an Apache web server with correctly installed mod_rewrite module.&lt;br /&gt;
&lt;br /&gt;
=Survey Behavior=&lt;br /&gt;
*&#039;&#039;&#039;$allowmandbackwards:&#039;&#039;&#039; A setting of 1 for this variable will allow survey participants to move to a previous question even if they haven&#039;t answered a mandatory question. If it is set on 0, then participants will have to answer that question even to move to a previous question.&lt;br /&gt;
*&#039;&#039;&#039;$deletenonvalues:&#039;&#039;&#039; Use this feature with caution.  By default (a value of 1), irrelevant questions are NULLed in the database.  This ensures that the data in your database is internally consistent.  However, there are rare cases where you might want to hold onto irrelevant values, in which case you can set the value to 0.  Say you ask the person his gender, and he accidentally says &#039;female&#039; and then answers some female-specific questions (questions that are conditioned on being female, so are only relevant for women).  Then, he realizes his mistake, backs up, sets the gender to &#039;male&#039;, and continues with the survey.  Now, the female-specific questions are irrelevant.  If $deletenonvalues==1, those irrelevant values will be cleared (NULLed) in the database.  If $deletenonvalues==0, his erroneous answers will not be deleted, so they will still be present in the database when you analyze it.&lt;br /&gt;
*&#039;&#039;&#039;$shownoanswer:&#039;&#039;&#039; When a question of a radio button/select type that contains editable answers (ie: List, Array questions) is not mandatory and $shownoanswer is set to 1, an additional entry is shown for &amp;quot;N/A&amp;quot; - so that participants may choose to not answer the question. Some people prefer this not to be available. Set this to 0 to turn this off.  This setting is overridden in the [[Global settings]] dialog) {{NewIn|1.87}}.&lt;br /&gt;
*&#039;&#039;&#039;$printanswershonorsconditions:&#039;&#039;&#039; This setting determines if the printanswers feature will display entries from questions that were hidden by conditions-branching (Default: 1 = hide answers from questions hidden by conditions).&lt;br /&gt;
*&#039;&#039;&#039;$hide_groupdescr_allinone:&#039;&#039;&#039;{{NewIn|1.85RC3}} This setting is relevant for all-in-one surveys using conditions . When this is set to true the group name and description is hidden if all questions in the group are hidden. (Default: true (hide group name and description when all conditions in the group are hidden by conditions))&lt;br /&gt;
*&#039;&#039;&#039;$showpopups:&#039;&#039;&#039;  Show popup messages if mandatory or conditional questions have not been answered correctly. 1=Show popup message (default), 0=Show message on page instead, -1=Do not show the message at all (in this case, users will still see the question-specific tips indicating which questions must be answered).&lt;br /&gt;
&lt;br /&gt;
=Development=&lt;br /&gt;
*&#039;&#039;&#039;$debug:&#039;&#039;&#039; With this setting you set the PHP error reporting to E_ALL. That means every little notice, warning or error with the script is shown. This setting should be only switched to 1 if you are trying to debug the application for any reason, if you are a developer switch it to 2. Don&#039;t switch it to 1 or 2 in production since it might cause path disclosure. (Default: 0)&lt;br /&gt;
&lt;br /&gt;
= Email Settings=&lt;br /&gt;
&lt;br /&gt;
Note: All these settings in this section are overridden in the [[Global settings]] dialog{{NewIn|1.87}}.&lt;br /&gt;
*&#039;&#039;&#039;$emailmethod:&#039;&#039;&#039;  This determines how E-mail messages are being sent. The following options are available:&lt;br /&gt;
**&#039;&#039;&#039;mail:&#039;&#039;&#039; use internal PHP mailer&lt;br /&gt;
**&#039;&#039;&#039;sendmail:&#039;&#039;&#039; use sendmail mailer&lt;br /&gt;
**&#039;&#039;&#039;smtp:&#039;&#039;&#039;use SMTP relaying. Use this setting when you are running LimeSurvey on a host that is not your mail server.&lt;br /&gt;
*&#039;&#039;&#039;$emailsmtphost:&#039;&#039;&#039; If you use &#039;smtp&#039; as $emailmethod then you have to put your SMTP-server here. If you are using Google mail you might have to add the port number like $emailsmtphost = &#039;smtp.gmail.com:465&#039;;&lt;br /&gt;
*&#039;&#039;&#039;$emailsmtpuser:&#039;&#039;&#039; If your SMTP-server needs authentication then set this to your user name, otherwise it must be blank.&lt;br /&gt;
*&#039;&#039;&#039;$emailsmtppassword:&#039;&#039;&#039; If your SMTP-server needs authentication then set this to your password, otherwise it must be blank.&lt;br /&gt;
*&#039;&#039;&#039;$emailsmtpssl:&#039;&#039;&#039; Set this to &#039;ssl&#039; or &#039;tls&#039; to use SSL/TLS for SMTP connection&lt;br /&gt;
*&#039;&#039;&#039;$maxemails:&#039;&#039;&#039; When sending invitations or reminders to survey participants, this setting is used to determine how many emails can be sent in one bunch. Different web servers have different email capacities, and if your script takes too long to send a bunch of emails, the script could time out and cause errors. Most web servers can send 100 emails at a time within the default 30 second time limit for a PHP script. If you get script timeout errors when sending large numbers of emails, reduce the number in this setting.  Clicking the &#039;send email invitation&#039; button on the token control toolbar, (not the button on the right of each token), sends the maxemails number of invitations, then displays a list of the addresses sent to and a warning that &amp;quot;There are more emails pending than could be sent in one batch. Continue sending emails by clicking below. There are ### emails still to be sent.&amp;quot; and provides a &amp;quot;continue button&amp;quot; to proceed with the next batch. I.e., the user determines when to send the next batch after each batch gets emailed.  It is not necessary to wait with this screen active.  The admin could log off and come back at a later time to send the next batch of invites.&lt;br /&gt;
&lt;br /&gt;
= Statistics and Response Browsing=&lt;br /&gt;
*&#039;&#039;&#039;usejpgraph:&#039;&#039;&#039; {{ObsoleteIn|1.8}} The [http://www.aditus.nu/jpgraph/ JPGraph-library] lets you display the results of your survey in the statistics part of LimeSurvey  in bar- and pie charts. If you have a correctly configured jpgraph class set up on your server, you can turn this feature on or off (1=on, 0=off). Please have a look, every version of PHP needs another version of JPGraph! This feature is currently in development, so expect a few weird outcomes.&lt;br /&gt;
*&#039;&#039;&#039;jpgraphdir:&#039;&#039;&#039; {{ObsoleteIn|1.8}} The physical disk location of the jpgraph class scripts. This setting is only required if $usejpgraph is equal to 1.&lt;br /&gt;
*&#039;&#039;&#039;jpgraphfont:&#039;&#039;&#039; {{ObsoleteIn|1.8}} The font to use with graphs. A failsafe setting would be &amp;quot;FF_FONT1&amp;quot;&lt;br /&gt;
*&#039;&#039;&#039;embedded:&#039;&#039;&#039;{{ObsoleteIn|2.0}} If you want to integrate LimeSurvey into another page then you can turn off sending HTML headers by using this setting and point instead to the header method of a custom function. This is a dirty hack but should work for a quick integration.&lt;br /&gt;
*&#039;&#039;&#039;filterout_incomplete_answers:&#039;&#039;&#039; Control the default behaviour of  filtering incomplete answers when browsing or analyzing responses. For a discussion on incomplete Responses see [[Browsing survey results]]. Since these records can corrupt the statistics, an option is given to switch this filter on or off in several GUI forms. This parameter config.php is just the default state for the incomplete answer filter. The following options are available:&lt;br /&gt;
**&#039;&#039;show&#039;&#039;: Show both complete and incomplete answers&lt;br /&gt;
**&#039;&#039;filter&#039;&#039;: Show only complete answers&lt;br /&gt;
**&#039;&#039;incomplete&#039;&#039;: Show only incomplete answers&lt;br /&gt;
*&#039;&#039;&#039;strip_query_from_referer_url&#039;&#039;&#039;: This setting determine if the referrer URL saves parameter or not. Default value is &amp;quot;false&amp;quot; (in this case referrer URL saves all parameter). Alternatively this value can be set to &amp;quot;true&amp;quot; and the parameter part of the referrer URL will be removed.&lt;br /&gt;
*&#039;&#039;&#039;showaggregateddata:&#039;&#039;&#039; {{NewIn|1.8}} When activated there are additional values like arithmetic mean and standard deviation at statistics. Furthermore data is aggregated to get a faster overview e.g. results of scale 1+2 and 4+5 are added to have a general ranking like &amp;quot;good&amp;quot; (1/2), &amp;quot;average&amp;quot; (3) and &amp;quot;bad&amp;quot; (4/5). This only affects question types &amp;quot;A&amp;quot; (5 point array) and &amp;quot;5&amp;quot; (5 point choice).&lt;br /&gt;
* &#039;&#039;&#039;PDF Export Settings:&#039;&#039;&#039; {{NewIn|1.85}} This feature activates PDF export for printable survey and Print Answers. The PDF export is totally experimental. The output is mostly ugly. At this point no support can be given - if you want to help to fix it please get in touch with us.&lt;br /&gt;
**usepdfexport: Set 0 to disable; 1 to enable&lt;br /&gt;
**pdfdefaultfont: Default font for the pdf Export&lt;br /&gt;
**pdffontsize: Fontsize for normal text; Surveytitle is +4; grouptitle is +2&lt;br /&gt;
**notsupportlanguages = array(&#039;zh-Hant-TW&#039;,&#039;zh-Hant-HK&#039;,&#039;zh-Hans&#039;,&#039;ja&#039;,&#039;th&#039;);&lt;br /&gt;
**pdforientation: Set L for Landscape or P for portrait format&lt;br /&gt;
*&#039;&#039;&#039;$showsgqacode:&#039;&#039;&#039; {{NewIn|1.91}} This setting is used at the printable survey feature {IMG(attId=&amp;quot;78&amp;quot;,height=&amp;quot;16&amp;quot;,width=&amp;quot;16&amp;quot;)} and defaults to &#039;&#039;false&#039;&#039;. If you set &#039;&#039;showsgqacode = true;&#039;&#039; the IDs for each question - and answer if applicable - will be shown; these IDs match the column heading at the Lime_survey_12345 table which holds the answer data for a certain survey. These Ids can be used for a code book for manual database queries.&lt;br /&gt;
*{IMG(attId=&amp;quot;79&amp;quot;,height=&amp;quot;200&amp;quot;,width=&amp;quot;400&amp;quot;)}&lt;br /&gt;
&lt;br /&gt;
= [[LDAP settings]]=&lt;br /&gt;
&lt;br /&gt;
As this is an extensive topic we have moved [[LDAP settings]] to [[LDAP settings|another page.]]&lt;br /&gt;
&lt;br /&gt;
= Authentication=&lt;br /&gt;
&lt;br /&gt;
== Delegate Authentication to the Webserver==&lt;br /&gt;
&lt;br /&gt;
System Administrators may want to have their &#039;&#039;&#039;survey administrators&#039;&#039;&#039; authenticated against a central authentication system (Active Directory, openLdap, Radius, ...) rather than using the internal LimeSurvey database. An easy way to do this is to setup your Webserver software to use this external authentication system, and then ask LimeSurvey to trust the user identity reported by the webserver. In order to enable this feature you have to:&lt;br /&gt;
* set &#039;&#039;&#039;auth_webserver&#039;&#039;&#039; to true in config.php&lt;br /&gt;
* enable authentication at the webserver side&lt;br /&gt;
&lt;br /&gt;
Please note that:&lt;br /&gt;
* LimeSurvey will then bypass its own authentication process (by using the login name reported by the webserver without asking for a password)&lt;br /&gt;
* this can only replace the LimeSurvey GUI authentication system, &#039;&#039;&#039;not the survey invitation system&#039;&#039;&#039; (participant interface)&lt;br /&gt;
&lt;br /&gt;
== Authentication Delegation with no automatic user import==&lt;br /&gt;
&lt;br /&gt;
Please note however than &amp;lt;u&amp;gt;by default Authentication Delegation doesn&#039;t bypass the LimeSurvey authorization system&amp;lt;/u&amp;gt;: this means that, even if you don&#039;t have to manage passwords in LimeSurvey, you still need to define the users in the LimeSurvey database and assign them the correct set of rights in order to let them access survey resources.&lt;br /&gt;
&lt;br /&gt;
A user is then granted access to LimeSurvey if and only if:&lt;br /&gt;
* he has been authenticated to the webserver&lt;br /&gt;
* his login name is defined as a user in the LimeSurvey user database (the user is then granted the privileges of the user defined in the LimeSurvey user database).&lt;br /&gt;
&lt;br /&gt;
== Authentication Delegation with automatic user import==&lt;br /&gt;
&lt;br /&gt;
When managing huge user database, it is sometimes easier to auto-import user in the LimeSurvey database.&lt;br /&gt;
*&#039;&#039;&#039;auth_webserver_autocreate_user&#039;&#039;&#039;: if set to true LimeSurvey will try to autoimport users authenticated by the webserver but not already in its users&#039; DB&lt;br /&gt;
*&#039;&#039;&#039;auth_webserver_autocreate_profile&#039;&#039;&#039;: an array describing the default profile that will be assigned to the user (including fake First and Last name, email, privileges)&lt;br /&gt;
&lt;br /&gt;
If you want to customize the user profile so that it matches the logged-in user, you&#039;ll have to develop a simple function called &#039;&#039;&#039;hook_get_autouserprofile&#039;&#039;&#039;: with this function you can retrieve from a central User account database (for instance an LDAP directory), the true First&amp;amp;Last; names and email of a particular user. You can even customize his privileges on the system based on his groups on the external DB.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;hook_get_auth_webserver_profile&#039;&#039;&#039; function takes the user login name as the only argument and can return:&lt;br /&gt;
* False or an empty array: in this case the user is denied access to LimeSurvey&lt;br /&gt;
* an array containing all common userprofile entries as described in the  &#039;&#039;&#039;$WebserverAuth_autouserprofile&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;function hook_get_auth_webserver_profile($user_name)&lt;br /&gt;
{&lt;br /&gt;
     // Retrieve user&#039;s data from your database backend (for instance LDAP) here&lt;br /&gt;
     ... get $user_name_from_backend&lt;br /&gt;
     ... get $user_email_from_backend&lt;br /&gt;
     ... get $user_lang_from_backend&lt;br /&gt;
     ... from groups defined in your backend set $user_admin_status_frombackend_0_or_1&lt;br /&gt;
     return Array(&lt;br /&gt;
                     &#039;full_name&#039; =&amp;gt; &amp;quot;$user_name_from_backend&amp;quot;,&lt;br /&gt;
                     &#039;email&#039; =&amp;gt; &amp;quot;$user_email_from_backend&amp;quot;,&lt;br /&gt;
                     &#039;lang&#039; =&amp;gt; &#039;$user_lang_from_backend&#039;,&lt;br /&gt;
                     &#039;htmleditormode&#039; =&amp;gt; &#039;inline&#039;,&lt;br /&gt;
                     &#039;templatelist&#039; =&amp;gt; &#039;default,basic,MyOrgTemplate&#039;,&lt;br /&gt;
                     &#039;create_survey&#039; =&amp;gt; 1,&lt;br /&gt;
                     &#039;create_user&#039; =&amp;gt; 0,&lt;br /&gt;
                     &#039;delete_user&#039; =&amp;gt; 0,&lt;br /&gt;
                     &#039;superadmin&#039; =&amp;gt; $user_admin_status_frombackend_0_or_1,&lt;br /&gt;
                     &#039;configurator&#039; =&amp;gt;0,&lt;br /&gt;
                     &#039;manage_template&#039; =&amp;gt; 0,&lt;br /&gt;
                     &#039;manage_label&#039; =&amp;gt; 0);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
     // If user should be denied access, return an empty array&lt;br /&gt;
&lt;br /&gt;
     // return Array();&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
== User name mapping==&lt;br /&gt;
&lt;br /&gt;
In case some users have an external user name that is different from their LimeSurvey user name, you may find useful to use a user name mapping. This is done in LimeSurvey by using the &#039;&#039;&#039;auth_webserver_user_map&#039;&#039;&#039; parameter. For instance imagine you don&#039;t have an &#039;admin&#039; username defined in your external authentication database. Then in order to login to LimeSurvey as admin, you&#039;ll have to map your external username let&#039;s call it &#039;myname&#039; to the admin login name ine LimeSurvey. The corresponding setup is :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;$config[&#039;auth_webserver_user_map&#039;] = Array (&#039;myname&#039; =&amp;gt; &#039;admin&#039;);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
After a successful authentication with the &#039;myname&#039; login and password to the webserver, you&#039;ll be directly authorized to use LimeSurvey as the &#039;admin&#039; user.&lt;br /&gt;
&lt;br /&gt;
This obviously has serious security implications, so use it with care, and please protect your config.php from write access by the web server.&lt;br /&gt;
&lt;br /&gt;
== Use one time passwords==&lt;br /&gt;
&lt;br /&gt;
{{FeatureStarting|1.81}} &lt;br /&gt;
&lt;br /&gt;
A user can call the limesurvey login at /limesurvey/admin and pass username and a one time password which was previously written into the users table (column one_time_pw) by an external application.&lt;br /&gt;
&lt;br /&gt;
This setting has to be turned on (&#039;&#039;&#039;use_one_time_passwords&#039;&#039;&#039; =&amp;gt; true) to enable the usage of one time passwords (default = false). More information can be found at [[Manage users#Use one-time passwords|&amp;quot;Manage Users&amp;quot;]].&lt;br /&gt;
&lt;br /&gt;
= Advanced Path Settings=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If possible do no touch these settings. Additionally these settings can only be adjusted on config-defaults.php.&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;$homeurl:&#039;&#039;&#039; This should be set to the URL location of your administration scripts. These are the scripts in the /limesurvey/admin folder. This should be set to the WEB URL location - for example &amp;quot;http://www.example.com/limesurvey/html/admin&amp;quot;. Don&#039;t add a trailing slash to this entry. The default setting in config.php attempts to detect the name of your server automatically using a php variable setting - {$_SERVER&amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;&#039;SERVER_NAME&#039;]}. In most cases you can leave this and just modify the remainder of this string to match the directory name you have put the LimeSurvey scripts in.&lt;br /&gt;
*&#039;&#039;&#039;$publicurl:&#039;&#039;&#039; This should be set to the URL location of your &#039;public scripts&#039;. The public scripts are those located in the &amp;quot;limesurvey&amp;quot; folder (or whatever name you gave to the directory that all the other scripts and directories are kept in).&lt;br /&gt;
*&#039;&#039;&#039;$tempurl:&#039;&#039;&#039; This should be set to the URL location of your &amp;quot;/limesurvey/tmp&amp;quot; directory - or a directory which you would like LimeSurvey to use to store temporary files, including uploads. This directory must be set to read &amp;amp; write for your webserver (e.g. chmod 755)&lt;br /&gt;
*&#039;&#039;&#039;$imagefiles:&#039;&#039;&#039; By default you should leave this pointing to the URL location of /limesurvey/admin/images - where the images are installed initially. You may, however, prefer to move these images to another location and if so point this to the URL directory where they are stored.&lt;br /&gt;
*&#039;&#039;&#039;$homedir:&#039;&#039;&#039; This should be set to the physical disk location of your administration scripts - for example &amp;quot;/home/usr/htdocs/limesurvey/admin&amp;quot;. Don&#039;t add a trailing slash to this entry. The default setting in config.php attempts to detect the default root path of all your documents using the php variable setting - {$_SERVER&amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;&#039;DOCUMENT_ROOT&#039;]}. In most cases you can leave this and just modify the remainder of this string to match the directory name you have put the LimeSurvey scripts in.&lt;br /&gt;
*&#039;&#039;&#039;$publicdir:&#039;&#039;&#039; This should be set to the physical disk location of your &#039;public scripts&#039;.&lt;br /&gt;
*&#039;&#039;&#039;$tempdir:&#039;&#039;&#039; This should be set to the physical disk location of your /limesurvey/tmp directory so that the script can read and write files.&lt;br /&gt;
*&#039;&#039;&#039;$fckeditordir:&#039;&#039;&#039; url of the fckeditor script&lt;br /&gt;
*&#039;&#039;&#039;$fckeditexpandtoolbar:&#039;&#039;&#039; defines if the FCKeditor toolbar should be opened by default&lt;br /&gt;
*&#039;&#039;&#039;$pdfexportdir:&#039;&#039;&#039; Directory with the tcpdf.php extensiontcpdf.php&lt;br /&gt;
*&#039;&#039;&#039;$pdffonts:&#039;&#039;&#039; Directory for the TCPDF fonts&lt;/div&gt;</summary>
		<author><name>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Optional_settings/Page_display_title/tr&amp;diff=57686</id>
		<title>Translations:Optional settings/Page display title/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Optional_settings/Page_display_title/tr&amp;diff=57686"/>
		<updated>2013-10-14T17:42:39Z</updated>

		<summary type="html">&lt;p&gt;Cazim: Created page with &amp;quot;Opsiyonel ayarlar&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Opsiyonel ayarlar&lt;/div&gt;</summary>
		<author><name>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/tr&amp;diff=57685</id>
		<title>LimeSurvey Manual/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/tr&amp;diff=57685"/>
		<updated>2013-10-14T17:41:51Z</updated>

		<summary type="html">&lt;p&gt;Cazim: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Genel=&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;
Main Chapters:&lt;br /&gt;
*[[installation/tr|Kurulum]]&lt;br /&gt;
*[[Optional settings/tr|Opsiyonel Ayarlar]]&lt;br /&gt;
*[[Administering LimeSurvey/tr|LimeSurvey Yönetmek]]&lt;br /&gt;
*[[Getting Started/tr|Başlarken]]&lt;br /&gt;
*[[Creating surveys - Introduction/tr|Anket Oluşturmak - Giriş]]&lt;br /&gt;
*[[Managing Surveys/tr|Anketleri Yönetmek]]&lt;br /&gt;
*[[Not Categorized and Advanced Features/tr|Diğer ve Gelişmiş Özellikler]]&lt;br /&gt;
*[[General FAQ/tr|Genel SSS]]&lt;br /&gt;
*[[LimeSurvey Glossary/tr|LimeSurvey Sözlük]]&lt;br /&gt;
*[[How to design a good survey (guide)/tr|İyi bir anket nasıl tasarlanır (kılavuz)]]&lt;br /&gt;
*[[Workarounds/tr|Workarounds]]&lt;br /&gt;
*[[License/tr|Lisans]]&lt;br /&gt;
*[[Version change log/tr|Versiyon geçmişi]]&lt;br /&gt;
*[[Plugins/tr|Eklentiler]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] allows users to quickly create intuitive, powerful, online question-and-answer surveys that can work for tens to thousands of participants without much effort.  The survey software itself is self-guiding for the respondents who are participating.  This manual is thus focused at how to install the application, administer the installation, and support survey creators, administrators and report generation users alike.&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;
**[[Authentication vs Atlassian Crowd]]&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>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/1/tr&amp;diff=57684</id>
		<title>Translations:LimeSurvey Manual/1/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/1/tr&amp;diff=57684"/>
		<updated>2013-10-14T17:41:51Z</updated>

		<summary type="html">&lt;p&gt;Cazim: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
Main Chapters:&lt;br /&gt;
*[[installation/tr|Kurulum]]&lt;br /&gt;
*[[Optional settings/tr|Opsiyonel Ayarlar]]&lt;br /&gt;
*[[Administering LimeSurvey/tr|LimeSurvey Yönetmek]]&lt;br /&gt;
*[[Getting Started/tr|Başlarken]]&lt;br /&gt;
*[[Creating surveys - Introduction/tr|Anket Oluşturmak - Giriş]]&lt;br /&gt;
*[[Managing Surveys/tr|Anketleri Yönetmek]]&lt;br /&gt;
*[[Not Categorized and Advanced Features/tr|Diğer ve Gelişmiş Özellikler]]&lt;br /&gt;
*[[General FAQ/tr|Genel SSS]]&lt;br /&gt;
*[[LimeSurvey Glossary/tr|LimeSurvey Sözlük]]&lt;br /&gt;
*[[How to design a good survey (guide)/tr|İyi bir anket nasıl tasarlanır (kılavuz)]]&lt;br /&gt;
*[[Workarounds/tr|Workarounds]]&lt;br /&gt;
*[[License/tr|Lisans]]&lt;br /&gt;
*[[Version change log/tr|Versiyon geçmişi]]&lt;br /&gt;
*[[Plugins/tr|Eklentiler]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/tr&amp;diff=57683</id>
		<title>LimeSurvey Manual/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/tr&amp;diff=57683"/>
		<updated>2013-10-14T17:37:34Z</updated>

		<summary type="html">&lt;p&gt;Cazim: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Genel=&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;
Main Chapters:&lt;br /&gt;
*[[installation/tr|Kurulum]]&lt;br /&gt;
*[[Opsiyonel Ayarlar]]&lt;br /&gt;
*[[LimeSurvey Yönetmek]]&lt;br /&gt;
*[[Başlarken]]&lt;br /&gt;
*[[Anket Oluşturmak - Giriş]]&lt;br /&gt;
*[[Anketleri Yönetmek]]&lt;br /&gt;
*[[Diğer ve Gelişmiş Özellikler]]&lt;br /&gt;
*[[Genel SSS]]&lt;br /&gt;
*[[LimeSurvey Sözlük]]&lt;br /&gt;
*[[İyi bir anket nasıl tasarlanır (kılavuz)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
*[[Lİsans]]&lt;br /&gt;
*[[Versiyon geçmişi]]&lt;br /&gt;
*[[Eklentiler]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] allows users to quickly create intuitive, powerful, online question-and-answer surveys that can work for tens to thousands of participants without much effort.  The survey software itself is self-guiding for the respondents who are participating.  This manual is thus focused at how to install the application, administer the installation, and support survey creators, administrators and report generation users alike.&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;
**[[Authentication vs Atlassian Crowd]]&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>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/1/tr&amp;diff=57682</id>
		<title>Translations:LimeSurvey Manual/1/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/1/tr&amp;diff=57682"/>
		<updated>2013-10-14T17:37:33Z</updated>

		<summary type="html">&lt;p&gt;Cazim: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
Main Chapters:&lt;br /&gt;
*[[installation/tr|Kurulum]]&lt;br /&gt;
*[[Opsiyonel Ayarlar]]&lt;br /&gt;
*[[LimeSurvey Yönetmek]]&lt;br /&gt;
*[[Başlarken]]&lt;br /&gt;
*[[Anket Oluşturmak - Giriş]]&lt;br /&gt;
*[[Anketleri Yönetmek]]&lt;br /&gt;
*[[Diğer ve Gelişmiş Özellikler]]&lt;br /&gt;
*[[Genel SSS]]&lt;br /&gt;
*[[LimeSurvey Sözlük]]&lt;br /&gt;
*[[İyi bir anket nasıl tasarlanır (kılavuz)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
*[[Lİsans]]&lt;br /&gt;
*[[Versiyon geçmişi]]&lt;br /&gt;
*[[Eklentiler]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/tr&amp;diff=57681</id>
		<title>Installation - LimeSurvey CE/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/tr&amp;diff=57681"/>
		<updated>2013-10-14T17:31:29Z</updated>

		<summary type="html">&lt;p&gt;Cazim: Created page with &amp;quot;Kurulum&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: These installation instructions are for version 2.0 or later. Older instructions for 1.92 can be found [[Installation Version 1.92 or older|here]] &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
The LimeSurvey project offers two ways of installating LimeSurvey:&lt;br /&gt;
*On your webserver:&amp;lt;br /&amp;gt;In that case just follow the instructions on this page starting with step 1.&lt;br /&gt;
&lt;br /&gt;
*On your local Windows PC:&amp;lt;br /&amp;gt;You usually only want to install LimeSurvey on your local PC if you want to create surveys locally (mainly for speed or test reasons) and upload them later to your live LimeSurvey installation on a web server. For this we have prepared a special package for LimeSurvey which includes the web server, the database and the LimeSurvey application and [[Installation of the LimeSurvey XAMPP package|instructions how to install it]].&lt;br /&gt;
&lt;br /&gt;
=Make sure you can use LimeSurvey on your website=&lt;br /&gt;
&lt;br /&gt;
Make sure your server meets the following additional requirements. Most of these requirements will also be checked during the installation.&lt;br /&gt;
&lt;br /&gt;
Required:&lt;br /&gt;
* Minimum 80 MB disk space&lt;br /&gt;
* MySQL 4.1.0 or later &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 or later &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 8.1 or later&lt;br /&gt;
* PHP 5.1.6 or later with the following modules/libraries enabled:&lt;br /&gt;
** mbstring (Multibyte String Functions) extension library (see also [[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|Installation FAQ]])&lt;br /&gt;
** PDO database driver for MySQL (pdo_mysql or pdo_mysqli) or Postgres (pdo_pgsql) or MSSQL ([http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv])&lt;br /&gt;
** For PHP versions &amp;lt;5.2 you will need to have the PECL JSON library( see [http://pecl.php.net/package/json]) installed&lt;br /&gt;
** Also we assume in general that all PHP  default libraries are enabled (like hash, session, etc.).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Please note that LimeSurvey 2.x uses different database drivers than 1.x . If you get a message not No DBO driver was found during the installation you will have to contact your webspace provider and ask them to activate one of the aforementioned database driver libraries. &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Optional PHP Extensions:&lt;br /&gt;
* &#039;&#039;&#039;GD-Library&#039;&#039;&#039; &#039;&#039;&#039;with FreeType support&#039;&#039;&#039; installed is needed for captchas or nice charts in statistics - see [http://de3.php.net/manual/en/image.setup.php PHP GD-Library Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;IMAP&#039;&#039;&#039; (pretty standard) is needed for the [[Email bounce tracking system]] - see [http://www.php.net/manual/en/imap.setup.php PHP IMAP Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;LDAP&#039;&#039;&#039; installed is needed to import tokens using LDAP - see [http://de.php.net/manual/en/ldap.installation.php PHP LDAP Documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zip&#039;&#039;&#039; (pretty standard) for template upload and import resources Zip archives - see [http://www.php.net/manual/en/zip.setup.php PHP Zip Extension documentation]&lt;br /&gt;
* &#039;&#039;&#039;Zlib&#039;&#039;&#039; (pretty standard) is needed for the [[ComfortUpdate]] - see [http://www.php.net/manual/en/zlib.setup.php PHP Zlib Extension documentation]&lt;br /&gt;
&lt;br /&gt;
In most cases your webspace provider or system administrator will be able to help you out on these optional components.&lt;br /&gt;
&lt;br /&gt;
If you want to try LimeSurvey on your local machine we recommend [http://www.apachefriends.org/en/xampp.html XAMPP] which is an easy to install software package containing a complete web server with Apache, MySQL, PHP and Perl. LimeSurvey will run on XAMPP with no configuration needed.&lt;br /&gt;
&lt;br /&gt;
If you want to run Microsoft&#039;s IIS server take a look at &amp;quot;[[Installation of LimeSurvey on a Windows XP machine]]&amp;quot; and &amp;quot;[[Installation on XP with IIS]]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Hosting for LimeSurvey===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey should work with most hosting companies which provide PHP and MYSQL. If you want a ready-installed version of LimeSurvey consider using [http://www.limeservice.com LimeService], else check out our [[LimeSurvey-compatible hosting companies|list of LimeSurvey-compatible hosting companies]].&lt;br /&gt;
&lt;br /&gt;
=Download the LimeSurvey package=&lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.org/en/download Download] the latest stable LimeSurvey zip package (there are also gzip, bz2 and 7zip packages available for your convenience) and save it to your local disk.&lt;br /&gt;
&lt;br /&gt;
=Unpack the LimeSurvey package=&lt;br /&gt;
&lt;br /&gt;
Uncompress the zip file into a dedicated directory/folder using your preferred compression software. When you uncompress the file make sure that you uncompress the directory structure with the files (this is default behavior for most compression programs). The path name for the installation directory should not include &#039;&#039;&#039;(&#039;&#039;&#039; or &#039;&#039;&#039;)&#039;&#039;&#039; characters, but may include the &#039;&#039;&#039;space&#039;&#039;&#039; character&lt;br /&gt;
&lt;br /&gt;
=Collect information about your server=&lt;br /&gt;
&lt;br /&gt;
You will need to know the following things to install LimeSurvey on your web server correctly:&lt;br /&gt;
*Your intended website URL where your scripts will reside (e.g: &#039;&#039;http://my.domain.com/limesurvey&#039;&#039;)&lt;br /&gt;
*The physical disk location on your server where your scripts will reside (ie: &#039;&#039;/home/usr/htdocs/limesurvey&#039;&#039;)&lt;br /&gt;
*The IP/net location of your database server (ie: &#039;&#039;localhost&#039;&#039;)&lt;br /&gt;
*If your database server uses a non-standard port find out which port it is.&lt;br /&gt;
*Your username and password for your database server&lt;br /&gt;
*With most providers you can&#039;t let the script create the database but have to do it yourself.  If you are using such a provider please create a database (for example &#039;&#039;limesurvey&#039;&#039;) yourself.&lt;br /&gt;
&lt;br /&gt;
=Upload the files to your web server=&lt;br /&gt;
&lt;br /&gt;
Using your FTP program, connect to your web server and create a directory to store your scripts. Then upload the files using the directory structure they are in. Make sure you &#039;&#039;&#039;upload the files in binary mode&#039;&#039;&#039; (check the settings of your FTP program). Please note that uploading in ASCII mode can lead to uncommon errors (e.g. &#039;class not found&#039; error during installation), also images may not be uploaded correctly.&lt;br /&gt;
&lt;br /&gt;
=Set Directory permissions=&lt;br /&gt;
&lt;br /&gt;
For the script to work properly it needs certain access to some directories - this applies especially to Linux/*nix systems.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files are used for imports &amp;amp; uploads and should be set to &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039; directory and all its subdirectories and files must also have &#039;&#039;Read &amp;amp; Write&#039;&#039; for your webserver in order to enable picture and media files upload.&lt;br /&gt;
*The &#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; directory also needs &#039;&#039;Read &amp;amp; Write&#039;&#039; permissions for your webserver.&lt;br /&gt;
*The other directories can be set to &#039;&#039;Read Only&#039;&#039; or in Linux/Unix. You may wish to set the permissions on each file within the /limesurvey/admin directory to &#039;&#039;Read Only&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--div class=&amp;quot;simplebox&amp;quot;&amp;gt;[[File:help.png]] &#039;&#039;&#039;Hint:&#039;&#039;&#039; If you are using Linux then depending on your webserver configuration you will have to chmod the rights on the writable folders to 755 or 777. Try 755 first - if it does not work &#039;upgrade&#039; to 777.&amp;lt;/div--&amp;gt;&lt;br /&gt;
{{Hint|Text=If you are using Linux then depending on your webserver configuration you will have to chmod the rights on the writable folders to 755 or 777. Try 755 first - if it does not work &#039;upgrade&#039; to 777.}}&lt;br /&gt;
&lt;br /&gt;
=Create a database user=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey will create a database and the tables inside it. To be able to do this it will need the username and password of a database user. In general we recommend to create a database user with the following permissions:&lt;br /&gt;
&lt;br /&gt;
- MySQL: SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server:&lt;br /&gt;
&lt;br /&gt;
=Run the installation script=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://your.domain.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
=Connect to the administration script for the first time=&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL of your admin.php script. Assuming you used LimeSurvey as the directory name to store the files in, this will be something like &amp;quot;http://your.domain.com/limesurvey/admin/admin.php&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
You should get a login screen. The default login credentials (if not changed during in the installation) are&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; User: admin&lt;br /&gt;
&lt;br /&gt;
Password: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will be prompted to change the default password after you logged in. Have fun!&lt;br /&gt;
&lt;br /&gt;
=What if I have problems...=&lt;br /&gt;
&lt;br /&gt;
Like all computer programs, most of the time things will work just like the instructions say, but sometimes they just won&#039;t. There are too many possible reasons for things not going according to plan to describe here. If you have trouble, first check out the [[Installation FAQ]]. If you don&#039;t find your answer there please post your problem and any error messages in the [http://www.limesurvey.org/en/forum LimeSurvey forums] on limesurvey.org or join the [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[http://www.limesurvey.org/en/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/Page_display_title/tr&amp;diff=57680</id>
		<title>Translations:Installation - LimeSurvey CE/Page display title/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/Page_display_title/tr&amp;diff=57680"/>
		<updated>2013-10-14T17:31:28Z</updated>

		<summary type="html">&lt;p&gt;Cazim: Created page with &amp;quot;Kurulum&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kurulum&lt;/div&gt;</summary>
		<author><name>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/tr&amp;diff=57679</id>
		<title>LimeSurvey Manual/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/tr&amp;diff=57679"/>
		<updated>2013-10-14T17:30:28Z</updated>

		<summary type="html">&lt;p&gt;Cazim: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Genel=&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;
Main Chapters:&lt;br /&gt;
*[[Kurulum]]&lt;br /&gt;
*[[Opsiyonel Ayarlar]]&lt;br /&gt;
*[[LimeSurvey Yönetmek]]&lt;br /&gt;
*[[Başlarken]]&lt;br /&gt;
*[[Anket Oluşturmak - Giriş]]&lt;br /&gt;
*[[Anketleri Yönetmek]]&lt;br /&gt;
*[[Diğer ve Gelişmiş Özellikler]]&lt;br /&gt;
*[[Genel SSS]]&lt;br /&gt;
*[[LimeSurvey Sözlük]]&lt;br /&gt;
*[[İyi bir anket nasıl tasarlanır (kılavuz)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
*[[Lİsans]]&lt;br /&gt;
*[[Versiyon geçmişi]]&lt;br /&gt;
*[[Eklentiler]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] allows users to quickly create intuitive, powerful, online question-and-answer surveys that can work for tens to thousands of participants without much effort.  The survey software itself is self-guiding for the respondents who are participating.  This manual is thus focused at how to install the application, administer the installation, and support survey creators, administrators and report generation users alike.&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;
**[[Authentication vs Atlassian Crowd]]&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>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/1/tr&amp;diff=57678</id>
		<title>Translations:LimeSurvey Manual/1/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/1/tr&amp;diff=57678"/>
		<updated>2013-10-14T17:30:28Z</updated>

		<summary type="html">&lt;p&gt;Cazim: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
Main Chapters:&lt;br /&gt;
*[[Kurulum]]&lt;br /&gt;
*[[Opsiyonel Ayarlar]]&lt;br /&gt;
*[[LimeSurvey Yönetmek]]&lt;br /&gt;
*[[Başlarken]]&lt;br /&gt;
*[[Anket Oluşturmak - Giriş]]&lt;br /&gt;
*[[Anketleri Yönetmek]]&lt;br /&gt;
*[[Diğer ve Gelişmiş Özellikler]]&lt;br /&gt;
*[[Genel SSS]]&lt;br /&gt;
*[[LimeSurvey Sözlük]]&lt;br /&gt;
*[[İyi bir anket nasıl tasarlanır (kılavuz)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
*[[Lİsans]]&lt;br /&gt;
*[[Versiyon geçmişi]]&lt;br /&gt;
*[[Eklentiler]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/tr&amp;diff=57677</id>
		<title>LimeSurvey Manual/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/tr&amp;diff=57677"/>
		<updated>2013-10-14T17:26:43Z</updated>

		<summary type="html">&lt;p&gt;Cazim: Created page with &amp;quot;&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Main Chapters: *Kurulum *Opsiyonel Ayarlar *LimeSurvey Yönetmek *Başlarken *Anket Oluşturmak - Giriş ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Genel=&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;
Main Chapters:&lt;br /&gt;
*[[Kurulum]]&lt;br /&gt;
*[[Opsiyonel Ayarlar]]&lt;br /&gt;
*[[LimeSurvey Yönetmek]]&lt;br /&gt;
*[[Başlarken]]&lt;br /&gt;
*[[Anket Oluşturmak - Giriş]]&lt;br /&gt;
*[[Anketleri Yönetmek]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] allows users to quickly create intuitive, powerful, online question-and-answer surveys that can work for tens to thousands of participants without much effort.  The survey software itself is self-guiding for the respondents who are participating.  This manual is thus focused at how to install the application, administer the installation, and support survey creators, administrators and report generation users alike.&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;
**[[Authentication vs Atlassian Crowd]]&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>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/1/tr&amp;diff=57676</id>
		<title>Translations:LimeSurvey Manual/1/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/1/tr&amp;diff=57676"/>
		<updated>2013-10-14T17:26:43Z</updated>

		<summary type="html">&lt;p&gt;Cazim: Created page with &amp;quot;&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Main Chapters: *Kurulum *Opsiyonel Ayarlar *LimeSurvey Yönetmek *Başlarken *Anket Oluşturmak - Giriş ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
Main Chapters:&lt;br /&gt;
*[[Kurulum]]&lt;br /&gt;
*[[Opsiyonel Ayarlar]]&lt;br /&gt;
*[[LimeSurvey Yönetmek]]&lt;br /&gt;
*[[Başlarken]]&lt;br /&gt;
*[[Anket Oluşturmak - Giriş]]&lt;br /&gt;
*[[Anketleri Yönetmek]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/tr&amp;diff=57675</id>
		<title>LimeSurvey Manual/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/tr&amp;diff=57675"/>
		<updated>2013-10-14T17:24:36Z</updated>

		<summary type="html">&lt;p&gt;Cazim: Created page with &amp;quot;=Genel=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Genel=&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;
Main Chapters:&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
*[[Optional settings]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] allows users to quickly create intuitive, powerful, online question-and-answer surveys that can work for tens to thousands of participants without much effort.  The survey software itself is self-guiding for the respondents who are participating.  This manual is thus focused at how to install the application, administer the installation, and support survey creators, administrators and report generation users alike.&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;
**[[Authentication vs Atlassian Crowd]]&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>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/10/tr&amp;diff=57674</id>
		<title>Translations:LimeSurvey Manual/10/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/10/tr&amp;diff=57674"/>
		<updated>2013-10-14T17:24:36Z</updated>

		<summary type="html">&lt;p&gt;Cazim: Created page with &amp;quot;=Genel=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Genel=&lt;/div&gt;</summary>
		<author><name>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/tr&amp;diff=57673</id>
		<title>LimeSurvey Manual/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/tr&amp;diff=57673"/>
		<updated>2013-10-14T17:24:29Z</updated>

		<summary type="html">&lt;p&gt;Cazim: Created page with &amp;quot;LimeSurvey Kullanım Kılavuzu&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;
&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;
Main Chapters:&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
*[[Optional settings]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] allows users to quickly create intuitive, powerful, online question-and-answer surveys that can work for tens to thousands of participants without much effort.  The survey software itself is self-guiding for the respondents who are participating.  This manual is thus focused at how to install the application, administer the installation, and support survey creators, administrators and report generation users alike.&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;
**[[Authentication vs Atlassian Crowd]]&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>Cazim</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/Page_display_title/tr&amp;diff=57672</id>
		<title>Translations:LimeSurvey Manual/Page display title/tr</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/Page_display_title/tr&amp;diff=57672"/>
		<updated>2013-10-14T17:24:29Z</updated>

		<summary type="html">&lt;p&gt;Cazim: Created page with &amp;quot;LimeSurvey Kullanım Kılavuzu&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;LimeSurvey Kullanım Kılavuzu&lt;/div&gt;</summary>
		<author><name>Cazim</name></author>
	</entry>
</feed>