<?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=Bobc55</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=Bobc55"/>
	<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/Special:Contributions/Bobc55"/>
	<updated>2026-08-11T01:26:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Setting_conditions&amp;diff=2975</id>
		<title>Setting conditions</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Setting_conditions&amp;diff=2975"/>
		<updated>2011-11-17T16:54:07Z</updated>

		<summary type="html">&lt;p&gt;Bobc55: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=Overview of Conditions in LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has a very powerful logical branching feature. [[File:conditions_icon.png]]&lt;br /&gt;
&lt;br /&gt;
In this chapter we will describe:&lt;br /&gt;
* what conditions are in LimeSurvey&lt;br /&gt;
* what you can and can&#039;t do with conditions&lt;br /&gt;
* what steps you need to learn to setup simple or more complex conditions&lt;br /&gt;
&lt;br /&gt;
For step-by-step video instructions check out [http://video.aol.co.uk/video-detail/conditions-in-limesurvey/838332261 this tutorial] or download the condition sample survey: [[Media:Limesurvey_sample_survey_Conditions.lss|Limesurvey_sample_survey_Conditions.lss]].&lt;br /&gt;
&lt;br /&gt;
==Hide/Show Branching Versus Jump Branching==&lt;br /&gt;
&lt;br /&gt;
You can design logical branching with LimeSurvey, this means that you can decide that some questions will be displayed only if some conditions are met like &amp;quot;Show question X if question Y was answered &#039;Z&#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Our approach is to implement a &#039;&#039;&#039;Hide/Show Branching Logic&#039;&#039;&#039;:&lt;br /&gt;
* you can define a condition or a set of conditions on each question of your survey: if the condition is met, the question will be displayed&lt;br /&gt;
&lt;br /&gt;
Simply put:&lt;br /&gt;
* a question without a condition defined on it will always be displayed&lt;br /&gt;
* a question with a condition defined on it will not be displayed unless the condition is met&lt;br /&gt;
&lt;br /&gt;
This approach is different from the &#039;&#039;&#039;Jump Branching Logic&#039;&#039;&#039; that is sometimes implemented by other software. In the &#039;&#039;&#039;Jump Branching Logic&#039;&#039;&#039;, the resulting action of a met condition would be to jump to another question (that is to say hide all questions in between). &#039;&#039;&#039;Limesurvey doesn&#039;t implement this Jump Branching Logic&#039;&#039;&#039; method. Instead if you wish to jump a series of questions, you would simply set the same condition on all the questions you do not wish displayed. For example if the jump condition you want to set on Question2 is &amp;quot;Jump to Question5 if the answer to Question1 is &#039;Yes&#039;&amp;quot;, you can simply:&lt;br /&gt;
*set a condition on questions 2, 3 and 4 to only display &amp;quot;if the answer to Question1 was NOT &#039;Yes&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:simple-condition-on-yes-question.png]]&lt;br /&gt;
* LimeSurvey makes setting the same condition on multiple questions (and thus implementing &#039;&#039;&#039;Jump Branching Logic&#039;&#039;&#039;) easy by allowing you to &amp;quot;copy&amp;quot; a condition from one question to a series of others. In the above example you would begin by setting the condition on Question2, then from the same screen you would copy that condition to Question3 and Question4.&lt;br /&gt;
&lt;br /&gt;
==Supported Types of Conditions==&lt;br /&gt;
&lt;br /&gt;
Basically, a condition can compare values and returns true or false.&lt;br /&gt;
&lt;br /&gt;
Values that can be compared are:&lt;br /&gt;
* &#039;&#039;&#039;answers to previous questions&#039;&#039;&#039;&lt;br /&gt;
** for instance: &amp;quot;IF you answered &#039;Yes&#039; to Question1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:simple-condition-on-F-question.png]]&lt;br /&gt;
&lt;br /&gt;
It is important at this point to understand what is considered as an eligible question-entry for the condition editor:&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;question-entry&#039;&#039; is either:&lt;br /&gt;
* a simple question (for all question types apart from Array questions)&lt;br /&gt;
** for instance: text questions, radio or dropdown lists, and even multiple choices questions&lt;br /&gt;
* or a row in Array questions (except for Array dual scale and Array Multiple Flexible questions),&lt;br /&gt;
** for instance: Array of 5 radio buttons, array with label questions&lt;br /&gt;
* or either the left part or the right part of an Array dual scale question&lt;br /&gt;
* or each cell of an Array Flexible question&lt;br /&gt;
&lt;br /&gt;
As a matter of simplification, &#039;&#039;question-entries&#039;&#039; are just called &amp;quot;Question&amp;quot; in this document and the condition editor.&lt;br /&gt;
* &#039;&#039;&#039;constant values&#039;&#039;&#039;&lt;br /&gt;
** for instance: &amp;quot;IF you answered more than 3 days to Question2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:simple-condition-on-numerical-question.png]]&lt;br /&gt;
* &#039;&#039;&#039;Participant&#039;s profile data&#039;&#039;&#039; To use &#039;&#039;&#039;Token attributes&#039;&#039;&#039;, &amp;quot;Anonymized responses&amp;quot; must be set to NO.  This option can be found in General Settings -&amp;gt; Tokens tab.&lt;br /&gt;
&lt;br /&gt;
[[File:simple-condition-on-token.png]]&lt;br /&gt;
&lt;br /&gt;
Several comparison operators are supported from the simple &amp;quot;equals&amp;quot;, to the advanced &amp;quot;Regular Expression&amp;quot;:&lt;br /&gt;
* The basic ones are equality, and inequality&lt;br /&gt;
* The greater/less than operator family is also available, and is usually only useful when using numeric question-entries&lt;br /&gt;
** Please note that comparisons on numeric fields honor the numeric order: for instance 2 &amp;lt; 10&lt;br /&gt;
** If you&#039;re using a question entry whose type is text, then the condition could be evaluated as &amp;quot;2&amp;quot; &amp;gt; &amp;quot;10&amp;quot; (string order)!&lt;br /&gt;
** Numeric questions, as well as text questions (when they have the &#039;numbers_only&#039; attribute set), will use the numeric order for comparisons&lt;br /&gt;
* An advanced comparison operator using regular expressions is also available.&lt;br /&gt;
* The &amp;quot;Regular Expression&amp;quot; operator (don&#039;t panic: If you don&#039;t know what this means, then you don&#039;t need it)&lt;br /&gt;
** the pattern is &#039;&#039;&#039;not&#039;&#039;&#039; to be enclosed in &#039;/&#039; characters&lt;br /&gt;
** for instance &amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;[a-zA-Z]$&lt;br /&gt;
&lt;br /&gt;
==How can I combine conditions==&lt;br /&gt;
&lt;br /&gt;
[[File:simple-conditions-combination.png]]&lt;br /&gt;
&lt;br /&gt;
You can &#039;&#039;&#039;build complex conditions&#039;&#039;&#039; by &#039;&#039;&#039;combining simple conditions&#039;&#039;&#039; with the &#039;&#039;&#039;AND &#039;&#039;&#039;and &#039;&#039;&#039;OR &#039;&#039;&#039;logical operators.&lt;br /&gt;
&lt;br /&gt;
However, it is important to understand that &#039;&#039;&#039;LimeSurvey automatically determines which logical operator to apply&#039;&#039;&#039;: this means that the use of the &#039;&#039;&#039;OR &#039;&#039;&#039;or &#039;&#039;&#039;AND &#039;&#039;&#039;operators is determined &#039;&#039;&#039;according to the context&#039;&#039;&#039; of the condition.&lt;br /&gt;
&lt;br /&gt;
We&#039;ll talk about complex conditions later, but let&#039;s start by the simple ones first.&lt;br /&gt;
&lt;br /&gt;
=Understanding Simple conditions: elementary conditions=&lt;br /&gt;
&lt;br /&gt;
==Accessing the editor screen==&lt;br /&gt;
&lt;br /&gt;
First you need to access the condition editor:&lt;br /&gt;
* open the condition menu by clicking on the &#039;&#039;conditions icon&#039;&#039; [[File:conditions.png]] in the question button bar, when viewing a question.&lt;br /&gt;
* then click on the &#039;&#039;Set Conditions icon&#039;&#039; [[File:conditions_add.png]] , the edit conditions screen will appear allowing you to create, edit or delete conditions for the current question.&lt;br /&gt;
&lt;br /&gt;
The following screen will appear:&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-EditorView.png]]&lt;br /&gt;
&lt;br /&gt;
Note: for the moment &#039;&#039;&#039;don&#039;t modify the default scenario&#039;&#039;&#039; ([[File:default_scenario.png]]) that is automatically selected in the condition addition form: we&#039;ll discuss this later.&lt;br /&gt;
&lt;br /&gt;
==Definition of elementary conditions==&lt;br /&gt;
&lt;br /&gt;
An elementary condition is simply a single condition &#039;&#039;&#039;without any OR or AND&#039;&#039;&#039; logical operators.&lt;br /&gt;
&lt;br /&gt;
It is composed by:&lt;br /&gt;
* a left operand: the &#039;&#039;tested value&#039;&#039;&lt;br /&gt;
** you can choose the &#039;&#039;tested value&#039;&#039; type by selecting the appropriate tab in the condition editor&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-testedvalueTab.png]]&lt;br /&gt;
* a &#039;&#039;comparison operator&#039;&#039;&lt;br /&gt;
** Choose the &#039;&#039;comparison operator&#039;&#039; you want to apply in the dropdown list&lt;br /&gt;
&lt;br /&gt;
[[File:conditions-operators.png]]&lt;br /&gt;
* a right operand: the &#039;&#039;comparison value&#039;&#039;&lt;br /&gt;
** you can choose the &#039;&#039;comparison value&#039;&#039; type by selecting the appropriate tab in the condition editor&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-comparisonvalueTab.png]]&lt;br /&gt;
&lt;br /&gt;
==Example of elementary conditions and how to create them==&lt;br /&gt;
* Show question IF &amp;quot;the answer to Question1 was the predefined answer &#039;Male&#039;&amp;quot;&lt;br /&gt;
** &#039;&#039;tested value&#039;&#039; = answer to Question1&lt;br /&gt;
** &#039;&#039;comparison operator&#039;&#039; = equals&lt;br /&gt;
** &#039;&#039;comparison value&#039;&#039; = answer code of the &#039;Male&#039; answer&lt;br /&gt;
&lt;br /&gt;
[[File:edit-simple-condition-predefanswer.png]]&lt;br /&gt;
* Show question IF &amp;quot;the answer to Question2 was greater than the numerical value &#039;5&#039;&amp;quot;&lt;br /&gt;
** &#039;&#039;tested value&#039;&#039;= answer to Question2&lt;br /&gt;
** &#039;&#039;comparison operator&#039;&#039;= greater than&lt;br /&gt;
** &#039;&#039;comparison value&#039;&#039;= the constant value 5&lt;br /&gt;
&lt;br /&gt;
[[File:edit-simple-condition-constant.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&#039;&#039;&#039;Caution&#039;&#039;&#039;: When using a constant &#039;comparison value&#039; for a date question, you must enter the value with the YYY-MM-DD format, whatever the date format is set for current survey.&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
* Show question IF &amp;quot;the answer to Question3 was greater than the answer to Question2&amp;quot;&lt;br /&gt;
** &#039;&#039;tested value&#039;&#039;= answer to Question3&lt;br /&gt;
** &#039;&#039;comparison operator&#039;&#039;= greater than&lt;br /&gt;
** &#039;&#039;comparison value&#039;&#039;= answer to Question2&lt;br /&gt;
&lt;br /&gt;
[[File:edit-simple-condition-prevQuestion.png]]&lt;br /&gt;
* Show question IF &amp;quot;the &#039;Department&#039; value from the participant&#039;s profile (Token Attribute from the invitation) equals the &#039;Accounting&#039; string&amp;quot;&lt;br /&gt;
** &#039;&#039;tested value&#039;&#039;= the &#039;Department&#039; value taken from the token invitation&lt;br /&gt;
** &#039;&#039;comparison operator&#039;&#039;= equals&lt;br /&gt;
** &#039;&#039;comparison value&#039;&#039;= the constant value &#039;Accounting&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:edit-simple-condition-leftToken.png]]&lt;br /&gt;
&lt;br /&gt;
=Default condition combinations=&lt;br /&gt;
&lt;br /&gt;
As said earlier, LimeSurvey automatically decides which logical operator (AND or OR) should be applied between conditions depending on the &#039;context&#039;.&lt;br /&gt;
&lt;br /&gt;
Note also that &#039;&#039;&#039;the order in which you define your elementary conditions is not relevant&#039;&#039;&#039; as LimeSurvey will automatically reorder them according to its own logic.&lt;br /&gt;
&lt;br /&gt;
Let&#039;s study this in detail.&lt;br /&gt;
&lt;br /&gt;
==First rule: conditions having the same &#039;&#039;tested value&#039;&#039; are ORed together==&lt;br /&gt;
&lt;br /&gt;
When you have several conditions they are &#039;&#039;&#039;ORed&#039;&#039;&#039; together if they share the same &#039;&#039;&#039;tested value&#039;&#039;&#039;&lt;br /&gt;
* this is the case for instance for several possible answers of the same previous questions: &amp;quot;If answer to Question1 equals &#039;green&#039; &#039;&#039;&#039;OR&#039;&#039;&#039;  answer to Question1 equals &#039;red&#039;  &#039;&#039;&#039;OR&#039;&#039;&#039;  answer to Question1 equals &#039;blue&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-naturalOr-edit.png]][[File:edit-conditions-naturalOr-result.png]]&lt;br /&gt;
&lt;br /&gt;
==Second rule: conditions having different &#039;&#039;tested value&#039;&#039; are ANDed together==&lt;br /&gt;
&lt;br /&gt;
When you have several conditions, they are &#039;&#039;&#039;ANDed&#039;&#039;&#039; together if they don&#039;t share the same &#039;&#039;&#039;tested values&#039;&#039;&#039;&lt;br /&gt;
* this is the case for instance for several conditions based on different answers from previous questions: &amp;quot;If answer to Question1 equals &#039;4&#039; &#039;&#039;&#039;AND&#039;&#039;&#039; answer to Question2 equals &#039;green&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-naturalAND-editA.png]]  [[File:edit-conditions-naturalAND-editB.png]]  [[File:edit-conditions-naturalAND-result.png]]&lt;br /&gt;
&lt;br /&gt;
==Third rule: ORed elementary conditions take precedence over the other ANDed conditions==&lt;br /&gt;
&lt;br /&gt;
Imagine you define the 3 following sets of conditions:&lt;br /&gt;
*IF answer to Question &amp;quot;Type !&amp;quot; was &#039;Green&#039;&lt;br /&gt;
*IF answer to question &amp;quot;Type 5&amp;quot; was &#039;4&#039;&lt;br /&gt;
*IF answer to question &amp;quot;Type A&amp;quot; was &#039;4&#039; or &#039;5&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-naturalAND-editA.png]][[File:edit-conditions-naturalAND-editB.png]][[File:edit-conditions-naturalANDandOR-editC.png]]&lt;br /&gt;
* Then the resulting conditions will be:&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-naturalANDandOR-result.png]]&lt;br /&gt;
**Note the &#039;&#039;&#039;capital &#039;OR&#039;&#039;&#039;&#039; and the &#039;&#039;&#039;lower case &#039;and&#039;&#039;&#039;&#039;: this means that ORed conditions are evaluated as if prioritized with parentheses&lt;br /&gt;
**Note also that the order of the elementary conditions creation is not preserved and has no importance here&lt;br /&gt;
** The resulting conditions is: IF (answer to question &amp;quot;Type A&amp;quot; was &#039;4&#039; &#039;&#039;&#039;OR  &#039;&#039;&#039;answer to question &amp;quot;Type A&amp;quot; was &#039;4&#039;) &#039;&#039;&#039;AND &#039;&#039;&#039;(IF answer to question &amp;quot;Type 5&amp;quot; was &#039;4&#039;) &#039;&#039;&#039;AND &#039;&#039;&#039;(IF answer to Question &amp;quot;Type !&amp;quot; was &#039;Green&#039;)&lt;br /&gt;
&lt;br /&gt;
==The multiple options questions==&lt;br /&gt;
&lt;br /&gt;
Note: This paragraph applies to &#039;&#039;Multiple options&#039;&#039; and &#039;&#039;Multiple options with comments&#039;&#039; questions, and not to &#039;&#039;Array Multiple Flexible (number) with checkbox layout&#039;&#039; questions (for this later question type, each checkbox is a separate question-entry and is not really handled as other multiple options question-types).&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-MultipleOptions1.png]]&lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;Multiple options&#039;&#039; and &#039;&#039;Multiple options with comments&#039;&#039; questions, in the &#039;&#039;tested value&#039;&#039;part of the condition editor this question will appear in two flavors&lt;br /&gt;
* a &#039;&#039;Group of checkboxes&#039;&#039; flavor which let you set conditions on all possible answers of this question&lt;br /&gt;
* a set of &#039;&#039;Single checkbox&#039;&#039; entries which let you set conditions on each checkbox individually&lt;br /&gt;
&lt;br /&gt;
And now let&#039;s test your knowledge of conditions by trying to answer this question:&lt;br /&gt;
* I&#039;ve got a multiple options question:&lt;br /&gt;
** Issue A: How can I set ORed conditions between different answers of this question&lt;br /&gt;
** Issue B: How can I set ANDed conditions between different answers of this question&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Now the answers...&lt;br /&gt;
&lt;br /&gt;
For Issue A:&lt;br /&gt;
* Use the &#039;&#039;Group of checkboxes&#039;&#039; entry as your &#039;&#039;tested value&#039;&#039; and select as much answers you want&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-MultipleOptionsOR.png]][[File:edit-conditions-MultipleOptionsOR-result.png]]&lt;br /&gt;
&lt;br /&gt;
For Issue B:&lt;br /&gt;
* Use the &#039;&#039;Single checkbox&#039;&#039; entry that correspond to the first answer you need to set the condition on and set the condition to the &#039;&#039;checked&#039;&#039; &#039;&#039;comparison value&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-MultipleOptionsAND1.png]]&lt;br /&gt;
* Use the &#039;&#039;Single checkbox&#039;&#039; entry that correspond to the second answer you need to set the condition on and set the condition to the &#039;&#039;checked&#039;&#039; &#039;&#039;comparison value&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-MultipleOptionsAND2.png]]&lt;br /&gt;
* Enjoy the result:&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-MultipleOptionsAND-result.png]]&lt;br /&gt;
&lt;br /&gt;
=Using ORed conditions between different questions: the use of scenario=&lt;br /&gt;
&lt;br /&gt;
Now, you may argue that sometimes you need to have &#039;&#039;&#039;ORed&#039;&#039;&#039; conditions even when they are set on different questions (that is to say on different &#039;&#039;&#039;tested values&#039;&#039;&#039;): this is where scenarios can be used.&lt;br /&gt;
&lt;br /&gt;
[[File:multi_scenario.png]]&lt;br /&gt;
&lt;br /&gt;
==Definition of a scenario==&lt;br /&gt;
&lt;br /&gt;
A scenario is simply &#039;&#039;&#039;a manual grouping of conditions&#039;&#039;&#039; in which conditions are evaluated independently of conditions from other scenarios. The complex condition resulting in this association of several scenarios will be met if only one scenario is met: in other words scenarios are &#039;&#039;&#039;logical grouping of conditions&#039;&#039;&#039;, respecting the above rules, and &#039;&#039;&#039;which are ORed together&#039;&#039;&#039; to build complex conditions.&lt;br /&gt;
&lt;br /&gt;
All what we described above is true inside a scenario, and by default all new conditions are created inside the &amp;quot;Default Scenario&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
However, when you create a new elementary condition, you decide to affect it to another scenario than the default one.&lt;br /&gt;
&lt;br /&gt;
Scenarios are identified by a simple number, the &amp;quot;Default scenario&amp;quot; having number &#039;1&#039; as its identifier.&lt;br /&gt;
&lt;br /&gt;
==Adding a question to another scenario==&lt;br /&gt;
&lt;br /&gt;
When you create (or edit) a condition, you can modify the scenario in which the condition is stored:&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-EditorView-Scenario.png]]&lt;br /&gt;
&lt;br /&gt;
If you need to define a condition in another scenario than the default one, click the new scenario icon [[File:plus.png]], and type in the scenario number: [[File:default_scenario_edit.png]]&lt;br /&gt;
&lt;br /&gt;
The number id of a scenario has no importance and different scenarios can have non-continuous ids.&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-EditorView-Scenario2.png]]&lt;br /&gt;
&lt;br /&gt;
=Using the editor=&lt;br /&gt;
&lt;br /&gt;
==Editor overview==&lt;br /&gt;
&lt;br /&gt;
First you access the condition editor:&lt;br /&gt;
* open the condition menu by clicking on the &#039;&#039;conditions icon&#039;&#039; [[File:conditions.png]] in the question button bar, when viewing a question.&lt;br /&gt;
&lt;br /&gt;
The top part of the window always shows any conditions already set for this question:&lt;br /&gt;
&lt;br /&gt;
[[File:existing_conditions.png]]&lt;br /&gt;
&lt;br /&gt;
In the example above question B is set to only display if:&lt;br /&gt;
* The answer to the question-entry FBI of previous question A is &amp;quot;1&amp;quot;&lt;br /&gt;
* AND&lt;br /&gt;
** EITHER the answer to the question-entry CIA of previous question A is &amp;quot;5&amp;quot;&lt;br /&gt;
** OR the answer to the question-entry CIA of previous question A is &amp;quot;3&amp;quot;&lt;br /&gt;
&lt;br /&gt;
In Add/Edit mode [[File:conditions_add.png]], some specific actions are possible on each line such as:&lt;br /&gt;
* edit condition [[File:conditions_edit.png]]&lt;br /&gt;
* delete all conditions [[File:conditions_deleteall.png]], delete this condition [[File:conditions_delete.png]], delete all conditions from this scenario [[File:scenario_delete.png]]&lt;br /&gt;
* edit scenario [[File:scenario_edit.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:edit-conditions-EditModeButtons.png]]&lt;br /&gt;
&lt;br /&gt;
In Copy mode [[File:conditions_copy.png]], each line is prepended with a checkbox allowing you to select those conditions you want to copy to later questions:&lt;br /&gt;
&lt;br /&gt;
[[File:copying_conditions.png]]&lt;br /&gt;
&lt;br /&gt;
==Setting new conditions==&lt;br /&gt;
&lt;br /&gt;
===First select the scenario===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t need ORed conditions&#039;&#039;&#039; between different question-entries, &#039;&#039;&#039;just don&#039;t modify the default scenario&#039;&#039;&#039; ([[File:default_scenario.png]]) that is automatically selected in the condition edition form.&lt;br /&gt;
&lt;br /&gt;
On the contrary, if you need to define a condition in another scenario than the default one, click the new scenario icon [[File:plus.png]], and type in the scenario number: [[File:default_scenario_edit.png]]&lt;br /&gt;
&lt;br /&gt;
The number id of a scenario has no importance and different scenarios can have non-continuous ids.&lt;br /&gt;
&lt;br /&gt;
===Select the &#039;&#039;tested value&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
Click on the tab corresponding to the type of the &#039;&#039;tested value&#039;&#039; you want: it is either a previous question or a value taken from the profile of the participant (token attribute).&lt;br /&gt;
&lt;br /&gt;
Note that i&#039;&#039;&#039;n order to use the &#039;&#039;Token&#039;&#039;&#039;&#039;&#039; your survey must:&lt;br /&gt;
* &#039;&#039;&#039;not use anonymous answers&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;use a token table&#039;&#039;&#039; and closed access&lt;br /&gt;
&lt;br /&gt;
Then select the entry you want as &#039;&#039;tested value&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
If you select a question-entry (from the &#039;Previous questions&#039; tab) and if this question uses predefined answers then the corresponding predefined answers are displayed in the &#039;&#039;Predefined&#039;&#039; tab of the &#039;&#039;comparison value&#039;&#039; selection.&lt;br /&gt;
&lt;br /&gt;
===Select the comparison operator===&lt;br /&gt;
&lt;br /&gt;
[[File:comparison_operators_conditions.png]]&lt;br /&gt;
&lt;br /&gt;
Several comparison operators can be used:&lt;br /&gt;
* The basic ones are equality, and inequality&lt;br /&gt;
* The greater/less than operator family is also available, and is usually only useful when using numeric question-entries&lt;br /&gt;
** Please note that comparisons on numeric fields honor the numeric order: for instance 2 &amp;lt; 10&lt;br /&gt;
** If you&#039;re using a question entry whose type is text, then the condition could be evaluated as &amp;quot;2&amp;quot; &amp;gt; &amp;quot;10&amp;quot; (string order).&lt;br /&gt;
** Numeric questions, as well as text questions having the &#039;numbers_only&#039; attribute set, will use the numeric order for comparisons&lt;br /&gt;
* An advanced comparison operator using regular expressions is also available. When selected, the answer input box will automatically switch to the advanced mode.&lt;br /&gt;
&lt;br /&gt;
===Selecting an &#039;&#039;comparison value&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
Select the tab that corresponds to the type of &#039;&#039;comparison value&#039;&#039; you need: it can be a predefined answers, a constant value, an answer from a previous question, a value from a token attribute, or a regular expression (reserved for the advanced regular expression operator).&lt;br /&gt;
&lt;br /&gt;
Then select or type in the value you want to use.&lt;br /&gt;
&lt;br /&gt;
Note that if you select a value in a tab, then change the tab and select another value in this other tab, the first option you selected is lost.&lt;br /&gt;
&lt;br /&gt;
When using &#039;&#039;predefined answers&#039;&#039;, you can then select one or more predefined answers:&lt;br /&gt;
* the possible answers for that question&lt;br /&gt;
** Choose the answer that you want to use&lt;br /&gt;
** You can choose multiple answers in one go by using the CTRL button and clicking on more than one answer in the right hand select list&lt;br /&gt;
&lt;br /&gt;
After that click on the &amp;quot;Add Condition&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==Editing/Deleting conditions==&lt;br /&gt;
&lt;br /&gt;
Apart from adding new conditions, the Add/Edit can be used to&lt;br /&gt;
* edit conditions&lt;br /&gt;
* delete conditions&lt;br /&gt;
* edit scenario&lt;br /&gt;
&lt;br /&gt;
===Edit conditions===&lt;br /&gt;
&lt;br /&gt;
By clicking on the edit icon [[File:conditions_edit.png]] on a condition line, the edit condition form at the bottom is automatically displayed with the current settings for this condition. Note that in this mode you can only select one predefined answer.&lt;br /&gt;
&lt;br /&gt;
Click the update condition button to update this condition.&lt;br /&gt;
&lt;br /&gt;
===Delete conditions===&lt;br /&gt;
&lt;br /&gt;
You can:&lt;br /&gt;
* delete a single condition by clicking on this icon [[File:conditions_delete.png]]&lt;br /&gt;
* delete all conditions within a scenario by clicking on this icon [[File:scenario_delete.png]]&lt;br /&gt;
* delete all conditions from this question by clicking on this icon [[File:conditions_deleteall.png]]&lt;br /&gt;
&lt;br /&gt;
===Edit Scenario===&lt;br /&gt;
&lt;br /&gt;
You can change the number assigned to a scenario by clicking this Icon [[File:scenario_edit.png]] and fill-in the form that appears on the same line.&lt;br /&gt;
&lt;br /&gt;
[[File:edit_scenario_conditions.png]]&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can renumber scenarios by clicking on this icon [[File:scenario_renumber.png]].&lt;br /&gt;
&lt;br /&gt;
As said above, scenario numbers have no impact in the way conditions are evaluated. However, modifying the scenario numbers are needed in order to:&lt;br /&gt;
* decide in which order the scenario are displayed when using the printable version of a survey&lt;br /&gt;
* merge conditions from 2 scenarios (in order to merge scenario 10 to scenario 1, just renumber scenario 10 with scenario id 1).&lt;br /&gt;
&lt;br /&gt;
==Copying conditions to later questions==&lt;br /&gt;
&lt;br /&gt;
It is not uncommon for a group of questions to have the same condition. Luckily you can copy this condition to any subsequent question from the conditions designer once a first condition has been set.&lt;br /&gt;
&lt;br /&gt;
Switch to the copy mode by clicking the on the Copy conditions icon [[File:conditions_copy.png]].&lt;br /&gt;
&lt;br /&gt;
[[File:copy_conditions_example.png]]&lt;br /&gt;
&lt;br /&gt;
The conditions applying to the current questions are displayed with a checkbox on their left. You can:&lt;br /&gt;
* select each condition individually by checking the checkbox on the left of the condition&lt;br /&gt;
* or select all conditions from a scenario at a time by checking the checkbox on the left of the scenario&lt;br /&gt;
&lt;br /&gt;
Then select all subsequent questions in the survey on which you want to copy the selected conditions from the bottom Select box by highlighting them (using the CTRL key to select multiples). Then click on the &amp;quot;Copy Conditions&amp;quot; button to copy them across.&lt;br /&gt;
&lt;br /&gt;
It is usually best to leave this until you have finished entering all your survey questions, and are satisfied with the question order.&lt;br /&gt;
&lt;br /&gt;
=Things to watch out for=&lt;br /&gt;
&lt;br /&gt;
==General considerations==&lt;br /&gt;
&lt;br /&gt;
There are a few basic rules you should keep in mind before setting conditions on a question:&lt;br /&gt;
*Once a single condition has been set for a question, that question &#039;&#039;&#039;will not display&#039;&#039;&#039; unless that condition is met.&lt;br /&gt;
*Conditions can only be set based on questions that appear &#039;&#039;&#039;before&#039;&#039;&#039; the question on which the condition is set.&lt;br /&gt;
*If you change the order of questions in your survey after you create conditions LimeSurvey does not warn you if the changed order will break a condition. You should always leave the creation of conditions until you are satisifed with the order of questions and groups in your survey.&lt;br /&gt;
*You can modify conditions even after a survey has been activated. This should be done with caution, as there is no &amp;quot;consistency checking&amp;quot; applied here.&lt;br /&gt;
&lt;br /&gt;
==Conditions using the &#039;no answer&#039; predefined answer==&lt;br /&gt;
&lt;br /&gt;
[[File:noanswer_conditions.png]]&lt;br /&gt;
&lt;br /&gt;
Setting the following condition &amp;quot;Show question Q20 if answer to question Q1 is &#039;no answer&#039;&amp;quot; really means &amp;quot;show question Q20 if question Q1 was displayed and received no answer&amp;quot;. This is not equivalent to &amp;quot;show question Q20 if question Q1 was not displayed&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Chained conditions==&lt;br /&gt;
&lt;br /&gt;
If you set conditions on a question that, itself, has conditions, then there may arise occasions where the survey behaves in ways you might not have predicted. For example a typical side-effect is that if you hide all questions in a group with chained conditions that the group header will still be shown unless you correct these conditions as explained below.&lt;br /&gt;
&lt;br /&gt;
[[File:chained_conditions1.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:chained_conditions2_bad.png]]&lt;br /&gt;
&lt;br /&gt;
In the example above a question is displayed &#039;Do you like being male?&#039; which has conditions set, and which will only display if the answer to &#039;&#039;What is your gender?&#039;&#039; is &#039;&#039;M&#039;&#039;. If you were to add a condition to this question requiring a specific answer from the &#039;&#039;Do you like being male?&#039;&#039; question, then this question will never display, because the question &#039;&#039;Do you like being male&#039;&#039; will not be presented.&lt;br /&gt;
&lt;br /&gt;
It is highly recommended that you copy the conditions from the earlier question to the one you&#039;re editting.&lt;br /&gt;
&lt;br /&gt;
For instance, you want the following:&lt;br /&gt;
* Q1 is a Gender question&lt;br /&gt;
* Q2 is a Yes/No and is displayed if answer to Q1 is Male&lt;br /&gt;
* Q3 is a ranking question and is displayed if Q2 is Yes&lt;br /&gt;
&lt;br /&gt;
What you really need to setup is the following set of conditions:&lt;br /&gt;
* on Q2: display question if answer to Q1 is Yes&lt;br /&gt;
* on Q3: display question if answer to Q1 is Male AND answer to Q2 is Yes&lt;br /&gt;
&lt;br /&gt;
After correction, the correct set of conditions for Q3 should look like:&lt;br /&gt;
&lt;br /&gt;
[[File:chained_conditions2_good.png]]&lt;br /&gt;
&lt;br /&gt;
So if you are designing a complicated survey with large number of conditions, make sure you test the survey for as many different combinations of results as you can think of.&lt;br /&gt;
&lt;br /&gt;
==Limitations and workarounds==&lt;br /&gt;
&lt;br /&gt;
===Progress-bar===&lt;br /&gt;
&lt;br /&gt;
If you create a survey where many questions get skipped because of conditions, the progress bar will jump a big step forward, or the survey ends at 50%.&lt;br /&gt;
&lt;br /&gt;
To avoid such behavior, the questions that could be skipped, should be arranged between the shown questions, so that only one or two questions get skipped per answer.&lt;br /&gt;
&lt;br /&gt;
For Example: based on question one (yes or no question) 15 questions will be asked question 1A to 15A when the answer of question one was yes, 1B to 15B when the answer to question one was no.&lt;br /&gt;
&lt;br /&gt;
If you arrange the questions in one group and arrange them like: 2A, 2B, 3A, 3B, and so on you will get a nearly correct progress bar, while arranging the questions like 2A, 3A, 4A, [...], 2B, 3B, 4B, ... you will get a progress bar from 0 to 50% or from 50% to 100%, depending on the answer to the first question.&lt;br /&gt;
&lt;br /&gt;
=== Setting a constant comparison value for a &amp;quot;Date&amp;quot; Question Type===&lt;br /&gt;
&lt;br /&gt;
You have to use the internal representation of Date values, which is YYYY-MM-DD to define your constant comparison value.&lt;br /&gt;
&lt;br /&gt;
=== Setting conditions for &amp;quot;Other&amp;quot; Options in the Multiple Options Question Type===&lt;br /&gt;
&lt;br /&gt;
In the multiple options question type, you can use the &amp;quot;Other&amp;quot; provided in the question type as a valid choice but you cannot set conditions on it. For example: Question No 1 says &amp;quot;Which color do your prefer to use?&amp;quot; Answer checkbox choices are Blue, Black and Other. If the participant chooses Blue, you can set a condition. If the participant chooses Black, you can set a different condition. However, if the participant chooses &amp;quot;Other&amp;quot; and types in something in the text box, there is NO way a condition can be set. Limesurvey does not recognize if the participant chose the &amp;quot;Other&amp;quot; condition. This is NOT a bug but a limitation.&lt;br /&gt;
&lt;br /&gt;
There is no real field recorded for the &#039;other&#039; checkbox for this question type. Thus, the only way to know if the user has answered the &#039;other&#039; part of the question or not would be to check if the value of the text written in the other input field is empty or not.&lt;br /&gt;
&lt;br /&gt;
However, due to the specific way we handle Multiple choice questions, testing the &#039;other&#039; text input field has never been implemented.&lt;br /&gt;
&lt;br /&gt;
As a workaround, add an explicit answer option called &#039;Other&#039; and do not use the built-in &#039;other&#039; option of these question types. Then add an additional short text question which will be displayed if this &#039;Other&#039; checkbox was clicked.&lt;br /&gt;
&lt;br /&gt;
===How to use parenthesis for the boolean expressions?===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;You can&#039;t!&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you want to design something like:&lt;br /&gt;
&lt;br /&gt;
 (condition1 OR condition2) AND (condition3 OR condition4)&lt;br /&gt;
&lt;br /&gt;
you&#039;ll have to set up:&lt;br /&gt;
&lt;br /&gt;
 (condition1 AND condition3) OR&lt;br /&gt;
&lt;br /&gt;
 (condition1 AND condition4) OR&lt;br /&gt;
&lt;br /&gt;
 (condition2 AND condition3) OR&lt;br /&gt;
&lt;br /&gt;
 (condition2 AND condition4)&lt;/div&gt;</summary>
		<author><name>Bobc55</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Survey_settings&amp;diff=4125</id>
		<title>Survey settings</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Survey_settings&amp;diff=4125"/>
		<updated>2011-02-21T00:01:08Z</updated>

		<summary type="html">&lt;p&gt;Bobc55: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;Additional pages:{toc}&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
&lt;br /&gt;
To create a new survey, click on the Add button [[File:add.png]] on the right side of the administration button bar and a &amp;quot;Create New Survey&amp;quot; screen will appear. You can edit most of these settings later again by click the &#039;Edit survey settings&#039; icon [[File:edit.png]] in the survey toolbar.&lt;br /&gt;
&lt;br /&gt;
=1st Step - Creation=&lt;br /&gt;
&lt;br /&gt;
All survey settings are organized in tabs. The following is a description of each tab and field.&lt;br /&gt;
&lt;br /&gt;
==General==&lt;br /&gt;
#&#039;&#039;&#039;Base language&#039;&#039;&#039;: This sets the base language for the survey. Once saved, you cannot change it later. The language-set is the base language for possible translations of the survey. That way you can have multilingual surveys. When you create a survey, you cannot add additional languages. You could only do that if you edit the survey properties again.&lt;br /&gt;
#&#039;&#039;&#039;Title&#039;&#039;&#039;: This is the brief descriptive name of the survey (ie: &amp;quot;Enterprise Bargaining Survey 2003&amp;quot;, or &amp;quot;Views on Ice Cream&amp;quot;). This title will be displayed on every page of the public survey.&lt;br /&gt;
#&#039;&#039;&#039;Description&#039;&#039;&#039;: This allows you to enter a description of the survey. (ie: &amp;quot;A survey to collect your ideas on the next round of enterprise bargaining&amp;quot; or &amp;quot;A survey to find out the popularity of chocolate ice cream&amp;quot;). You can incorporate HTML elements such as images or videos in this section using the WYSIWYG editor. By default, description is used on invitation email.&lt;br /&gt;
#&#039;&#039;&#039;Welcome&#039;&#039;&#039;: This allows you to enter a message that will display when a participant first logs into your survey. (ie: &amp;quot;Thank you for taking the time to participate in this survey..&amp;quot;) You can incorporate HTML elements such as images or videos in this section using the WYSIWYG editor.&lt;br /&gt;
#&#039;&#039;&#039;End Message&#039;&#039;&#039;: This allows you to enter a message that will display when a participant completes your survey. (ie: &amp;quot;Thank you for completing our survey. We will publish results soon.&amp;quot;). You can incorporate HTML elements such as images or videos in this section using the WYSIWYG editor.&lt;br /&gt;
#&#039;&#039;&#039;End URL&#039;&#039;&#039;: This URL will be presented as a link at the end of the survey, and allows you to direct your participants back to your home page (or, in fact, anywhere). The End URL has to be entered with &amp;quot;http://&amp;quot; at the beginning, eg. http://www.limesurvey.org. &amp;lt;br/&amp;gt;You can use {SAVEDID}, {TOKEN}, {SID} and {LANG} (since 1.71+) in this URL.&amp;lt;br/&amp;gt;SAVEDID is the id assigned to this particular submission, TOKEN is the token used to participate in the survey, SID is the survey ID and LANG is the language code&amp;lt;br/&amp;gt;eg. http://www.limesurvey.org/test.php?var1={SAVEDID}&amp;amp;var2;={TOKEN}&amp;amp;var3;={SID}&amp;amp;lang;={LANG} &amp;lt;br/&amp;gt;From version 1.82+ you can use [[URL fields]] with this field. &amp;lt;br/&amp;gt;You can also use {INSERTANS:SGQA} in this URL (since 1.82+). This allows adding the response to a specific question in the survey to the final url. This can be useful for sending a response to an external script (ie an email address collected during the survey). eg: &amp;quot;http://www.limesurvey.org/test.php?email={INSERTANS:1234X56X7}&amp;quot; &amp;lt;br/&amp;gt;You can also use a &#039;pass-through&#039; fieldname and data value in the end url (versions 1.82+). In some instances you may want to pass a value to the survey at initialisation, and then have that value passed through to an external script at the end (for example a marketing firms subsid). In this case you&#039;d start the survey with the query url &amp;quot;index.php?sid=12345&amp;amp;passthru;=subsid&amp;amp;subsid;=9999&amp;quot;. In your url you would use {PASSTHRULABEL} and {PASSTHRUVALUE} to reuse these values at the end of the survey. A URL of &amp;quot;http://www.limesurvey.org/test.php?{PASSTHRULABEL}={PASSTHRUVALUE}&amp;quot; would convert to &amp;quot;http://www.limesurvey.org/test.php?subsid=9999&amp;quot; in this case.&lt;br /&gt;
#&#039;&#039;&#039;URL description&#039;&#039;&#039;: The description for the link using the End URL.&lt;br /&gt;
#&#039;&#039;&#039;Administrator&#039;&#039;&#039;: This is the name of the contact person who administers the survey. It will be included in emails sent out inviting participants to respond.&lt;br /&gt;
#&#039;&#039;&#039;Admin email&#039;&#039;&#039;: This is the email address of the administrator (as above) and is used as the &#039;reply to:&#039; address on any emails sent. You can also enter several email addresses separated with a semicolon - that way survey administrator notifications are sent to more than one person. (Example: &amp;quot;firstaddress@test.com;secondaddress@test.com&amp;quot;)&lt;br /&gt;
#&#039;&#039;&#039;Bounce email&#039;&#039;&#039;: This is the email address where a delivery error notification email should be sent. By default, this is the same as the administrator&#039;s email address. If you want to use a custom script to parse delivery error emails, then use a special Bounce Email address here and automatically process emails reaching this address with your script. This script could then update the Email Status field of the token line corresponding to this email address (see tokens).&lt;br /&gt;
#&#039;&#039;&#039;Fax to&#039;&#039;&#039;: This field is used to give a fax number on the &amp;quot;printable survey&amp;quot; - ie: when you want to send someone a hard copy because they cannot use the online survey.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Caution&#039;&#039;&#039;: the HTML WYSIWYG editor doesn&#039;t allow you to upload files during the survey creation process. Trying to do so will end up with an error message like: &amp;quot;&#039;&#039;This file uploader is disabled&#039;&#039;&amp;quot;. If you need to upload pictures or any other ressources, please do so after survey creation, by editing the newly created survey.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Presentation &amp;amp; navigation==&lt;br /&gt;
#&#039;&#039;&#039;Format&#039;&#039;&#039;: Choose from &amp;quot;One at a time&amp;quot;, &amp;quot;Group at a time&amp;quot; or &amp;quot;All in one&amp;quot;.&lt;br /&gt;
**&#039;&#039;&#039;Question by Question&#039;&#039;&#039;: Public survey will display one question per page.&lt;br /&gt;
**&#039;&#039;&#039;Group by Group&#039;&#039;&#039;: Public survey will display all questions in a group per page. Group at a time surveys still have a separate &amp;quot;welcome&amp;quot; page and &amp;quot;submit&amp;quot; page, like &amp;quot;One at a time&amp;quot; surveys.&lt;br /&gt;
**&#039;&#039;&#039;All in one&#039;&#039;&#039;: Public survey will display all questions in one single page. Activated All in one surveys do not have a &amp;quot;welcome&amp;quot; page or &amp;quot;submit&amp;quot; page - the welcome message and submit button all appear on the same page.&lt;br /&gt;
#&#039;&#039;&#039;Template&#039;&#039;&#039;: Choose from the installed templates in your system. The default template is rather dull, but functional. More information on creating your own templates is available in the LimeSurvey [[Templates / The Template Editor]] Guide.&lt;br /&gt;
#&#039;&#039;&#039;Show welcome screen&#039;&#039;&#039;:  Yes/No. If Yes, then the welcome message defined in Text Elements section will be displayed.    Default is Yes.&lt;br /&gt;
#&#039;&#039;&#039;Navigation delay&#039;&#039;&#039;:  Number of seconds before Previous and Next buttons are enabled.   Default 0 seconds&lt;br /&gt;
#&#039;&#039;&#039;Show &amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;&amp;lt;&amp;lt; Prev] button&#039;&#039;&#039;: This option defaults to yes, however if you set it to &amp;quot;No&amp;quot; then users will not have the option of moving to a previous page while completing the survey.&lt;br /&gt;
#&#039;&#039;&#039;Show question index / allow jumping&#039;&#039;&#039;:  Yes/No. Default No.  When Yes, an index will be displayed on the right side.    Users can jump to any section in the survey.&lt;br /&gt;
#&#039;&#039;&#039;Keyboard-less operation&#039;&#039;&#039;:&lt;br /&gt;
#&#039;&#039;&#039;Show progress bar&#039;&#039;&#039;: Yes/No.  Default Yes.   Allow the administrator to turn off the Progress bar&lt;br /&gt;
#&#039;&#039;&#039;Participants may print answers?&#039;&#039;&#039;: This option defaults to no. When it is set to yes, a participant can print a summary of responses at submit time.&lt;br /&gt;
#&#039;&#039;&#039;Public statistics&#039;&#039;&#039;: (&#039;&#039;since 1.80&#039;&#039;) Yes/No.   Default No.   If set to &amp;quot;Yes&amp;quot; users who have submitted the survey will be presented a link to statistics of the current survey. The admin can set which questions should be included at these statistics by [[Advanced question settings|#public_statistics|applying the according question attribute]].&lt;br /&gt;
#&#039;&#039;&#039;Show graphs in public statistics&#039;&#039;&#039;: (&#039;&#039;since 1.80&#039;&#039;) Determines if public statistics for this survey include graphs or only show a tabular overview. Creating graphs for huge surveys with lots of answers takes some time and server resources so this is the switch to turn them on/off (default setting: &#039;&#039;off&#039;&#039;).&lt;br /&gt;
#&#039;&#039;&#039;List survey publicly&#039;&#039;&#039;: Yes/No.  Default No. When it is set to yes, your survey will be listed in the &#039;available surveys&#039; portal&lt;br /&gt;
#&#039;&#039;&#039;Automatically load URL when survey complete&#039;&#039;&#039;:  Yes/No.  Default No.   If yes, when the survey is submitted, it will automatically redirect to the End URL.  Which is defined in the Text Elements Section.&lt;br /&gt;
#&#039;&#039;&#039;Show &amp;quot;There are X questions in this survey&amp;quot;&#039;&#039;&#039;:  Yes/No.  Default Yes.   If Yes, the message will be displayed on the Welcome Screen.    This option will not affect the print version.&lt;br /&gt;
#&#039;&#039;&#039;Show group name and/or group description&#039;&#039;&#039;:  Will control the display of Group Names and Descriptions.   This option will not affect the print version. Four Options:&lt;br /&gt;
**&#039;&#039;&#039;Show Both&#039;&#039;&#039; - Default&lt;br /&gt;
**&#039;&#039;&#039;Show Group Names Only&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Show group description Only&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Hide Both&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;Show question number and/or code&#039;&#039;&#039;:&lt;br /&gt;
**&#039;&#039;&#039;Show Both&#039;&#039;&#039; - Default&lt;br /&gt;
**&#039;&#039;&#039;Show Question Number Only&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Show Question Code Only&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Hide Both&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;Show &amp;quot;No answer&amp;quot;&#039;&#039;&#039;: Yes/No.  Default Yes.   When Yes, the No Answer will be displayed as an answer&lt;br /&gt;
&lt;br /&gt;
==Publication &amp;amp; access control==&lt;br /&gt;
#&#039;&#039;&#039;Only users with tokens may enter the survey&#039;&#039;&#039;: This is pretty self-explaining. If you activate this then tokens (to access the survey) are enforced. (&#039;&#039;Note: &#039;&#039;This setting was removed in version 1.87. If you create a [http://docs.limesurvey.org/tiki-index.php?page=Tokens&amp;amp;structure;=English+Instructions+for+LimeSurvey#How_to_activate_tokens_ token table] access to the survey will automatically be limited to users with a valid token.)&lt;br /&gt;
#&#039;&#039;&#039;Set token length to&#039;&#039;&#039;: (&#039;&#039;since 1.87&#039;&#039;) Usually you don&#039;t need to change this, the default setting of 15 digits (max. supported value: 99) is fine. If changing this setting please enter a number (X) which should be greater than 5 (if the number entered is &amp;lt;5 it will be converted to the default value of 15). When generating tokens all tokens will use a length of X digits.&lt;br /&gt;
#&#039;&#039;&#039;Allow public registration&#039;&#039;&#039;: If you use tokens to control access to your survey, the only people who can use the survey are those who have an entry and a unique token from the token table. If you would like to use tokens, but also allow public registration, set this to &amp;quot;Yes&amp;quot;.  The &amp;quot;Yes&amp;quot; setting will allow a visitor to register his name and email address. The script will create a new entry in your tokens table for this person, then send them an invitation email. The script will ensure that only one person per email address can complete your survey.&lt;br /&gt;
# &#039;&#039;&#039;Start date&#039;&#039;&#039;: Set this to some date if you want your survey to start on a certain date. The survey will start on midnight of that day and only then will people be able to answer to it. To disable this just clear the date from the input field.&lt;br /&gt;
#&#039;&#039;&#039;Expiry date&#039;&#039;&#039;: Set this to some date if you want your survey to expire on a special date. This is the last date on which the public survey script will let people participate. (Example: If you set it for the 31st of December, then people will no longer be able to use the survey script on the 1st of January). To disable this just clear the date from the input field.&lt;br /&gt;
#&#039;&#039;&#039;Set cookie to prevent repeated participation?&#039;&#039;&#039;: If you set this to &#039;Yes&#039;, and your survey does not use a tokens table to control participant access, then a cookie will be saved to the client computer of each survey participant once they have submitted a survey. This cookie will stop the same user on that computer from accessing the survey more than once. There are inherent limitations in the &#039;security&#039; strength of such a system, but, in general, it allows you to retain some control over multiple entries on public surveys.&lt;br /&gt;
#&#039;&#039;&#039;Use CAPTCHA for&#039;&#039;&#039;: With this option you can decide when you want a CAPTCHA to be used. Default is to enable CAPTCHA only for the public Registration page, but you can also enable it before accessing the survey, and before Load/Saving partial answers.&lt;br /&gt;
#&#039;&#039;&#039;Use HTML format for token emails?&#039;&#039;&#039;: When set to yes, all emails sent by the token management interface (invite, reminder, confirmation) will be formatted as HTML. You&#039;ll then be able to use rich formatting for this emails. Default is Yes at survey creation. Caution, when you switch on/off this feature, you&#039;ll have to double check that your email templates are still displayed as you want.&lt;br /&gt;
&lt;br /&gt;
==Notification &amp;amp; data management==&lt;br /&gt;
#&#039;&#039;&#039;Admin Notification&#039;&#039;&#039;: Options to allow the administrator to be emailed when each individual survey response is saved. You can choose from:&lt;br /&gt;
##No email notification - Self-explanatory.&lt;br /&gt;
##Basic email notification - An email is sent informing the administrator that a survey response has been saved.&lt;br /&gt;
##Send email notification with response codes - Sends the full answers to the survey after saving.&lt;br /&gt;
#&#039;&#039;&#039;Email Responses To:&#039;&#039;&#039; (&#039;&#039;since 1.87+&#039;&#039;) This allows you to send the survey responses to additional email addresses once the survey is submitted. Multiple entries or different methods can be used by seperating the entries with a semicolon (;) - eg &amp;quot;yourname@test.com; myname@test.com;hisname@test.com&amp;quot; OR when using multiple methods: &amp;quot;yourname@test.com;{INSERTANS:82733X12X73};{TOKEN:EMAIL}&amp;quot;. There are three different methods for entering an address:&lt;br /&gt;
##Enter a specific &#039;&#039;email address&#039;&#039; (ie: yourname@test.com)&lt;br /&gt;
##Enter a &#039;&#039;SGQA code&#039;&#039; and the response will be sent to an email address entered as an answer to that particular question (use the format {INSERTANS:9999X88X12}, in the same way you would [http://docs.limesurvey.org/tiki-index.php?page=Adding+a+question&amp;amp;structure;=English+Instructions+for+LimeSurvey#Information_from_previous_answers Re-use information from previous answers]&lt;br /&gt;
##Enter a &#039;&#039;Token code&#039;&#039; (only possible if your survey is &#039;&#039;not&#039;&#039; anonymous) and the response will be sent to an email address retrieved from a token field (use the format {TOKEN:EMAIL} or {TOKEN:ATTRIBUTE_1} in the same way you would [http://docs.limesurvey.org/tiki-index.php?page=Adding+a+question&amp;amp;structure;=English+Instructions+for+LimeSurvey#Information_from_tokens_table Re-use Information from the Tokens Table]&lt;br /&gt;
&lt;br /&gt;
+It should be noted that entering an email address here will override the &amp;quot;Basic email notification&amp;quot; setting so the recipient(s) listed here and the survey admin will receive full answers.&lt;br /&gt;
#&#039;&#039;&#039;Anonymous answers?&#039;&#039;&#039;: This allows you to determine whether responses to your survey are matched up with information from your surveys tokens table, or kept &#039;anonymous&#039;. The default is yes. If you choose &amp;quot;No&amp;quot; for anonymous, you must also have a tokens table for your survey when you activate it.   &#039;&#039;&#039;&#039;&#039;Attention:&#039;&#039;&#039;&#039;&#039; If your survey is set to &#039;&#039;anonymous&#039;&#039; there is really no way to connect answers and participants. Even the admin can&#039;t link answers&#039; data and users&#039; data. However you will always be able to specifically view all answers entered by a certain anonymous individual participant in the survey. Thus individual, but anonymous, statistics is still possible to do.&lt;br /&gt;
#&#039;&#039;&#039;Date stamp?&#039;&#039;&#039;: This field allows you to determine whether the survey will datestamp all responses. If you choose &amp;quot;Yes&amp;quot;, then when a response is submitted, a field will be included in that response indicating the time and date that the response was made. (See configuration settings for $timeadjust setting.)&lt;br /&gt;
#&#039;&#039;&#039;Save IP address?&#039;&#039;&#039;: This field allows you to determine whether the survey will save an IP-address for all responses. If you choose &amp;quot;Yes&amp;quot;, then when a response is submitted, a field will be included in that response indicating the ip-address of the participant.&lt;br /&gt;
#&#039;&#039;&#039;Save referring URL?&#039;&#039;&#039;: This field allows you to determine whether the survey will save the referrer URL for all responses. If you choose &amp;quot;Yes&amp;quot;, then when a response is submitted, a field will be included in that response where this URL is saved. A referrer URL is the URL from which the user was led to your survey URL.&lt;br /&gt;
#&#039;&#039;&#039;Enable token-based response persistence&#039;&#039;&#039;: If your survey uses tokens and is not anonymous, then you may want to enable this feature. If you turn this on, then an auto-save is performed each time a participant answers a question, meaning that even if he hasn&#039;t submitted the survey and his browser crashes, he will find his survey answers still in place when returns to the survey. This can be used for designing pre-filled surveys as well (see data entry and importVV facility when not finalizing answers).&lt;br /&gt;
#&#039;&#039;&#039;Enable assessment mode?&#039;&#039;&#039;: With this setting you can enable/disable [[Assessments|assessments]] for this survey.&lt;br /&gt;
&lt;br /&gt;
==Import survey==&lt;br /&gt;
&lt;br /&gt;
Alternatively you can [[Importing a survey structure|import a survey structure]] from this tab. You have the option to let LimeSurvey automatically convert relative URLs to local images/media files and INSERTANS tags (recommended).&lt;br /&gt;
&lt;br /&gt;
==Uploaded resources management==&lt;br /&gt;
&lt;br /&gt;
This tab let you manage files (pictures, media files) that were uploaded in the HTML Editor.&lt;br /&gt;
&lt;br /&gt;
You can:&lt;br /&gt;
* Browse available files&lt;br /&gt;
* Export files as a ZIP archive&lt;br /&gt;
* Import a ZIP archive of files&lt;br /&gt;
&lt;br /&gt;
Important hints:&lt;br /&gt;
* Authorized files extensions are defined in config-defaults.php.&lt;br /&gt;
* Files for the survey are in the upload/surveys/&amp;lt;sid&amp;gt; subdirectory.&lt;br /&gt;
* Uploaded files will only been seen while browsing resources on this survey (groups, questions, answers) not in other surveys or objects (labels).&lt;br /&gt;
* Do not expect this limited visibility to ensure confidentiality of the resources as they are reachable with a simple browser to anyone who know the URL to the file.&lt;br /&gt;
* You can&#039;t import a ZIP file containing subdirectories.&lt;br /&gt;
&lt;br /&gt;
=2nd Step - Additional languages=&lt;br /&gt;
&lt;br /&gt;
To add more language to a survey you have to create and save it - then edit it again. Now you can add and remove additional languages to the survey. If you remove a language from a survey the complete contents of that language in that survey is deleted permanently so be careful what you are doing.&lt;br /&gt;
&lt;br /&gt;
By clicking on the button &#039;Save and continue&#039; on the first page in the survey settings you will be taken to the language-specific page which lets you change all texts for each language like &#039;&#039;Survey name&#039;&#039;, &#039;&#039;Welcome Text&#039;&#039;, etc. You can also edit the date format which should be used for a certain language.&lt;br /&gt;
&lt;br /&gt;
Previous [[Creating surveys - Introduction]]&lt;br /&gt;
&lt;br /&gt;
Next [[Importing a survey structure]]&lt;/div&gt;</summary>
		<author><name>Bobc55</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Survey_settings&amp;diff=4126</id>
		<title>Survey settings</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Survey_settings&amp;diff=4126"/>
		<updated>2011-02-20T23:50:41Z</updated>

		<summary type="html">&lt;p&gt;Bobc55: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;Additional pages:{toc}&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
&lt;br /&gt;
To create a new survey, click on the Add button [[File:add.png]] on the right side of the administration button bar and a &amp;quot;Create New Survey&amp;quot; screen will appear. You can edit most of these settings later again by click the &#039;Edit survey settings&#039; icon [[File:edit.png]] in the survey toolbar.&lt;br /&gt;
&lt;br /&gt;
=1st Step - Creation=&lt;br /&gt;
&lt;br /&gt;
All survey settings are organized in tabs. The following is a description of each tab and field.&lt;br /&gt;
&lt;br /&gt;
==General==&lt;br /&gt;
#&#039;&#039;&#039;Base language&#039;&#039;&#039;: This sets the base language for the survey. Once saved, you cannot change it later. The language-set is the base language for possible translations of the survey. That way you can have multilingual surveys. When you create a survey, you cannot add additional languages. You could only do that if you edit the survey properties again.&lt;br /&gt;
#&#039;&#039;&#039;Title&#039;&#039;&#039;: This is the brief descriptive name of the survey (ie: &amp;quot;Enterprise Bargaining Survey 2003&amp;quot;, or &amp;quot;Views on Ice Cream&amp;quot;). This title will be displayed on every page of the public survey.&lt;br /&gt;
#&#039;&#039;&#039;Description&#039;&#039;&#039;: This allows you to enter a description of the survey. (ie: &amp;quot;A survey to collect your ideas on the next round of enterprise bargaining&amp;quot; or &amp;quot;A survey to find out the popularity of chocolate ice cream&amp;quot;). You can incorporate HTML elements such as images or videos in this section using the WYSIWYG editor. By default, description is used on ivitation email.&lt;br /&gt;
#&#039;&#039;&#039;Welcome&#039;&#039;&#039;: This allows you to enter a message that will display when a participant first logs into your survey. (ie: &amp;quot;Thank you for taking the time to participate in this survey..&amp;quot;) You can incorporate HTML elements such as images or videos in this section using the WYSIWYG editor.&lt;br /&gt;
#&#039;&#039;&#039;End Message&#039;&#039;&#039;: This allows you to enter a message that will display when a participant completes your survey. (ie: &amp;quot;Thank you for completing our survey. We will publish results soon.&amp;quot;). You can incorporate HTML elements such as images or videos in this section using the WYSIWYG editor.&lt;br /&gt;
#&#039;&#039;&#039;Administrator&#039;&#039;&#039;: This is the name of the contact person who administers the survey. It will be included in emails sent out inviting participants to respond.&lt;br /&gt;
#&#039;&#039;&#039;Admin email&#039;&#039;&#039;: This is the email address of the administrator (as above) and is used as the &#039;reply to:&#039; address on any emails sent. You can also enter several email addresses separated with a semicolon - that way survey administrator notifications are sent to more than one person. (Example: &amp;quot;firstaddress@test.com;secondaddress@test.com&amp;quot;)&lt;br /&gt;
#&#039;&#039;&#039;Bounce email&#039;&#039;&#039;: This is the email address where a delivery error notification email should be sent. By default, this is the same as the administrator&#039;s email address. If you want to use a custom script to parse delivery error emails, then use a special Bounce Email address here and automatically process emails reaching this address with your script. This script could then update the Email Status field of the token line corresponding to this email address (see tokens).&lt;br /&gt;
#&#039;&#039;&#039;Fax to&#039;&#039;&#039;: This field is used to give a fax number on the &amp;quot;printable survey&amp;quot; - ie: when you want to send someone a hard copy because they cannot use the online survey.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Caution&#039;&#039;&#039;: the HTML WYSIWYG editor doesn&#039;t allow you to upload files during the survey creation process. Trying to do so will end up with an error message like: &amp;quot;&#039;&#039;This file uploader is disabled&#039;&#039;&amp;quot;. If you need to upload pictures or any other ressources, please do so after survey creation, by editing the newly created survey.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Presentation &amp;amp; navigation==&lt;br /&gt;
#&#039;&#039;&#039;Format&#039;&#039;&#039;: Choose from &amp;quot;One at a time&amp;quot;, &amp;quot;Group at a time&amp;quot; or &amp;quot;All in one&amp;quot;.&lt;br /&gt;
**&#039;&#039;&#039;Question by Question&#039;&#039;&#039;: Public survey will display one question per page.&lt;br /&gt;
**&#039;&#039;&#039;Group by Group&#039;&#039;&#039;: Public survey will display all questions in a group per page. Group at a time surveys still have a separate &amp;quot;welcome&amp;quot; page and &amp;quot;submit&amp;quot; page, like &amp;quot;One at a time&amp;quot; surveys.&lt;br /&gt;
**&#039;&#039;&#039;All in one&#039;&#039;&#039;: Public survey will display all questions in one single page. Activated All in one surveys do not have a &amp;quot;welcome&amp;quot; page or &amp;quot;submit&amp;quot; page - the welcome message and submit button all appear on the same page.&lt;br /&gt;
#&#039;&#039;&#039;Template&#039;&#039;&#039;: Choose from the installed templates in your system. The default template is rather dull, but functional. More information on creating your own templates is available in the LimeSurvey [[Templates / The Template Editor]] Guide.&lt;br /&gt;
#&#039;&#039;&#039;Show welcome screen&#039;&#039;&#039;:  Yes/No. If Yes, then the welcome message defined in Text Elements section will be displayed.    Default is Yes.&lt;br /&gt;
#&#039;&#039;&#039;Navigation delay&#039;&#039;&#039;:  Number of seconds before Previous and Next buttons are enabled.   Default 0 seconds&lt;br /&gt;
#&#039;&#039;&#039;Show &amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;&amp;lt;&amp;lt; Prev] button&#039;&#039;&#039;: This option defaults to yes, however if you set it to &amp;quot;No&amp;quot; then users will not have the option of moving to a previous page while completing the survey.&lt;br /&gt;
#&#039;&#039;&#039;Show question index / allow jumping&#039;&#039;&#039;:  Yes/No. Default No.  When Yes, an index will be displayed on the right side.    Users can jump to any section in the survey.&lt;br /&gt;
#&#039;&#039;&#039;Keyboard-less operation&#039;&#039;&#039;:&lt;br /&gt;
#&#039;&#039;&#039;Show progress bar&#039;&#039;&#039;: Yes/No.  Default Yes.   Allow the administrator to turn off the Progress bar&lt;br /&gt;
#&#039;&#039;&#039;Participants may print answers?&#039;&#039;&#039;: This option defaults to no. When it is set to yes, a participant can print a summary of responses at submit time.&lt;br /&gt;
#&#039;&#039;&#039;Public statistics&#039;&#039;&#039;: (&#039;&#039;since 1.80&#039;&#039;) Yes/No.   Default No.   If set to &amp;quot;Yes&amp;quot; users who have submitted the survey will be presented a link to statistics of the current survey. The admin can set which questions should be included at these statistics by [[Advanced question settings|#public_statistics|applying the according question attribute]].&lt;br /&gt;
#&#039;&#039;&#039;Show graphs in public statistics&#039;&#039;&#039;: (&#039;&#039;since 1.80&#039;&#039;) Determines if public statistics for this survey include graphs or only show a tabular overview. Creating graphs for huge surveys with lots of answers takes some time and server resources so this is the switch to turn them on/off (default setting: &#039;&#039;off&#039;&#039;).&lt;br /&gt;
#&#039;&#039;&#039;List survey publicly&#039;&#039;&#039;: Yes/No.  Default No. When it is set to yes, your survey will be listed in the &#039;available surveys&#039; portal&lt;br /&gt;
#&#039;&#039;&#039;Automatically load URL when survey complete&#039;&#039;&#039;:  Yes/No.  Default No.   If yes, when the survey is submitted, it will automatically redirect to the End URL.  Which is defined in the Text Elements Section.&lt;br /&gt;
#&#039;&#039;&#039;Show &amp;quot;There are X questions in this survey&amp;quot;&#039;&#039;&#039;:  Yes/No.  Default Yes.   If Yes, the message will be displayed on the Welcome Screen.    This option will not affect the print version.&lt;br /&gt;
#&#039;&#039;&#039;Show group name and/or group description&#039;&#039;&#039;:  Will control the display of Group Names and Descriptions.   This option will not affect the print version. Four Options:&lt;br /&gt;
**&#039;&#039;&#039;Show Both&#039;&#039;&#039; - Default&lt;br /&gt;
**&#039;&#039;&#039;Show Group Names Only&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Show group description Only&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Hide Both&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;Show question number and/or code&#039;&#039;&#039;:&lt;br /&gt;
**&#039;&#039;&#039;Show Both&#039;&#039;&#039; - Default&lt;br /&gt;
**&#039;&#039;&#039;Show Question Number Only&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Show Question Code Only&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Hide Both&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;Show &amp;quot;No answer&amp;quot;&#039;&#039;&#039;: Yes/No.  Default Yes.   When Yes, the No Answer will be displayed as an answer&lt;br /&gt;
&lt;br /&gt;
==Publication &amp;amp; access control==&lt;br /&gt;
#&#039;&#039;&#039;Only users with tokens may enter the survey&#039;&#039;&#039;: This is pretty self-explaining. If you activate this then tokens (to access the survey) are enforced. (&#039;&#039;Note: &#039;&#039;This setting was removed in version 1.87. If you create a [http://docs.limesurvey.org/tiki-index.php?page=Tokens&amp;amp;structure;=English+Instructions+for+LimeSurvey#How_to_activate_tokens_ token table] access to the survey will automatically be limited to users with a valid token.)&lt;br /&gt;
#&#039;&#039;&#039;Set token length to&#039;&#039;&#039;: (&#039;&#039;since 1.87&#039;&#039;) Usually you don&#039;t need to change this, the default setting of 15 digits (max. supported value: 99) is fine. If changing this setting please enter a number (X) which should be greater than 5 (if the number entered is &amp;lt;5 it will be converted to the default value of 15). When generating tokens all tokens will use a length of X digits.&lt;br /&gt;
#&#039;&#039;&#039;Allow public registration&#039;&#039;&#039;: If you use tokens to control access to your survey, the only people who can use the survey are those who have an entry and a unique token from the token table. If you would like to use tokens, but also allow public registration, set this to &amp;quot;Yes&amp;quot;.  The &amp;quot;Yes&amp;quot; setting will allow a visitor to register his name and email address. The script will create a new entry in your tokens table for this person, then send them an invitation email. The script will ensure that only one person per email address can complete your survey.&lt;br /&gt;
# &#039;&#039;&#039;Start date&#039;&#039;&#039;: Set this to some date if you want your survey to start on a certain date. The survey will start on midnight of that day and only then will people be able to answer to it. To disable this just clear the date from the input field.&lt;br /&gt;
#&#039;&#039;&#039;Expiry date&#039;&#039;&#039;: Set this to some date if you want your survey to expire on a special date. This is the last date on which the public survey script will let people participate. (Example: If you set it for the 31st of December, then people will no longer be able to use the survey script on the 1st of January). To disable this just clear the date from the input field.&lt;br /&gt;
#&#039;&#039;&#039;Set cookie to prevent repeated participation?&#039;&#039;&#039;: If you set this to &#039;Yes&#039;, and your survey does not use a tokens table to control participant access, then a cookie will be saved to the client computer of each survey participant once they have submitted a survey. This cookie will stop the same user on that computer from accessing the survey more than once. There are inherent limitations in the &#039;security&#039; strength of such a system, but, in general, it allows you to retain some control over multiple entries on public surveys.&lt;br /&gt;
#&#039;&#039;&#039;Use CAPTCHA for&#039;&#039;&#039;: With this option you can decide when you want a CAPTCHA to be used. Default is to enable CAPTCHA only for the public Registration page, but you can also enable it before accessing the survey, and before Load/Saving partial answers.&lt;br /&gt;
#&#039;&#039;&#039;Use HTML format for token emails?&#039;&#039;&#039;: When set to yes, all emails sent by the token management interface (invite, reminder, confirmation) will be formatted as HTML. You&#039;ll then be able to use rich formatting for this emails. Default is Yes at survey creation. Caution, when you switch on/off this feature, you&#039;ll have to double check that your email templates are still displayed as you want.&lt;br /&gt;
&lt;br /&gt;
==Notification &amp;amp; data management==&lt;br /&gt;
#&#039;&#039;&#039;Admin Notification&#039;&#039;&#039;: Options to allow the administrator to be emailed when each individual survey response is saved. You can choose from:&lt;br /&gt;
##No email notification - Self-explanatory.&lt;br /&gt;
##Basic email notification - An email is sent informing the administrator that a survey response has been saved.&lt;br /&gt;
##Send email notification with response codes - Sends the full answers to the survey after saving.&lt;br /&gt;
#&#039;&#039;&#039;Email Responses To:&#039;&#039;&#039; (&#039;&#039;since 1.87+&#039;&#039;) This allows you to send the survey responses to additional email addresses once the survey is submitted. Multiple entries or different methods can be used by seperating the entries with a semicolon (;) - eg &amp;quot;yourname@test.com; myname@test.com;hisname@test.com&amp;quot; OR when using multiple methods: &amp;quot;yourname@test.com;{INSERTANS:82733X12X73};{TOKEN:EMAIL}&amp;quot;. There are three different methods for entering an address:&lt;br /&gt;
##Enter a specific &#039;&#039;email address&#039;&#039; (ie: yourname@test.com)&lt;br /&gt;
##Enter a &#039;&#039;SGQA code&#039;&#039; and the response will be sent to an email address entered as an answer to that particular question (use the format {INSERTANS:9999X88X12}, in the same way you would [http://docs.limesurvey.org/tiki-index.php?page=Adding+a+question&amp;amp;structure;=English+Instructions+for+LimeSurvey#Information_from_previous_answers Re-use information from previous answers]&lt;br /&gt;
##Enter a &#039;&#039;Token code&#039;&#039; (only possible if your survey is &#039;&#039;not&#039;&#039; anonymous) and the response will be sent to an email address retrieved from a token field (use the format {TOKEN:EMAIL} or {TOKEN:ATTRIBUTE_1} in the same way you would [http://docs.limesurvey.org/tiki-index.php?page=Adding+a+question&amp;amp;structure;=English+Instructions+for+LimeSurvey#Information_from_tokens_table Re-use Information from the Tokens Table]&lt;br /&gt;
&lt;br /&gt;
+It should be noted that entering an email address here will override the &amp;quot;Basic email notification&amp;quot; setting so the recipient(s) listed here and the survey admin will receive full answers.&lt;br /&gt;
#&#039;&#039;&#039;Anonymous answers?&#039;&#039;&#039;: This allows you to determine whether responses to your survey are matched up with information from your surveys tokens table, or kept &#039;anonymous&#039;. The default is yes. If you choose &amp;quot;No&amp;quot; for anonymous, you must also have a tokens table for your survey when you activate it.   &#039;&#039;&#039;&#039;&#039;Attention:&#039;&#039;&#039;&#039;&#039; If your survey is set to &#039;&#039;anonymous&#039;&#039; there is really no way to connect answers and participants. Even the admin can&#039;t link answers&#039; data and users&#039; data. However you will always be able to specifically view all answers entered by a certain anonymous individual participant in the survey. Thus individual, but anonymous, statistics is still possible to do.&lt;br /&gt;
#&#039;&#039;&#039;Date stamp?&#039;&#039;&#039;: This field allows you to determine whether the survey will datestamp all responses. If you choose &amp;quot;Yes&amp;quot;, then when a response is submitted, a field will be included in that response indicating the time and date that the response was made. (See configuration settings for $timeadjust setting.)&lt;br /&gt;
#&#039;&#039;&#039;Save IP address?&#039;&#039;&#039;: This field allows you to determine whether the survey will save an IP-address for all responses. If you choose &amp;quot;Yes&amp;quot;, then when a response is submitted, a field will be included in that response indicating the ip-address of the participant.&lt;br /&gt;
#&#039;&#039;&#039;Save referring URL?&#039;&#039;&#039;: This field allows you to determine whether the survey will save the referrer URL for all responses. If you choose &amp;quot;Yes&amp;quot;, then when a response is submitted, a field will be included in that response where this URL is saved. A referrer URL is the URL from which the user was led to your survey URL.&lt;br /&gt;
#&#039;&#039;&#039;Enable token-based response persistence&#039;&#039;&#039;: If your survey uses tokens and is not anonymous, then you may want to enable this feature. If you turn this on, then an auto-save is performed each time a participant answers a question, meaning that even if he hasn&#039;t submitted the survey and his browser crashes, he will find his survey answers still in place when returns to the survey. This can be used for designing pre-filled surveys as well (see data entry and importVV facility when not finalizing answers).&lt;br /&gt;
#&#039;&#039;&#039;Enable assessment mode?&#039;&#039;&#039;: With this setting you can enable/disable [[Assessments|assessments]] for this survey.&lt;br /&gt;
&lt;br /&gt;
==Import survey==&lt;br /&gt;
&lt;br /&gt;
Alternatively you can [[Importing a survey structure|import a survey structure]] from this tab. You have the option to let LimeSurvey automatically convert relative URLs to local images/media files and INSERTANS tags (recommended).&lt;br /&gt;
&lt;br /&gt;
==Uploaded resources management==&lt;br /&gt;
&lt;br /&gt;
This tab let you manage files (pictures, media files) that were uploaded in the HTML Editor.&lt;br /&gt;
&lt;br /&gt;
You can:&lt;br /&gt;
* Browse available files&lt;br /&gt;
* Export files as a ZIP archive&lt;br /&gt;
* Import a ZIP archive of files&lt;br /&gt;
&lt;br /&gt;
Important hints:&lt;br /&gt;
* Authorized files extensions are defined in config-defaults.php.&lt;br /&gt;
* Files for the survey are in the upload/surveys/&amp;lt;sid&amp;gt; subdirectory.&lt;br /&gt;
* Uploaded files will only been seen while browsing resources on this survey (groups, questions, answers) not in other surveys or objects (labels).&lt;br /&gt;
* Do not expect this limited visibility to ensure confidentiality of the resources as they are reachable with a simple browser to anyone who know the URL to the file.&lt;br /&gt;
* You can&#039;t import a ZIP file containing subdirectories.&lt;br /&gt;
&lt;br /&gt;
=2nd Step - Additional languages=&lt;br /&gt;
&lt;br /&gt;
To add more language to a survey you have to create and save it - then edit it again. Now you can add and remove additional languages to the survey. If you remove a language from a survey the complete contents of that language in that survey is deleted permanently so be careful what you are doing.&lt;br /&gt;
&lt;br /&gt;
By clicking on the button &#039;Save and continue&#039; on the first page in the survey settings you will be taken to the language-specific page which lets you change all texts for each language like &#039;&#039;Survey name&#039;&#039;, &#039;&#039;Welcome Text&#039;&#039;, etc. You can also edit the date format which should be used for a certain language.&lt;br /&gt;
&lt;br /&gt;
Previous [[Creating surveys - Introduction]]&lt;br /&gt;
&lt;br /&gt;
Next [[Importing a survey structure]]&lt;/div&gt;</summary>
		<author><name>Bobc55</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Survey_settings&amp;diff=4127</id>
		<title>Survey settings</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Survey_settings&amp;diff=4127"/>
		<updated>2011-02-20T23:50:36Z</updated>

		<summary type="html">&lt;p&gt;Bobc55: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;Additional pages:{toc}&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
&lt;br /&gt;
To create a new survey, click on the Add button [[File:add.png]] on the right side of the administration button bar and a &amp;quot;Create New Survey&amp;quot; screen will appear. You can edit most of these settings later again by click the &#039;Edit survey settings&#039; icon [[File:edit.png]] in the survey toolbar.&lt;br /&gt;
&lt;br /&gt;
=1st Step - Creation=&lt;br /&gt;
&lt;br /&gt;
All survey settings are organized in tabs. The following is a description of each tab and field.&lt;br /&gt;
&lt;br /&gt;
==General==&lt;br /&gt;
#&#039;&#039;&#039;Base language&#039;&#039;&#039;: This sets the base language for the survey. Once saved, you cannot change it later. The language-set is the base language for possible translations of the survey. That way you can have multilingual surveys. When you create a survey, you cannot add additional languages. You could only do that if you edit the survey properties again.&lt;br /&gt;
#&#039;&#039;&#039;Title&#039;&#039;&#039;: This is the brief descriptive name of the survey (ie: &amp;quot;Enterprise Bargaining Survey 2003&amp;quot;, or &amp;quot;Views on Ice Cream&amp;quot;). This title will be displayed on every page of the public survey.&lt;br /&gt;
#&#039;&#039;&#039;Description&#039;&#039;&#039;: This allows you to enter a description of the survey. (ie: &amp;quot;A survey to collect your ideas on the next round of enterprise bargaining&amp;quot; or &amp;quot;A survey to find out the popularity of chocolate ice cream&amp;quot;). You can incorporate HTML elements such as images or videos in this section using the WYSIWYG editor. By default, description is used on ivitation email.&lt;br /&gt;
#&#039;&#039;&#039;Welcome&#039;&#039;&#039;: This allows you to enter a message that will display when a participant first logs into your survey. (ie: &amp;quot;Thank you for taking the time to participate in this survey..&amp;quot;) You can incorporate HTML elements such as images or videos in this section using the WYSIWYG editor.&lt;br /&gt;
#&#039;&#039;&#039;End Message&#039;&#039;&#039;: This allows you to enter a message that will display when a participant completes your survey. (ie: &amp;quot;Thank you for completing our survey. We will publish results soon.&amp;quot;). You can incorporate HTML elements such as images or videos in this section using the WYSIWYG editor.&lt;br /&gt;
#&#039;&#039;&#039;Administrator&#039;&#039;&#039;: This is the name of the contact person who administers the survey. It will be included in emails sent out inviting participants to respond.&lt;br /&gt;
#&#039;&#039;&#039;Admin email&#039;&#039;&#039;: This is the email address of the administrator (as above) and is used as the &#039;reply to:&#039; address on any emails sent. You can also enter several email addresses separated with a semicolon - that way survey administrator notifications are sent to more than one person. (Example: &amp;quot;firstaddress@test.com;secondaddress@test.com&amp;quot;)&lt;br /&gt;
#&#039;&#039;&#039;Bounce email&#039;&#039;&#039;: This is the email address where a delivery error notification email should be sent. By default, this is the same as the administrator&#039;s email address. If you want to use a custom script to parse delivery error emails, then use a special Bounce Email address here and automatically process emails reaching this address with your script. This script could then update the Email Status field of the token line corresponding to this email address (see tokens).&lt;br /&gt;
#&#039;&#039;&#039;Fax to&#039;&#039;&#039;: This field is used to give a fax number on the &amp;quot;printable survey&amp;quot; - ie: when you want to send someone a hard copy because they cannot use the online survey.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Caution&#039;&#039;&#039;: the HTML WYSIWYG editor doesn&#039;t allow you to upload files during the survey creation process. Trying to do so will end up with an error message like: &amp;quot;&#039;&#039;This file uploader is disabled&#039;&#039;&amp;quot;. If you need to upload pictures or any other ressources, please do so after survey creation, by editing the newly created survey.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Presentation &amp;amp; navigation==&lt;br /&gt;
#&#039;&#039;&#039;Format&#039;&#039;&#039;: Choose from &amp;quot;One at a time&amp;quot;, &amp;quot;Group at a time&amp;quot; or &amp;quot;All in one&amp;quot;.&lt;br /&gt;
**&#039;&#039;&#039;Question by Question&#039;&#039;&#039;: Public survey will display one question per page.&lt;br /&gt;
**&#039;&#039;&#039;Group by Group&#039;&#039;&#039;: Public survey will display all questions in a group per page. Group at a time surveys still have a separate &amp;quot;welcome&amp;quot; page and &amp;quot;submit&amp;quot; page, like &amp;quot;One at a time&amp;quot; surveys.&lt;br /&gt;
**&#039;&#039;&#039;All in one&#039;&#039;&#039;: Public survey will display all questions in one single page. Activated All in one surveys do not have a &amp;quot;welcome&amp;quot; page or &amp;quot;submit&amp;quot; page - the welcome message and submit button all appear on the same page.&lt;br /&gt;
#&#039;&#039;&#039;Template&#039;&#039;&#039;: Choose from the installed templates in your system. The default template is rather dull, but functional. More information on creating your own templates is available in the LimeSurvey [[Templates / The Template Editor]] Guide.&lt;br /&gt;
#&#039;&#039;&#039;Show welcome screen&#039;&#039;&#039;:  Yes/No. If Yes, then the welcome message defined in Text Elements section will be displayed.    Default is Yes.&lt;br /&gt;
#&#039;&#039;&#039;Navigation delay&#039;&#039;&#039;:  Number of seconds before Previous and Next buttons are enabled.   Default 0 seconds&lt;br /&gt;
#&#039;&#039;&#039;Show &amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;&amp;lt;&amp;lt; Prev] button&#039;&#039;&#039;: This option defaults to yes, however if you set it to &amp;quot;No&amp;quot; then users will not have the option of moving to a previous page while completing the survey.&lt;br /&gt;
#&#039;&#039;&#039;Show question index / allow jumping&#039;&#039;&#039;:  Yes/No. Default No.  When Yes, an index will be displayed on the right side.    Users can jump to any section in the survey.&lt;br /&gt;
#&#039;&#039;&#039;Keyboard-less operation&#039;&#039;&#039;:&lt;br /&gt;
#&#039;&#039;&#039;Show progress bar&#039;&#039;&#039;: Yes/No.  Default Yes.   Allow the administrator to turn off the Progress bar&lt;br /&gt;
#&#039;&#039;&#039;Participants may print answers?&#039;&#039;&#039;: This option defaults to no. When it is set to yes, a participant can print a summary of responses at submit time.&lt;br /&gt;
#&#039;&#039;&#039;Public statistics&#039;&#039;&#039;: (&#039;&#039;since 1.80&#039;&#039;) Yes/No.   Default No.   If set to &amp;quot;Yes&amp;quot; users who have submitted the survey will be presented a link to statistics of the current survey. The admin can set which questions should be included at these statistics by [[Advanced question settings|#public_statistics|applying the according question attribute]].&lt;br /&gt;
#&#039;&#039;&#039;Show graphs in public statistics&#039;&#039;&#039;: (&#039;&#039;since 1.80&#039;&#039;) Determines if public statistics for this survey include graphs or only show a tabular overview. Creating graphs for huge surveys with lots of answers takes some time and server resources so this is the switch to turn them on/off (default setting: &#039;&#039;off&#039;&#039;).&lt;br /&gt;
#&#039;&#039;&#039;List survey publicly&#039;&#039;&#039;: Yes/No.  Default No. When it is set to yes, your survey will be listed in the &#039;available surveys&#039; portal&lt;br /&gt;
#&#039;&#039;&#039;Automatically load URL when survey complete&#039;&#039;&#039;:  Yes/No.  Default No.   If yes, when the survey is submitted, it will automatically redirect to the End URL.  Which is defined in the Text Elements Section.&lt;br /&gt;
#&#039;&#039;&#039;Show &amp;quot;There are X questions in this survey&amp;quot;&#039;&#039;&#039;:  Yes/No.  Default Yes.   If Yes, the message will be displayed on the Welcome Screen.    This option will not affect the print version.&lt;br /&gt;
#&#039;&#039;&#039;Show group name and/or group description&#039;&#039;&#039;:  Will control the display of Group Names and Descriptions.   This option will not affect the print version. Four Options:&lt;br /&gt;
**&#039;&#039;&#039;Show Both&#039;&#039;&#039; - Default&lt;br /&gt;
**&#039;&#039;&#039;Show Group Names Only&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Show group description Only&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Hide Both&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;Show question number and/or code&#039;&#039;&#039;:&lt;br /&gt;
**&#039;&#039;&#039;Show Both&#039;&#039;&#039; - Default&lt;br /&gt;
**&#039;&#039;&#039;Show Question Number Only&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Show Question Code Only&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Hide Both&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;Show &amp;quot;No answer&amp;quot;&#039;&#039;&#039;: Yes/No.  Default Yes.   When Yes, the No Answer will be displayed as an answer&lt;br /&gt;
&lt;br /&gt;
==Publication &amp;amp; access control==&lt;br /&gt;
#&#039;&#039;&#039;Only users with tokens may enter the survey&#039;&#039;&#039;: This is pretty self-explaining. If you activate this then tokens (to access the survey) are enforced. (&#039;&#039;Note: &#039;&#039;This setting was removed in version 1.87. If you create a [http://docs.limesurvey.org/tiki-index.php?page=Tokens&amp;amp;structure;=English+Instructions+for+LimeSurvey#How_to_activate_tokens_ token table] access to the survey will automatically be limited to users with a valid token.)&lt;br /&gt;
#&#039;&#039;&#039;Set token length to&#039;&#039;&#039;: (&#039;&#039;since 1.87&#039;&#039;) Usually you don&#039;t need to change this, the default setting of 15 digits (max. supported value: 99) is fine. If changing this setting please enter a number (X) which should be greater than 5 (if the number entered is &amp;lt;5 it will be converted to the default value of 15). When generating tokens all tokens will use a length of X digits.&lt;br /&gt;
#&#039;&#039;&#039;Allow public registration&#039;&#039;&#039;: If you use tokens to control access to your survey, the only people who can use the survey are those who have an entry and a unique token from the token table. If you would like to use tokens, but also allow public registration, set this to &amp;quot;Yes&amp;quot;.  The &amp;quot;Yes&amp;quot; setting will allow a visitor to register his name and email address. The script will create a new entry in your tokens table for this person, then send them an invitation email. The script will ensure that only one person per email address can complete your survey.&lt;br /&gt;
# &#039;&#039;&#039;Start date&#039;&#039;&#039;: Set this to some date if you want your survey to start on a certain date. The survey will start on midnight of that day and only then will people be able to answer to it. To disable this just clear the date from the input field.&lt;br /&gt;
#&#039;&#039;&#039;Expiry date&#039;&#039;&#039;: Set this to some date if you want your survey to expire on a special date. This is the last date on which the public survey script will let people participate. (Example: If you set it for the 31st of December, then people will no longer be able to use the survey script on the 1st of January). To disable this just clear the date from the input field.&lt;br /&gt;
#&#039;&#039;&#039;Set cookie to prevent repeated participation?&#039;&#039;&#039;: If you set this to &#039;Yes&#039;, and your survey does not use a tokens table to control participant access, then a cookie will be saved to the client computer of each survey participant once they have submitted a survey. This cookie will stop the same user on that computer from accessing the survey more than once. There are inherent limitations in the &#039;security&#039; strength of such a system, but, in general, it allows you to retain some control over multiple entries on public surveys.&lt;br /&gt;
#&#039;&#039;&#039;Use CAPTCHA for&#039;&#039;&#039;: With this option you can decide when you want a CAPTCHA to be used. Default is to enable CAPTCHA only for the public Registration page, but you can also enable it before accessing the survey, and before Load/Saving partial answers.&lt;br /&gt;
#&#039;&#039;&#039;Use HTML format for token emails?&#039;&#039;&#039;: When set to yes, all emails sent by the token management interface (invite, reminder, confirmation) will be formatted as HTML. You&#039;ll then be able to use rich formatting for this emails. Default is Yes at survey creation. Caution, when you switch on/off this feature, you&#039;ll have to double check that your email templates are still displayed as you want.&lt;br /&gt;
&lt;br /&gt;
==Notification &amp;amp; data management==&lt;br /&gt;
#&#039;&#039;&#039;Admin Notification&#039;&#039;&#039;: Options to allow the administrator to be emailed when each individual survey response is saved. You can choose from:&lt;br /&gt;
##No email notification - Self-explanatory.&lt;br /&gt;
##Basic email notification - An email is sent informing the administrator that a survey response has been saved.&lt;br /&gt;
##Send email notification with response codes - Sends the full answers to the survey after saving.&lt;br /&gt;
#&#039;&#039;&#039;Email Responses To:&#039;&#039;&#039; (&#039;&#039;since 1.87+&#039;&#039;) This allows you to send the survey responses to additional email addresses once the survey is submitted. Multiple entries or different methods can be used by seperating the entries with a semicolon (;) - eg &amp;quot;yourname@test.com; myname@test.com;hisname@test.com&amp;quot; OR when using multiple methods: &amp;quot;yourname@test.com;{INSERTANS:82733X12X73};{TOKEN:EMAIL}&amp;quot;. There are three different methods for entering an address:&lt;br /&gt;
##Enter a specific &#039;&#039;email address&#039;&#039; (ie: yourname@test.com)&lt;br /&gt;
##Enter a &#039;&#039;SGQA code&#039;&#039; and the response will be sent to an email address entered as an answer to that particular question (use the format {INSERTANS:9999X88X12}, in the same way you would [http://docs.limesurvey.org/tiki-index.php?page=Adding+a+question&amp;amp;structure;=English+Instructions+for+LimeSurvey#Information_from_previous_answers Re-use information from previous answers]&lt;br /&gt;
##Enter a &#039;&#039;Token code&#039;&#039; (only possible if your survey is &#039;&#039;not&#039;&#039; anonymous) and the response will be sent to an email address retrieved from a token field (use the format {TOKEN:EMAIL} or {TOKEN:ATTRIBUTE_1} in the same way you would [http://docs.limesurvey.org/tiki-index.php?page=Adding+a+question&amp;amp;structure;=English+Instructions+for+LimeSurvey#Information_from_tokens_table Re-use Information from the Tokens Table]&lt;br /&gt;
&lt;br /&gt;
+It should be noted that entering an email address here will override the &amp;quot;Basic email notification&amp;quot; setting so the recipient(s) listed here and the survey admin will receive full answers.&lt;br /&gt;
#&#039;&#039;&#039;Anonymous answers?&#039;&#039;&#039;: This allows you to determine whether responses to your survey are matched up with information from your surveys tokens table, or kept &#039;anonymous&#039;. The default is yes. If you choose &amp;quot;No&amp;quot; for anonymous, you must also have a tokens table for your survey when you activate it.   &#039;&#039;&#039;&#039;&#039;Attention:&#039;&#039;&#039;&#039;&#039; If your survey is set to &#039;&#039;anonymous&#039;&#039; there is really no way to connect answers and participants. Even the admin can&#039;t link answers&#039; data and users&#039; data. However you will always be able to specifically view all answers entered by a certain anonymous individual participant in the survey. Thus individual, but anonymous, statistics is still possible to do.&lt;br /&gt;
#&#039;&#039;&#039;Date stamp?&#039;&#039;&#039;: This field allows you to determine whether the survey will datestamp all responses. If you choose &amp;quot;Yes&amp;quot;, then when a response is submitted, a field will be included in that response indicating the time and date that the response was made. (See configuration settings for $timeadjust setting.)&lt;br /&gt;
#&#039;&#039;&#039;Save IP address?&#039;&#039;&#039;: This field allows you to determine whether the survey will save an IP-address for all responses. If you choose &amp;quot;Yes&amp;quot;, then when a response is submitted, a field will be included in that response indicating the ip-address of the participant.&lt;br /&gt;
#&#039;&#039;&#039;Save referring URL?&#039;&#039;&#039;: This field allows you to determine whether the survey will save the referrer URL for all responses. If you choose &amp;quot;Yes&amp;quot;, then when a response is submitted, a field will be included in that response where this URL is saved. A referrer URL is the URL from which the user was led to your survey URL.&lt;br /&gt;
#&#039;&#039;&#039;Enable token-based response persistence&#039;&#039;&#039;: If your survey uses tokens and is not anonymous, then you may want to enable this feature. If you turn this on, then an auto-save is performed each time a participant answers a question, meaning that even if he hasn&#039;t submitted the survey and his browser crashes, he will find his survey answers still in place when returns to the survey. This can be used for designing pre-filled surveys as well (see data entry and importVV facility when not finalizing answers).&lt;br /&gt;
#&#039;&#039;&#039;Enable assessment mode?&#039;&#039;&#039;: With this setting you can enable/disable [[Assessments|assessments]] for this survey.&lt;br /&gt;
&lt;br /&gt;
==Import survey==&lt;br /&gt;
&lt;br /&gt;
Alternatively you can [[Importing a survey structure|import a survey structure]] from this tab. You have the option to let LimeSurvey automatically convert relative URLs to local images/media files and INSERTANS tags (recommended).&lt;br /&gt;
&lt;br /&gt;
==Uploaded resources management==&lt;br /&gt;
&lt;br /&gt;
This tab let you manage files (pictures, media files) that were uploaded in the HTML Editor.&lt;br /&gt;
&lt;br /&gt;
You can:&lt;br /&gt;
* Browse available files&lt;br /&gt;
* Export files as a ZIP archive&lt;br /&gt;
* Import a ZIP archive of files&lt;br /&gt;
&lt;br /&gt;
Important hints:&lt;br /&gt;
* Authorized files extensions are defined in config-defaults.php.&lt;br /&gt;
* Files for the survey are in the upload/surveys/&amp;lt;sid&amp;gt; subdirectory.&lt;br /&gt;
* Uploaded files will only been seen while browsing resources on this survey (groups, questions, answers) not in other surveys or objects (labels).&lt;br /&gt;
* Do not expect this limited visibility to ensure confidentiality of the resources as they are reachable with a simple browser to anyone who know the URL to the file.&lt;br /&gt;
* You can&#039;t import a ZIP file containing subdirectories.&lt;br /&gt;
&lt;br /&gt;
=2nd Step - Additional languages=&lt;br /&gt;
&lt;br /&gt;
To add more language to a survey you have to create and save it - then edit it again. Now you can add and remove additional languages to the survey. If you remove a language from a survey the complete contents of that language in that survey is deleted permanently so be careful what you are doing.&lt;br /&gt;
&lt;br /&gt;
By clicking on the button &#039;Save and continue&#039; on the first page in the survey settings you will be taken to the language-specific page which lets you change all texts for each language like &#039;&#039;Survey name&#039;&#039;, &#039;&#039;Welcome Text&#039;&#039;, etc. You can also edit the date format which should be used for a certain language.&lt;br /&gt;
&lt;br /&gt;
Previous [[Creating surveys - Introduction]]&lt;br /&gt;
&lt;br /&gt;
Next [[Importing a survey structure]]&lt;/div&gt;</summary>
		<author><name>Bobc55</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Survey_settings&amp;diff=4128</id>
		<title>Survey settings</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Survey_settings&amp;diff=4128"/>
		<updated>2011-02-20T23:13:37Z</updated>

		<summary type="html">&lt;p&gt;Bobc55: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;Additional pages:{toc}&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
&lt;br /&gt;
To create a new survey, click on the Add button [[File:add.png]] on the right side of the administration button bar and a &amp;quot;Create New Survey&amp;quot; screen will appear. You can edit most of these settings later again by click the &#039;Edit survey settings&#039; icon [[File:edit.png]] in the survey toolbar.&lt;br /&gt;
&lt;br /&gt;
=1st Step - Creation=&lt;br /&gt;
&lt;br /&gt;
All survey settings are organized in tabs. The following is a description of each tab and field.&lt;br /&gt;
&lt;br /&gt;
==General==&lt;br /&gt;
#&#039;&#039;&#039;Base language&#039;&#039;&#039;: This sets the base language for the survey. Once saved, you cannot change it later. The language-set is the base language for possible translations of the survey. That way you can have multilingual surveys. When you create a survey, you cannot add additional languages. You could only do that if you edit the survey properties again.&lt;br /&gt;
#&#039;&#039;&#039;Title&#039;&#039;&#039;: This is the brief descriptive name of the survey (ie: &amp;quot;Enterprise Bargaining Survey 2003&amp;quot;, or &amp;quot;Views on Ice Cream&amp;quot;). This title will be displayed on every page of the public survey.&lt;br /&gt;
#&#039;&#039;&#039;Description&#039;&#039;&#039;: This allows you to enter a description of the survey. (ie: &amp;quot;A survey to collect your ideas on the next round of enterprise bargaining&amp;quot; or &amp;quot;A survey to find out the popularity of chocolate ice cream&amp;quot;). You can incorporate HTML elements such as images or videos in this section using the WYSIWYG editor. By default, description is used on ivitation email.&lt;br /&gt;
#&#039;&#039;&#039;Welcome&#039;&#039;&#039;: This allows you to enter a message that will display when a participant first logs into your survey. (ie: &amp;quot;Thank you for taking the time to participate in this survey..&amp;quot;) You can incorporate HTML elements such as images or videos in this section using the WYSIWYG editor.&lt;br /&gt;
#&#039;&#039;&#039;End Message&#039;&#039;&#039;: This allows you to enter a message that will display when a participant completes your survey. (ie: &amp;quot;Thank you for completing our survey. We will publish results soon.&amp;quot;). You can incorporate HTML elements such as images or videos in this section using the WYSIWYG editor.&lt;br /&gt;
#&#039;&#039;&#039;Administrator&#039;&#039;&#039;: This is the name of the contact person who administers the survey. It will be included in emails sent out inviting participants to respond.&lt;br /&gt;
#&#039;&#039;&#039;Admin email&#039;&#039;&#039;: This is the email address of the administrator (as above) and is used as the &#039;reply to:&#039; address on any emails sent. You can also enter several email addresses separated with a semicolon - that way survey administrator notifications are sent to more than one person. (Example: &amp;quot;firstaddress@test.com;secondaddress@test.com&amp;quot;)&lt;br /&gt;
#&#039;&#039;&#039;Bounce email&#039;&#039;&#039;: This is the email address where a delivery error notification email should be sent. By default, this is the same as the administrator&#039;s email address. If you want to use a custom script to parse delivery error emails, then use a special Bounce Email address here and automatically process emails reaching this address with your script. This script could then update the Email Status field of the token line corresponding to this email address (see tokens).&lt;br /&gt;
#&#039;&#039;&#039;Fax to&#039;&#039;&#039;: This field is used to give a fax number on the &amp;quot;printable survey&amp;quot; - ie: when you want to send someone a hard copy because they cannot use the online survey.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Caution&#039;&#039;&#039;: the HTML WYSIWYG editor doesn&#039;t allow you to upload files during the survey creation process. Trying to do so will end up with an error message like: &amp;quot;&#039;&#039;This file uploader is disabled&#039;&#039;&amp;quot;. If you need to upload pictures or any other ressources, please do so after survey creation, by editing the newly created survey.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Presentation &amp;amp; navigation==&lt;br /&gt;
#&#039;&#039;&#039;Format&#039;&#039;&#039;: Choose from &amp;quot;One at a time&amp;quot;, &amp;quot;Group at a time&amp;quot; or &amp;quot;All in one&amp;quot;.&lt;br /&gt;
**&#039;&#039;&#039;Question by Question&#039;&#039;&#039;: Public survey will display one question per page.&lt;br /&gt;
**&#039;&#039;&#039;Group by Group&#039;&#039;&#039;: Public survey will display all questions in a group per page. Group at a time surveys still have a separate &amp;quot;welcome&amp;quot; page and &amp;quot;submit&amp;quot; page, like &amp;quot;One at a time&amp;quot; surveys.&lt;br /&gt;
**&#039;&#039;&#039;All in one&#039;&#039;&#039;: Public survey will display all questions in one single page. Activated All in one surveys do not have a &amp;quot;welcome&amp;quot; page or &amp;quot;submit&amp;quot; page - the welcome message and submit button all appear on the same page.&lt;br /&gt;
#&#039;&#039;&#039;Template&#039;&#039;&#039;: Choose from the installed templates in your system. The default template is rather dull, but functional. More information on creating your own templates is available in the LimeSurvey [[Templates / The Template Editor]] Guide.&lt;br /&gt;
#&#039;&#039;&#039;Show welcome screen&#039;&#039;&#039;:  Yes/No. If Yes, then the welcome message defined in Text Elements section will be displayed.    Default is Yes.&lt;br /&gt;
#&#039;&#039;&#039;Navigation delay&#039;&#039;&#039;:  Number of seconds before Previous and Next buttons are enabled.   Default 0 seconds&lt;br /&gt;
#&#039;&#039;&#039;Show &amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;&amp;lt;&amp;lt; Prev] button&#039;&#039;&#039;: This option defaults to yes, however if you set it to &amp;quot;No&amp;quot; then users will not have the option of moving to a previous page while completing the survey.&lt;br /&gt;
#&#039;&#039;&#039;Show question index / allow jumping&#039;&#039;&#039;:  Yes/No. Default No.  When Yes, an index will be displayed on the right side.    Users can jump to any section in the survey.&lt;br /&gt;
#&#039;&#039;&#039;Keyboard-less operation&#039;&#039;&#039;:&lt;br /&gt;
#&#039;&#039;&#039;Show progress bar&#039;&#039;&#039;: Yes/No.  Default Yes.   Allow the administrator to turn off the Progress bar&lt;br /&gt;
#&#039;&#039;&#039;Participants may print answers?&#039;&#039;&#039;: This option defaults to no. When it is set to yes, a participant can print a summary of responses at submit time.&lt;br /&gt;
#&#039;&#039;&#039;Public statistics&#039;&#039;&#039;: (&#039;&#039;since 1.80&#039;&#039;) Yes/No.   Default No.   If set to &amp;quot;Yes&amp;quot; users who have submitted the survey will be presented a link to statistics of the current survey. The admin can set which questions should be included at these statistics by [[Advanced question settings|#public_statistics|applying the according question attribute]].&lt;br /&gt;
#&#039;&#039;&#039;Show graphs in public statistics&#039;&#039;&#039;: (&#039;&#039;since 1.80&#039;&#039;) Determines if public statistics for this survey include graphs or only show a tabular overview. Creating graphs for huge surveys with lots of answers takes some time and server resources so this is the switch to turn them on/off (default setting: &#039;&#039;off&#039;&#039;).&lt;br /&gt;
#&#039;&#039;&#039;List survey publicly&#039;&#039;&#039;: Yes/No.  Default No. When it is set to yes, your survey will be listed in the &#039;available surveys&#039; portal&lt;br /&gt;
#&#039;&#039;&#039;Automatically load URL when survey complete&#039;&#039;&#039;:  Yes/No.  Default No.   If yes, when the survey is submitted, it will automatically redirect to the End URL.  Which is defined in the Text Elements Section.&lt;br /&gt;
#&#039;&#039;&#039;Show &amp;quot;There are X questions in this survey&amp;quot;&#039;&#039;&#039;:  Yes/No.  Default Yes.   If Yes, the message will be displayed on the Welcome Screen.    This option will not affect the print version.&lt;br /&gt;
#&#039;&#039;&#039;Show group name and/or group description&#039;&#039;&#039;:  Will control the display of Group Names and Descriptions.   This option will not affect the print version. Four Options:&lt;br /&gt;
**&#039;&#039;&#039;Show Both&#039;&#039;&#039; - Default&lt;br /&gt;
**&#039;&#039;&#039;Show Group Names Only&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Show group description Only&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;Hide Both&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;Show question number and/or code&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
==Publication &amp;amp; access control==&lt;br /&gt;
#&#039;&#039;&#039;Only users with tokens may enter the survey&#039;&#039;&#039;: This is pretty self-explaining. If you activate this then tokens (to access the survey) are enforced. (&#039;&#039;Note: &#039;&#039;This setting was removed in version 1.87. If you create a [http://docs.limesurvey.org/tiki-index.php?page=Tokens&amp;amp;structure;=English+Instructions+for+LimeSurvey#How_to_activate_tokens_ token table] access to the survey will automatically be limited to users with a valid token.)&lt;br /&gt;
#&#039;&#039;&#039;Set token length to&#039;&#039;&#039;: (&#039;&#039;since 1.87&#039;&#039;) Usually you don&#039;t need to change this, the default setting of 15 digits (max. supported value: 99) is fine. If changing this setting please enter a number (X) which should be greater than 5 (if the number entered is &amp;lt;5 it will be converted to the default value of 15). When generating tokens all tokens will use a length of X digits.&lt;br /&gt;
#&#039;&#039;&#039;Allow public registration&#039;&#039;&#039;: If you use tokens to control access to your survey, the only people who can use the survey are those who have an entry and a unique token from the token table. If you would like to use tokens, but also allow public registration, set this to &amp;quot;Yes&amp;quot;.  The &amp;quot;Yes&amp;quot; setting will allow a visitor to register his name and email address. The script will create a new entry in your tokens table for this person, then send them an invitation email. The script will ensure that only one person per email address can complete your survey.&lt;br /&gt;
# &#039;&#039;&#039;Start date&#039;&#039;&#039;: Set this to some date if you want your survey to start on a certain date. The survey will start on midnight of that day and only then will people be able to answer to it. To disable this just clear the date from the input field.&lt;br /&gt;
#&#039;&#039;&#039;Expiry date&#039;&#039;&#039;: Set this to some date if you want your survey to expire on a special date. This is the last date on which the public survey script will let people participate. (Example: If you set it for the 31st of December, then people will no longer be able to use the survey script on the 1st of January). To disable this just clear the date from the input field.&lt;br /&gt;
#&#039;&#039;&#039;Set cookie to prevent repeated participation?&#039;&#039;&#039;: If you set this to &#039;Yes&#039;, and your survey does not use a tokens table to control participant access, then a cookie will be saved to the client computer of each survey participant once they have submitted a survey. This cookie will stop the same user on that computer from accessing the survey more than once. There are inherent limitations in the &#039;security&#039; strength of such a system, but, in general, it allows you to retain some control over multiple entries on public surveys.&lt;br /&gt;
#&#039;&#039;&#039;Use CAPTCHA for&#039;&#039;&#039;: With this option you can decide when you want a CAPTCHA to be used. Default is to enable CAPTCHA only for the public Registration page, but you can also enable it before accessing the survey, and before Load/Saving partial answers.&lt;br /&gt;
#&#039;&#039;&#039;Use HTML format for token emails?&#039;&#039;&#039;: When set to yes, all emails sent by the token management interface (invite, reminder, confirmation) will be formatted as HTML. You&#039;ll then be able to use rich formatting for this emails. Default is Yes at survey creation. Caution, when you switch on/off this feature, you&#039;ll have to double check that your email templates are still displayed as you want.&lt;br /&gt;
&lt;br /&gt;
==Notification &amp;amp; data management==&lt;br /&gt;
#&#039;&#039;&#039;Admin Notification&#039;&#039;&#039;: Options to allow the administrator to be emailed when each individual survey response is saved. You can choose from:&lt;br /&gt;
##No email notification - Self-explanatory.&lt;br /&gt;
##Basic email notification - An email is sent informing the administrator that a survey response has been saved.&lt;br /&gt;
##Send email notification with response codes - Sends the full answers to the survey after saving.&lt;br /&gt;
#&#039;&#039;&#039;Email Responses To:&#039;&#039;&#039; (&#039;&#039;since 1.87+&#039;&#039;) This allows you to send the survey responses to additional email addresses once the survey is submitted. Multiple entries or different methods can be used by seperating the entries with a semicolon (;) - eg &amp;quot;yourname@test.com; myname@test.com;hisname@test.com&amp;quot; OR when using multiple methods: &amp;quot;yourname@test.com;{INSERTANS:82733X12X73};{TOKEN:EMAIL}&amp;quot;. There are three different methods for entering an address:&lt;br /&gt;
##Enter a specific &#039;&#039;email address&#039;&#039; (ie: yourname@test.com)&lt;br /&gt;
##Enter a &#039;&#039;SGQA code&#039;&#039; and the response will be sent to an email address entered as an answer to that particular question (use the format {INSERTANS:9999X88X12}, in the same way you would [http://docs.limesurvey.org/tiki-index.php?page=Adding+a+question&amp;amp;structure;=English+Instructions+for+LimeSurvey#Information_from_previous_answers Re-use information from previous answers]&lt;br /&gt;
##Enter a &#039;&#039;Token code&#039;&#039; (only possible if your survey is &#039;&#039;not&#039;&#039; anonymous) and the response will be sent to an email address retrieved from a token field (use the format {TOKEN:EMAIL} or {TOKEN:ATTRIBUTE_1} in the same way you would [http://docs.limesurvey.org/tiki-index.php?page=Adding+a+question&amp;amp;structure;=English+Instructions+for+LimeSurvey#Information_from_tokens_table Re-use Information from the Tokens Table]&lt;br /&gt;
&lt;br /&gt;
+It should be noted that entering an email address here will override the &amp;quot;Basic email notification&amp;quot; setting so the recipient(s) listed here and the survey admin will receive full answers.&lt;br /&gt;
#&#039;&#039;&#039;Anonymous answers?&#039;&#039;&#039;: This allows you to determine whether responses to your survey are matched up with information from your surveys tokens table, or kept &#039;anonymous&#039;. The default is yes. If you choose &amp;quot;No&amp;quot; for anonymous, you must also have a tokens table for your survey when you activate it.   &#039;&#039;&#039;&#039;&#039;Attention:&#039;&#039;&#039;&#039;&#039; If your survey is set to &#039;&#039;anonymous&#039;&#039; there is really no way to connect answers and participants. Even the admin can&#039;t link answers&#039; data and users&#039; data. However you will always be able to specifically view all answers entered by a certain anonymous individual participant in the survey. Thus individual, but anonymous, statistics is still possible to do.&lt;br /&gt;
#&#039;&#039;&#039;Date stamp?&#039;&#039;&#039;: This field allows you to determine whether the survey will datestamp all responses. If you choose &amp;quot;Yes&amp;quot;, then when a response is submitted, a field will be included in that response indicating the time and date that the response was made. (See configuration settings for $timeadjust setting.)&lt;br /&gt;
#&#039;&#039;&#039;Save IP address?&#039;&#039;&#039;: This field allows you to determine whether the survey will save an IP-address for all responses. If you choose &amp;quot;Yes&amp;quot;, then when a response is submitted, a field will be included in that response indicating the ip-address of the participant.&lt;br /&gt;
#&#039;&#039;&#039;Save referring URL?&#039;&#039;&#039;: This field allows you to determine whether the survey will save the referrer URL for all responses. If you choose &amp;quot;Yes&amp;quot;, then when a response is submitted, a field will be included in that response where this URL is saved. A referrer URL is the URL from which the user was led to your survey URL.&lt;br /&gt;
#&#039;&#039;&#039;Enable token-based response persistence&#039;&#039;&#039;: If your survey uses tokens and is not anonymous, then you may want to enable this feature. If you turn this on, then an auto-save is performed each time a participant answers a question, meaning that even if he hasn&#039;t submitted the survey and his browser crashes, he will find his survey answers still in place when returns to the survey. This can be used for designing pre-filled surveys as well (see data entry and importVV facility when not finalizing answers).&lt;br /&gt;
#&#039;&#039;&#039;Enable assessment mode?&#039;&#039;&#039;: With this setting you can enable/disable [[Assessments|assessments]] for this survey.&lt;br /&gt;
&lt;br /&gt;
==Import survey==&lt;br /&gt;
&lt;br /&gt;
Alternatively you can [[Importing a survey structure|import a survey structure]] from this tab. You have the option to let LimeSurvey automatically convert relative URLs to local images/media files and INSERTANS tags (recommended).&lt;br /&gt;
&lt;br /&gt;
==Uploaded resources management==&lt;br /&gt;
&lt;br /&gt;
This tab let you manage files (pictures, media files) that were uploaded in the HTML Editor.&lt;br /&gt;
&lt;br /&gt;
You can:&lt;br /&gt;
* Browse available files&lt;br /&gt;
* Export files as a ZIP archive&lt;br /&gt;
* Import a ZIP archive of files&lt;br /&gt;
&lt;br /&gt;
Important hints:&lt;br /&gt;
* Authorized files extensions are defined in config-defaults.php.&lt;br /&gt;
* Files for the survey are in the upload/surveys/&amp;lt;sid&amp;gt; subdirectory.&lt;br /&gt;
* Uploaded files will only been seen while browsing resources on this survey (groups, questions, answers) not in other surveys or objects (labels).&lt;br /&gt;
* Do not expect this limited visibility to ensure confidentiality of the resources as they are reachable with a simple browser to anyone who know the URL to the file.&lt;br /&gt;
* You can&#039;t import a ZIP file containing subdirectories.&lt;br /&gt;
&lt;br /&gt;
=2nd Step - Additional languages=&lt;br /&gt;
&lt;br /&gt;
To add more language to a survey you have to create and save it - then edit it again. Now you can add and remove additional languages to the survey. If you remove a language from a survey the complete contents of that language in that survey is deleted permanently so be careful what you are doing.&lt;br /&gt;
&lt;br /&gt;
By clicking on the button &#039;Save and continue&#039; on the first page in the survey settings you will be taken to the language-specific page which lets you change all texts for each language like &#039;&#039;Survey name&#039;&#039;, &#039;&#039;Welcome Text&#039;&#039;, etc. You can also edit the date format which should be used for a certain language.&lt;br /&gt;
&lt;br /&gt;
Previous [[Creating surveys - Introduction]]&lt;br /&gt;
&lt;br /&gt;
Next [[Importing a survey structure]]&lt;/div&gt;</summary>
		<author><name>Bobc55</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Data_entry&amp;diff=4216</id>
		<title>Data entry</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Data_entry&amp;diff=4216"/>
		<updated>2008-11-20T18:21:44Z</updated>

		<summary type="html">&lt;p&gt;Bobc55: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;Open the Data Entry Screen by clicking on the [[File:dataentry.png]] &amp;quot;Data Entry&amp;quot; Icon. This function is not intended to be available to your participants. When LimeSurvey was first developed, it was intended as a data entry system for paper based surveys. The Data Entry screen is intended to be used when entering returned surveys on a mass basis and subsequently is designed to allow for keyboard based entry (using tabs, space bar, arrow keys, number pad and keystrokes).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Shortcut key:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulator Key: next question&lt;br /&gt;
&lt;br /&gt;
Shift Key + Tabulator Key: previous question&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Finalize response submission&amp;quot; let the operator finalize the response record by:&lt;br /&gt;
* adding a submitdate entry to the record, which will make it available as a full response while browsing responses or computing statistics&lt;br /&gt;
* marking the token code as used (if the survey uses tokens)&lt;br /&gt;
&lt;br /&gt;
If the &amp;quot;Finalize response submission&amp;quot; check-box is not checked, then the answer will be considered as &#039;not completely filled out&#039;, no submission date will be added to the record and the token will remain available to the participant.&lt;/div&gt;</summary>
		<author><name>Bobc55</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Activating_a_survey&amp;diff=877</id>
		<title>Activating a survey</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Activating_a_survey&amp;diff=877"/>
		<updated>2008-11-20T17:13:15Z</updated>

		<summary type="html">&lt;p&gt;Bobc55: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;Once you are happy with the structure of your survey you can activate it by clicking on the [[File:activate.png]] &amp;quot;Activate survey&amp;quot; icon. Activating a survey does a number of things:&lt;br /&gt;
*It creates a separate database table to hold all survey responses, and creates for each possible answer to the survey a field in that table.&lt;br /&gt;
*It allows people to enter data into that table, and gives you access to other features for the survey, including browse and token facilities.&lt;br /&gt;
*It gives you access to the &amp;quot;tokens&amp;quot; feature. Once a survey is activated, the &amp;quot;tokens&amp;quot; button will be available (see section on [[Tokens]] ).&lt;br /&gt;
*If your survey is set to &amp;quot;not anonymous&amp;quot;, a tokens table will be created automatically.&lt;br /&gt;
&lt;br /&gt;
Before you activate a survey you should note the following points:&lt;br /&gt;
*When the survey is initialized you can change the text for questions, answers, the survey etc, but not the type of question or the type of answer.&lt;br /&gt;
*You cannot add new questions or delete questions. Nor can you add answers to any of the array or multiple choice questions -  however you can add answers to the basic list type questions.&lt;br /&gt;
&lt;br /&gt;
If the [[File:activate.png]] &amp;quot;Activate survey&amp;quot; icon is not shown, then your survey is not yet capable of being activated (for example if you have no questions created yet). Once clicking on this icon, LimeSurvey will run a quick consistency check to make sure that your survey will work properly.&lt;/div&gt;</summary>
		<author><name>Bobc55</name></author>
	</entry>
</feed>