<?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=Southcot</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=Southcot"/>
	<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/Special:Contributions/Southcot"/>
	<updated>2026-08-13T01:11:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Survey_settings&amp;diff=61893</id>
		<title>Survey settings</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Survey_settings&amp;diff=61893"/>
		<updated>2014-06-11T09:03:20Z</updated>

		<summary type="html">&lt;p&gt;Southcot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=Overview= &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
Some of this settings can be set when creating 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. &lt;br /&gt;
&lt;br /&gt;
You can edit all of these settings later again by click the &#039;Edit survey settings&#039; icon [[File:token_manage_30.png]] in the &#039;Survey properties&#039; dropdown menu of the survey toolbar.&lt;br /&gt;
&lt;br /&gt;
=Settings= &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
All survey settings and functions are organized in tabs. The following is a description of each tab and field.&lt;br /&gt;
&lt;br /&gt;
==General== &amp;lt;!--T:7--&amp;gt;&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. During survey creation you cannot add additional languages. You will be able do that if you edit the survey properties again, later.&lt;br /&gt;
#&#039;&#039;&#039;Additional languages&#039;&#039;&#039;: To choose addintinal language. &amp;lt;span class=&amp;quot;alert&amp;quot;&amp;gt;Only available when survey is created.&amp;lt;/span&amp;gt;&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.&amp;lt;span class=&amp;quot;alert&amp;quot;&amp;gt;Only available at survey creation. After available in Edit survey text elements&amp;lt;/span&amp;gt;&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.&amp;lt;span class=&amp;quot;alert&amp;quot;&amp;gt;Only available at survey creation. After available in Edit survey text elements&amp;lt;/span&amp;gt;&lt;br /&gt;
#&#039;&#039;&#039;Welcome message&#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.&amp;lt;span class=&amp;quot;alert&amp;quot;&amp;gt;Only available at survey creation. After available in Edit survey text elements&amp;lt;/span&amp;gt;&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.&amp;lt;span class=&amp;quot;alert&amp;quot;&amp;gt;Only available at survey creation. After available in Edit survey text elements&amp;lt;/span&amp;gt;&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 they placeholder {SAVEDID}, {TOKEN}, {SID} and {LANG} 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 to pass parameters from the start URL to then end URL. &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;span class=&amp;quot;alert&amp;quot;&amp;gt;Only available at survey creation. After available in Edit survey text elements&amp;lt;/span&amp;gt;&lt;br /&gt;
#&#039;&#039;&#039;URL description&#039;&#039;&#039;: The description for the link using the End URL.&amp;lt;span class=&amp;quot;alert&amp;quot;&amp;gt;Only available at survey creation. After available in Edit survey text elements&amp;lt;/span&amp;gt;&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;!--T:8--&amp;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== &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
#&#039;&#039;&#039;Format&#039;&#039;&#039;: Choose from &amp;quot;Question by question&amp;quot;, &amp;quot;Group by group&amp;quot; or &amp;quot;All in one&amp;quot;.&lt;br /&gt;
#:[[File:Setting_Pres_Format_EN.png]]&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;Question by Question&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 [[The template editor|here]].&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. In 2.05 the options have changed to Disabled / Incremental / Full. Disabled and Incremental represent the current No and Yes options. Full always shows all groups / questions, this allows the user to freely navigate through the survey. This might not work for all kinds of conditions.&lt;br /&gt;
#&#039;&#039;&#039;Keyboard-less operation&#039;&#039;&#039;: By activating this setting there will be a virtual keyboard available for certain question types.&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;: 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;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. The end URL can be defined in the Text Elements Section. Please note that this only works on an active survey.&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 the default option for non-mandatory single-select questions. Be aware that if you switch this off, the participant won&#039;t be able to unselect a chosen answer option in a non-mandatory question.&lt;br /&gt;
&lt;br /&gt;
==Publication &amp;amp; access control== &amp;lt;!--T:10--&amp;gt;&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;Start date/time&#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/time&#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;
&lt;br /&gt;
==Notification &amp;amp; data management== &amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
#&#039;&#039;&#039;Send basic admin notification email to:&#039;&#039;&#039; and &#039;&#039;&#039;Send detailed admin notification email to:&#039;&#039;&#039; These fields allow you to send notifications or survey responses to additional email addresses once the survey is submitted. You can edit the templates for these emails under &#039;Email templates&#039;. Multiple recipients can be set by seperating the entries with a semicolon (;) - eg &amp;quot;yourname@test.com; myname@test.com;hisname@test.com&amp;quot; OR when using placeholders &amp;quot;yourname@test.com;{INSERTANS:82733X12X73};{TOKEN:EMAIL}&amp;quot;. Make sure that at least your administrator email is set properly in the survey settings - otherwise no email will be sent or there will be an &#039;Invalid address:&#039; message when a participant finishes a survey. Please note that there are three different ways 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 [[Adding a question#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 [[Adding a question#Information from tokens table|Re-use Information from the Tokens Table]])&lt;br /&gt;
##&#039;&#039;As of Version 1.92:&#039;&#039; Enter a valid expression conforming to [[Expression Manager|Expression Manager]] syntax.  This lets you use question code instead of SGQA syntax (for easier readability), plus conditional logic (e.g. route the notifications to different people depending upon the data entered into the survey).&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 referrer 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 assessment mode?&#039;&#039;&#039;: With this setting you can enable/disable [[Assessments|assessments]] for this survey.&lt;br /&gt;
#&#039;&#039;&#039;Save timings&#039;&#039;&#039;: If activate then on survey activation a separate table will be created where timings for your questions will be saved, e.g. how long a user stays on one page during taking the survey.&lt;br /&gt;
#&#039;&#039;&#039;Participant may save and resume later?&#039;&#039;&#039;: This setting allows a participant to save his responses and resume to answer the survey at a later time. Please note that this makes most sense with open surveys or surveys with anonymized answer. If you are using tokens and the survey is not anonymous in most cases it is better to activate &#039;Token-based response persistence&#039; in the token tab.&lt;br /&gt;
#&#039;&#039;&#039;Google Analytics API Key for this survey&#039;&#039;&#039;:  Allows for integration with Google Analytics. The API key can be inserted into templates using {GOOGLE_ANALYTICS_API_KEY}. The full JavaScript that Google Analytics expects (including the key) can be included in templates via {GOOGLE_ANALYTICS_JAVASCRIPT}&lt;br /&gt;
#&#039;&#039;&#039;Google Analytics Style for this Survey&#039;&#039;&#039;:  Choices are:&lt;br /&gt;
##&#039;&#039;&#039;Do not use Google Analytics&#039;&#039;&#039; - so {GOOGLE_ANALYTICS_JAVASCRIPT} is an empty string&lt;br /&gt;
##&#039;&#039;&#039;Default Google Analytics&#039;&#039;&#039; - {GOOGLE_ANALYTICS_JAVASCRIPT} uses the standard Google Analytics code, inserting the proper Google Analytics Key&lt;br /&gt;
##&#039;&#039;&#039;SurveyName-&amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;SID]/GroupName&#039;&#039;&#039; - {GOOGLE_ANALYTICS_JAVASCRIPT} contains customized Google Analytics code to log the URL as {SURVEYNAME}-&amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;{SID}]/{GROUPNAME}.  This can be  helpful if you want to analyze navigation paths through your survey, time spent per page, and drop-off rates per page.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Google API howto&#039;&#039;&#039;:&lt;br /&gt;
# Register/login on Google Analytics (GA): [http://www.google.com/analytics/ www.google.com/analytics/]&lt;br /&gt;
# Create a key (the site should not point to the survey, but to the part before &#039;index.php?&#039;) The key should be UA-xxxxx.&lt;br /&gt;
# Go to your survey&#039;s global settings in LimeSurvey.&lt;br /&gt;
# Put the key in appropriate field (Google Analytics API Key). It&#039;s probably the best to set GA Style to track all pages as you can have more info.&lt;br /&gt;
# You don&#039;t need to do anything in shipped templates, as the {GOOGLE_ANALYTICS_JAVASCRIPT} part is already there.&lt;br /&gt;
# Activate the survey.&lt;br /&gt;
# Do the survey.&lt;br /&gt;
# Go to GA panel mainsite. (select appropriate account in left-hand upper corner if you have more than one). You should see some graphs with the statistics. Beware of the dates in upper right corner.&lt;br /&gt;
&lt;br /&gt;
==Tokens== &amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Anonymized responses?&#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 &#039;No&#039;. If you choose &#039;Yes&#039; then your survey is set to radically anonymize responses - there is really no way to connect answers and participants. Even the admin can&#039;t link response data and participant/token data. However you will always be able to specifically view each response entered by your participants in the survey. Thus individual, but anonymous, statistics is still possible to do. &#039;&#039;&#039;&#039;&#039;Attention:&#039;&#039;&#039;&#039;&#039;: If this feature is activated the response submission date and the token completed date are always set to 1980-01-01 00:00, no matter of other settings. Why? Invalidating the submission date ensures no match with webserver logs where the token key might show up when a survey is started. Invalidating the token completed date makes sure that you can&#039;t align the order of submitted responses to the order of the token date/time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Allow multiple responses or update responses with one token?&#039;&#039;&#039;: Default: No . If you activate this setting the participants may return to his survey by clicking the invitation link, even if he already submitted the survey. If survey is anonymous or Enable token-based response persistence is set to NO, this adds a new responses. If survey is not anonymous and Enable token-based response persistence is Yes, user update existing responses.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Enable token-based response persistence&#039;&#039;&#039;: If your survey uses tokens and your responses are not anonymized, then you may want to enable this feature. If you turn this on, then your participants can leave your survey and resume later at any time without using the &#039;Resume later&#039; function - for example if he/she gets distracted or his browser crashes. Upon clicking the invitation link again he will find his survey answers so far still in place when returns to the survey and will even continue on the last page seen.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&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;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&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;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Set token length to&#039;&#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;
&lt;br /&gt;
==Import== &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
Alternatively you can [[Importing a survey structure|import a survey structure]] from this tab on survey creation. 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;
==Copy== &amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
Alternatively you can copy an existing survey from this tab on survey creation. You have the option to let LimeSurvey automatically convert relative URLs to local images/media files and INSERTANS tags (recommended). The other options are pretty self-explaining. Please note that when copying a survey the start date and the end date of a survey cleared.&lt;br /&gt;
&lt;br /&gt;
==Panel integration (URL parameters)== &amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Please note that this tab is currently not visible on survey creation but only when you edit the survey settings after saving them for the first time.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
On this tab you can set which additional URL parameters will be accepted by your survey. If you like you can also save the value as a response of a &amp;quot;Short text question&amp;quot; or &amp;quot;Multiple short text question&amp;quot; type (you will be able to select any short text question to save it to). Even if you do NOT save the value of the URL parameter you will be able to use this parameter in the end URL. Please have a look at the documentation of the [[URL_fields#Passthrough_fields_.28LimeSurvey_2.x_or_later.29|End-URL]] for further information.&lt;br /&gt;
&lt;br /&gt;
==Resources== &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
This tab lets you manage files (pictures, media files) that were uploaded in the HTML Editor and it is only visible if you edit a survey - not during survey creation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;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;
&amp;lt;!--T:24--&amp;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;
=Additional languages= &amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;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;
&amp;lt;!--T:27--&amp;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;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Southcot</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction&amp;diff=61892</id>
		<title>Surveys - introduction</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction&amp;diff=61892"/>
		<updated>2014-06-11T09:00:00Z</updated>

		<summary type="html">&lt;p&gt;Southcot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&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:token_manage_30.png]] in the &#039;Survey properties&#039; dropdown menu of the survey toolbar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Video tutorials= &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Sample Surveys= &amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
One easy way to learn LimeSurvey is to experiment with working surveys.  Here are a [[Expression Manager Sample Surveys|dozen surveys]] that demonstrate all of the key features, including the new (1.92+ and above) [[Expression Manager|Expression Manager]]-based functionality for relevance-based navigation/branching; tailoring/piping/reporting; and validation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Basic survey elements= &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
A &#039;&#039;&#039;survey&#039;&#039;&#039; has three integral elements, each of which must exist:&lt;br /&gt;
*A survey name&lt;br /&gt;
*At least one group&lt;br /&gt;
*At least one [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
Optional elements to a new &#039;&#039;&#039;survey&#039;&#039;&#039; include:&lt;br /&gt;
*Applicable answers to each question&lt;br /&gt;
*Modifiable labels (known as label sets)&lt;br /&gt;
*Conditions that determine whether a question should be asked&lt;br /&gt;
&lt;br /&gt;
==Survey name== &amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;survey name&#039;&#039;&#039; provides the unique title to a &#039;&#039;&#039;survey&#039;&#039;&#039; and becomes the handle to access various option settings that apply to the survey as a whole. Settings such as the welcome message on the opening screen, the description of the survey, contact information for the survey administrator, and what format the questions are to be asked.&lt;br /&gt;
&lt;br /&gt;
==Question Groups== &amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
A &#039;&#039;&#039;survey&#039;&#039;&#039; requires each question to be a member of a &#039;&#039;&#039;group&#039;&#039;&#039; (and only that &#039;&#039;&#039;group&#039;&#039;&#039;).  Depending on the number of questions in the survey, &#039;&#039;&#039;Groups&#039;&#039;&#039; can be used to define logical sections, common subject themes, or possibly pages on the screen. A group can have questions about a similar subject or simply be setup as a manageable number of questions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;This whole chapter deals with &#039;&#039;&#039;question groups&#039;&#039;&#039;. Do not confuse a &#039;&#039;&#039;question group&#039;&#039;&#039; with a &#039;&#039;&#039;user group&#039;&#039;&#039;.  Each is very different and used in different ways, based on the object being grouped.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
A question &#039;&#039;&#039;group&#039;&#039;&#039; has a title and an optional description. You must have at least one &#039;&#039;&#039;group&#039;&#039;&#039; in each survey, even if you do not wish to divide the survey into multiple groups.&lt;br /&gt;
&lt;br /&gt;
==Questions== &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Questions&#039;&#039;&#039; are the core of your survey. There is no real limit to the number of &#039;&#039;&#039;questions&#039;&#039;&#039; you can have in your &#039;&#039;&#039;survey&#039;&#039;&#039; or in a &#039;&#039;&#039;group&#039;&#039;&#039;. &#039;&#039;&#039;Questions&#039;&#039;&#039; include the actual question text as well as settings that determine what form of answer you will accept. You can also specify a short &#039;help&#039; explanation for each question and determine whether the question is mandatory (that is, must be answered) or optional.  For more details check the [[Question types|question types]] section.&lt;br /&gt;
&lt;br /&gt;
=Basics of navigating the survey administrative interface= &amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; tool presents horizontal tool bars to the survey creator in their web browser.  These toolbars are the header of a window allowing interaction.&lt;br /&gt;
&lt;br /&gt;
==Administrative Tool Bar== &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
The top toolbar is usually the &#039;&#039;&#039;Administrative Tool Bar&#039;&#039;&#039; providing top level, global actions.  One of the key items there is the drop down list of surveys along with a &#039;&#039;&#039;Create New (Survey)&#039;&#039;&#039; button; if available and enabled for your login account.  Both are on the right side of the toolbar.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Hint&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Want to know more about a particular icon button in a tool bar?  Hover over the icon to see its name or click on the Help button [[File:help-button.png]] in the &#039;&#039;&#039;Administrative Tool Bar&#039;&#039;&#039; to see a description of icons in the currently active toolbar.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
If the &#039;&#039;&#039;Administrative Tool Bar&#039;&#039;&#039; does not appear to be on top, click the home button [[File:button-home.png]] to get back to it.  The Labelset [[File:button-labelset.png]] and Template [[File:button-template-editor.png]] editors, available in this tool bar, are the only ones that can replace the &#039;&#039;&#039;Administrative Tool Bar&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
By clicking the &#039;&#039;&#039;Create New (Survey)&#039;&#039;&#039; button [[File:CreateSurvey-button.png]] or selecting an existing survey, you minimize the Administrative window and open a new tool bar below to manage the &#039;&#039;&#039;Survey&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Survey Tool Bar== &amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
Similar to before, one can click on the drop down list of question &#039;&#039;&#039;Groups&#039;&#039;&#039; or on the &#039;&#039;&#039;Create New (Group)&#039;&#039;&#039; button [[File:CreateSurvey-button.png]] on the &#039;&#039;&#039;Survey&#039;&#039;&#039; toolbar.  Either selection will bring up the question &#039;&#039;&#039;Group&#039;&#039;&#039; toolbar below the &#039;&#039;&#039;Survey&#039;&#039;&#039; toolbar.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Group Tool Bar== &amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
In the Question Group, you can click on the drop down list of &#039;&#039;&#039;Questions&#039;&#039;&#039; or click the &#039;&#039;&#039;Create New (Question)&#039;&#039;&#039; button [[File:CreateSurvey-button.png]] to add a fourth toolbar to now edit a &#039;&#039;&#039;Question&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Common Buttons== &amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
In these nested toolbars are some common, navigational buttons.  There is an &#039;&#039;&#039;Edit&#039;&#039;&#039; button [[File:edit-button.png]] to edit the object you selected.  By default, you will be put in the editor if you create the object.  There is a &#039;&#039;&#039;Delete&#039;&#039;&#039; button [[File:delete-button.png]] to delete the object.  For &#039;&#039;&#039;Groups&#039;&#039;&#039; and &#039;&#039;&#039;Questions&#039;&#039;&#039;, there is a &#039;&#039;&#039;Reorder&#039;&#039;&#039; button [[File:change-order-button.png]] to change the order the object appears in during the survey execution.  Finally, there is an &#039;&#039;&#039;Export&#039;&#039;&#039; button [[File:export-button.png]] to export a survey, question group or question that you can import back into another survey.  Note that the &#039;&#039;&#039;Create&#039;&#039;&#039; button [[File:CreateSurvey-button.png]] also allows you to import a previously exported object.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
[[File:QuestionToolbar.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
Finally, there are two to three small buttons to the far right [[File:CommonButtons.png]] to minimize, maximize, and close the window of a toolbar.  The maximize button will take you back to the summary window of the currently selected object.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
As seems natural, the window of the current toolbar is automatically minimized when you select a lower level object to edit.  Only the current toolbar and its window can be closed.  You can open a previous toolbar and window by clicking on its maximize button.  And you can jump around by selecting or creating a new object in another toolbar without having to close the currently open window first.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
We will discuss navigating through a survey itself later on in the section on testing the survey.&lt;br /&gt;
&lt;br /&gt;
=Survey settings= &amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Survey settings|survey settings]].&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Southcot</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Questions_-_introduction&amp;diff=61891</id>
		<title>Questions - introduction</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Questions_-_introduction&amp;diff=61891"/>
		<updated>2014-06-09T16:46:13Z</updated>

		<summary type="html">&lt;p&gt;Southcot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=Introduction= &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
Once you have [[Creating a question group|created your groups]], you can start adding questions within each group. Create a new question by clicking on the add icon [[File:add.png]] on the right hand side of the &amp;quot;Group&amp;quot; menu bar.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
When adding a question, you will be asked for a &amp;quot;Question Code&amp;quot;, the &amp;quot;Question&amp;quot;, &amp;quot;Help&amp;quot; and a &amp;quot;(Question Types|question type)&amp;quot;. All new questions are assigned to the Group you were viewing when you clicked &amp;quot;Add Question&amp;quot;, however you can change the group the question belongs too at a later point.&lt;br /&gt;
&lt;br /&gt;
=Field descriptions= &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Question code:&#039;&#039;&#039; Your ID, or number or code for the question. This field is only for quick identification for a question in export or for evaluation. Try to be consistent with your coding in this field. Planning makes your evaluation a lot easier at a later time. This field is normally not displayed to people taking the survey.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;Note: The question Code should be unique, and must start with a letter, and only contain letters and numbers.  If you ever tried to export your data to SPSS or R, you discovered that the qcode becomes the value label, so you have to make code unique.  For the time-being, LimeSurvey will support legacy code values, but the [[Show Logic File|Show Logic File]] button will color-code such questions so that you know you should change their names.&amp;lt;/div&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Question:&#039;&#039;&#039; This is the actual question being asked. There is no real limit to the length of the question here, however if you want to explain the question, leave that for the &amp;quot;Help&amp;quot; field. HTML-code can be used, e.g., for including images:&amp;lt;br /&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img src=&amp;quot;http://www.yourdomain.com/yourpics/pic.jpg&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Help:&#039;&#039;&#039; This is an optional field. It is useful if a question needs some explanation, or you want to explain how it should be answered. When you put text in this field, a &amp;quot;Question Mark&amp;quot; icon appears on the survey entry screens with the help text right beside.&lt;br /&gt;
*&#039;&#039;&#039;Question type:&#039;&#039;&#039; This determines the type of response the survey allows. View the [[Question types]] section for a description of the various options available.&lt;br /&gt;
*&#039;&#039;&#039;Validation:&#039;&#039;&#039; This feature is available on all free text type or numeric questions. You can use standard [[Using regular expressions|Regular Expressions]] in this field to validate the responses to the question, and if the responses don&#039;t validate against this expression, the user will be prompted to try again before they can progress.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Other?:&#039;&#039;&#039; Depending upon your chosen &#039;question type&#039; this option may appear. It allows you to specify that an &amp;quot;other&amp;quot; option be presented in some of the list question types.&lt;br /&gt;
*&#039;&#039;&#039;Mandatory?:&#039;&#039;&#039; For all question types this setting allows you to require users to answer the question, before they can move on to the next question. For ranking question this means all items have to be ranked.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Relevance&#039;&#039;&#039;:  This is the Boolean equation that specifies the conditions for this question.  If it evaluates to true, the question is show; otherwise it is hidden and since it is irrelevant, data for that question is NULLed in the database.  Details about how to use Relevance can be found on the [[Expression Manager|Expression Manager]] pages.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Show advanced question settings:&#039;&#039;&#039; The advanced question settings are different for each question type. Please consult the documentation for your particular [[Question types|question type]]&lt;br /&gt;
&lt;br /&gt;
=Importing a question= &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
At the bottom of the New Question Form you will find a file selection box to import a question file. Here you can import any question file (*.lsq or *.csv (old format)) you previously exported - for example this is useful if you want to reuse a question from another survey.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;Important: If you import a question there will always be a new question created. The original question will not be overwritten. If you want to copy a question inside the same survey it is easier to select the existing question and than use the &amp;quot;Copy current question&amp;quot; button.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Information from tokens table= &amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
You can insert information/text from the tokens table into your question so that it can show context related information. For LimeSurvey to do this, the survey needs to be set as NOT Anonymous (ie: tracked), and it needs to have a tokens table.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;The fields available for this are:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|{TOKEN:FIRSTNAME}||inserts the value from the &amp;quot;firstname&amp;quot; field in the tokens table&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:LASTNAME}||inserts the value from the &amp;quot;lastname&amp;quot; field in the tokens table&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:EMAIL}||inserts the value from the &amp;quot;email&amp;quot; field in the tokens table&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:ATTRIBUTE_1}||inserts the value from the &amp;quot;attribute_1&amp;quot; field in the tokens table&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:ATTRIBUTE_2}||inserts the value from the &amp;quot;attribute_2&amp;quot; field in the tokens table&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
To use this functionality you must type the field text into your question exactly as listed above. &lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
Hello {TOKEN:FIRSTNAME}. We sent an email to you using this address {TOKEN:EMAIL}. Is this correct?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Another example with more customisation, but using JavaScript (please see [[Optional settings |Optional settings]] on how to allow JavaScript when setting up questions and why it&#039;s not always a good idea. To use JavaScript you will need to deactivate the XSS filter in the [[Global settings]]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;Hello {TOKEN:FIRSTNAME}. We sent an email to you using this address {TOKEN:EMAIL}. Is this correct?&lt;br /&gt;
What do you as a {TOKEN:ATTRIBUTE_1} think about your&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; language=&amp;quot;Javascript&amp;quot;&amp;gt;;&lt;br /&gt;
   var job=&#039;{TOKEN:ATTRIBUTE_1}&#039;;&lt;br /&gt;
   if (job==&#039;worker&#039;) {&lt;br /&gt;
      document.write (&#039;bosses&#039;)&lt;br /&gt;
   } else {&lt;br /&gt;
      document.write(&#039;workers&#039;)&lt;br /&gt;
   }&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
?&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;Starting in Version 1.92, you can use [[Expression Manager|Expression Manager]] to do such tailoring without needing JavaScript.  The equivalent in Version 1.92 is the following:&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;What do you as a {TOKEN:ATTRIBUTE_1} think about your {if(TOKEN:ATTRIBUTE_1==&#039;worker&#039;,&#039;bosses&#039;,&#039;workers&#039;)}?&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Information from previous answers= &amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
There is currently also the capacity to insert the answer of previous questions into the text of an answer with the following provisos:&lt;br /&gt;
* The question must have been answered in a previously displayed &#039;&#039;&#039;page&#039;&#039;&#039; in the survey - answers to questions on the current page are not available&lt;br /&gt;
* You refer to the exact Survey ID, Group ID and Question ID for the question to which the answer was made - in the form: {INSERTANS:SIDXGIDXQID} - ie {INSERTANS:1X2X3}. Read more under [[SGQA identifier]] to find out how to create this code.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;Note: Starting in Version 1.92, the above limitations no longer exist:&lt;br /&gt;
*You can refer to answers on the same page, and even dynamically update tailored messages as responses change on the page.&lt;br /&gt;
*You can use qcode naming instead of {INSERTANS:SGQA} - for more details, see the [[Expression Manager|Expression Manager]] documentation&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
A wizard has been integrated in the Wysiwyg HTML editor (FCKeditor), so that you can easilly insert previous answers SGQA codes: this plugin is called the LimeReplacementFields. In order to use this feature, in the FCKeditor, click on the &amp;quot;lime between brackets&amp;quot; icon, and select a question from the select box. Only answers from previous pages are displayed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;LimeReplacementFields notice: when you want to delete a reference to a {SGQA} tag, please select all chars from the openning bracket to the closing bracket and press delete: DO NOT erase it char by char with the Delete or Backspace key otherwise the field will appear again.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Styling Questions= &amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
It is possible to generally edit the question layout/design by using CSS using [[The template editor|the template editor]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Southcot</name></author>
	</entry>
</feed>