<?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=Sdv2</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=Sdv2"/>
	<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/Special:Contributions/Sdv2"/>
	<updated>2026-08-11T05:46:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Theme_editor/28/it&amp;diff=62280</id>
		<title>Translations:Theme editor/28/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Theme_editor/28/it&amp;diff=62280"/>
		<updated>2014-08-28T12:40:02Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;==Template Files==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Template Files==&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Theme_editor/it&amp;diff=62279</id>
		<title>Theme editor/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Theme_editor/it&amp;diff=62279"/>
		<updated>2014-08-28T12:07:06Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;La modalità preferibile per creare un nuovo template è di utilizzare i &amp;quot;Templete Editor&amp;quot; all&amp;#039;interno del menù di amministrazione. Alcuni preferiscono lavorare direttamente ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
=Introduzione=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has a basic template and style system providing a theme-like capability found in many browser-based applications.  They are simply termed &#039;&#039;&#039;Templates&#039;&#039;&#039; here.  The Templates allow control over the look and feel of pages during a survey.  A survey administrator can select the template to use for each survey to thus personalize that survey&#039;s look and feel.  Changes to a Template can be as simple as adding a unique logo on the welcome page, changing background colors, or maybe new text colors for specific types of questions.&lt;br /&gt;
&lt;br /&gt;
LimeSurvey comes with a set of templates right out of the box. These initial templates are defined by directories within the LimeSurvey installation &amp;quot;templates&amp;quot; directory.  Each template has it&#039;s own directory.  Within the main directory of a template are numerous files: &#039;&#039;&#039;templates (.pstpl)&#039;&#039;&#039;, &#039;&#039;&#039;cascading style sheets (.css)&#039;&#039;&#039;, &#039;&#039;&#039;images&#039;&#039;&#039; (&#039;&#039;&#039;.jpg&#039;&#039;&#039; or &#039;&#039;&#039;.png&#039;&#039;&#039;) and maybe others.&lt;br /&gt;
&lt;br /&gt;
Like in other theme-based systems, fragments of HTML code are stored in the .pstpl template files.  These fragments are read in and used to construct the page to display to the end user during the operation of a survey. Often &#039;&#039;&#039;keywords&#039;&#039;&#039; surrounded by curly braces are included in the files that are then replaced with the relevant text.  The following gives an example of a template file content and its result when used in a survey page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&amp;lt;font face=&#039;verdana&#039; color=&#039;red&#039;&amp;gt;{SURVEYNAME}&amp;lt;/font&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;font face=&#039;verdana&#039; color=&#039;blue&#039;&amp;gt;&amp;lt;u&amp;gt;{SURVEYDESCRIPTION}&amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One gets a result that looks like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;&amp;lt;span style=&#039;color:red&#039;&amp;gt;My New Survey&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;u&amp;gt;&amp;lt;span style=&#039;color:#0000ff&#039;&amp;gt;This is a survey written by me to find out what sort of chocolate people like.&amp;lt;/span&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Templates, being HTML code, tend to define the positioning and type of text to be displayed and similar structural features of the page.  They often reference or include other files.  Most reference a common cascading style sheets (CSS) file that defines the font style, color, size, background and similar parameters common to all pages in the survey. Style sheets reference HTML &#039;&#039;&#039;class&#039;&#039;&#039; parameters that are associated with the various types of objects in the HTML code.  This allows the style sheet to describe once how to display each of the many types of text or other objects that may appear in multiple places.  There are unique classes for each question type in LimeSurvey and thus giving detailed control over the appearance of each.  Image files, like logos or special progress-bar constructors, may be referenced as well in the Template file.  Finally, special Keywords in curly braces are replaced with text defined in the Survey for each of its corresponding language translations (for example, the Survey Title or Question Text for each language defined).&lt;br /&gt;
&lt;br /&gt;
If you create a new custom template, please consider contributing it back to the LimeSurvey community, and make it available to others. With your help, we can grow our repository of templates, surveys, and other ad-ons, to make LimeSurvey even better! See the shared [http://www.limesurvey.org/en/download-limesurvey-design-templates/com_josetta_menu_control_panel/viewcategory/9-survey-design-templates Template Repository]&lt;br /&gt;
&lt;br /&gt;
=Creazione di un nuovo template=&lt;br /&gt;
&lt;br /&gt;
Per creare un nuovo template (o modificarne uno esistente) è necessario possederne la relativa l&#039;autorizzazione come utente in LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note of Warning:&#039;&#039;&#039; As template changes can affect all surveys in an installation, changes should be limited to those skilled in understanding general concepts in the code base. Templates are an advanced feature that can take some experimentation to get correct if you are not familiar with HTML code methods.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
La modalità preferibile per creare un nuovo template è di utilizzare i &amp;quot;Templete Editor&amp;quot; all&#039;interno del menù di amministrazione. Alcuni preferiscono lavorare direttamente all&#039;interno dei files template, utilizzando così il proprio editor di testo preferito invece dell&#039;interfaccia web.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Permissions Note:&#039;&#039;&#039; on unix/linux systems, these template files will be owned by the group and user who the web server is running as (may be &amp;quot;www&amp;quot; for some systems). So make sure you have access to edit these files, and when you save them make sure they don&#039;t change ownership, so you can still use the web Template Editing interface if needed&amp;lt;/div&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Installation Note:&#039;&#039;&#039; If you create your ZIP-file on OS X it will generate also an folder _MACOSX it will create some problems on template installation. For prevent these problems use the application zipcleaner on OS X to clean the _MACOSX folder from the zip-file. You can download it here: https://www.macupdate.com/app/mac/25497/zipcleaner&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Installation Note:&#039;&#039;&#039; If you have downloaded your template from Github open it before install and move the files out of the containing folder and create a new zip-file. The wrapped folder creates problems on template installation.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Template files may seem complex to understand at first. You have to likely understand HTML code, possibly Styles and Style Sheets, and have access to the underlying LimeSurvey installation files if the template files and directories are not editable. Copy an existing template to a new directory to play around with the content. This may help make the concept clearer.&lt;br /&gt;
&lt;br /&gt;
A number of the &#039;public&#039; elements of LimeSurvey can be adjusted by a series of templates. This section provides a very brief explanation of these templates.&lt;br /&gt;
&lt;br /&gt;
=The LimeSurvey Template Editor=&lt;br /&gt;
&lt;br /&gt;
To ease the understanding and quick update of a Template, LimeSurvey provides a &#039;&#039;&#039;Template Editor&#039;&#039;&#039; in the main &#039;&#039;&#039;administrative&#039;&#039;&#039; toolbar of the application.  This Template Editor is only available to users given the privilege in the User Security settings.  A template effects all surveys and can render a survey inoperable if not constructed properly.  So Template editing is thought best restricted to a very limited, knowledgeable set of users.  Having permission to enter the Template Editor is not enough though.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The LimeSurvey Template Editor allows you to edit the contents of your templates online. Start the Template Editor by clicking on the &amp;quot;Template Editor&amp;quot; icon [[File:templates.png]] in the LimeSurvey Administration toolbar (Templates). The main screen is similar to the LimeSurvey Survey Administration screen. It allows you to select the template to edit/view. Once this has been selected you can then select from one of the different public survey pages. You are then presented with a list of the template files that make up that particular page.&lt;br /&gt;
&lt;br /&gt;
[[File:Template-editor-2013-7-10_11_38_16.png|center]]&lt;br /&gt;
&lt;br /&gt;
==The Template Menu==&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Edit Icon:&#039;&#039;&#039; The &amp;quot;edit&amp;quot; icon indicates whether or not the template is editable. A blurred out icon indicates that the template is read only; a clickable icon indicates you may make modifications. To change the icon from blurred to clear, you have to modify the template&#039;s permissions.&lt;br /&gt;
*&#039;&#039;&#039;Import Template:&#039;&#039;&#039; Allows you to import a template.&lt;br /&gt;
*&#039;&#039;&#039;Export Template:&#039;&#039;&#039; Allows you to export the current template to a .zip-File.&lt;br /&gt;
*&#039;&#039;&#039;Copy Template:&#039;&#039;&#039; Allows you to make a new template by copying the current one.&lt;br /&gt;
*&#039;&#039;&#039;Rename this template:&#039;&#039;&#039; Allows you to change the name of the template.  Generally used after copying an existing template or importing a template by manipulating the underlying directories.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Screen&amp;quot; drop-down list on the right allows you to choose which particular survey page you are currently looking at.&lt;br /&gt;
&lt;br /&gt;
==Import/Export/Copy a Template==&lt;br /&gt;
&lt;br /&gt;
When you &#039;&#039;&#039;export &#039;&#039;&#039;a template, this will create a zip-file archive with all the files your template consists of (.pstpl files, images, css files, ...). You can simply &#039;&#039;&#039;import &#039;&#039;&#039;the exported zip-file at other LimeSurvey systems by using the import feature or you can manually copy the archive to another installation and extract it into the corresponding template directory there. If you copy the template in the same installation, you will need to rename the folder to create another named copy of that template.&lt;br /&gt;
&lt;br /&gt;
If the file and directory permissions are open for the LimeSurvey application to write, then you can use the programs &#039;&#039;&#039;copy &#039;&#039;&#039;and rename features to make a local copy of a template.&lt;br /&gt;
&lt;br /&gt;
==Page Structure / Template Use==&lt;br /&gt;
*&#039;&#039;&#039;The Welcome Page:&#039;&#039;&#039; startpage.pstpl, welcome.pstpl, privacy.pstpl,  navigator.pstpl, endpage.pstpl&lt;br /&gt;
*&#039;&#039;&#039;The Questions Pages:&#039;&#039;&#039; startpage.pstpl, survey.pstpl, startgroup.pstpl, groupdescription.pstpl, question.pstpl, endgroup.pstpl&lt;br /&gt;
*&#039;&#039;&#039;The Final Page:&#039;&#039;&#039; startpage.pstpl, assessment.pstpl, completed.pstpl, endpage.pstpl&lt;br /&gt;
&lt;br /&gt;
==Template Files==&lt;br /&gt;
&lt;br /&gt;
The following template files are used to produce your public survey and must exist in any new template folder you create:&lt;br /&gt;
*&#039;&#039;&#039;startpage.pstpl:&#039;&#039;&#039; Produces the start of each html page. It starts at the &amp;quot;&amp;lt;head&amp;gt;&amp;quot; tag, and should not contain the &amp;quot;&amp;lt;html&amp;gt;&amp;quot; tag. This &#039;very beginning&#039; of a standard html page is written by the scripts. Please ensure that your startpage.pstpl files contains a &amp;lt;body&amp;gt; tag, even though many browsers do not require strict adherence to the W3 HTML standards, the LimeSurvey script needs to find a &amp;lt;body&amp;gt; tag, to run certain javascript elements. It is not expected that many &#039;keywords&#039; will be used in the startpage.pstpl file, however you may wish to put the {SURVEYNAME} into the title. The startpage.pstpl file can contain code that ends in the corresponding endpage.pstpl file, so you can start a table in this file and close the table in the endpage.pstpl file. The startpage.pstpl and endpage.pstpl files wrap around every possible page used by LimeSurvey.&lt;br /&gt;
*&#039;&#039;&#039;survey.pstpl:&#039;&#039;&#039; This template is the second used on most pages, and provides a space to put the survey name and description. This template does not have a corresponding &#039;closing&#039; template, and subsequently you should close all tags opened in this template file (ie: don&#039;t leave a table open here because there is nowhere else to close it)&lt;br /&gt;
*&#039;&#039;&#039;welcome.pstpl:&#039;&#039;&#039; This template is only used in the welcome screen (which is also on the main page for &#039;all in one&#039; surveys). You can use this to print out the welcome text, and other information that should be provided in the introduction. Like the &#039;survey.pstpl&#039; file, there is no corresponding &#039;closing&#039; template, so all tags opened in this template file should be closed as well.&lt;br /&gt;
*&#039;&#039;&#039;startgroup.pstpl:&#039;&#039;&#039; This template can provide a &#039;summary&#039; wrap around for questions within a group. It has a matching &#039;endgroup.pstpl&#039; template that can be used to close any opened tags in this file, so you can open a table within this.&lt;br /&gt;
*&#039;&#039;&#039;groupdescription.pstpl:&#039;&#039;&#039; This template file is used to display a description of a group. It is separate to the startgroup.pstpl file because in a &amp;quot;question by question&amp;quot; survey it will be displayed on its own unique page in between groups, whereas in a &amp;quot;group by group&amp;quot; or &amp;quot;all in one&amp;quot; survey it provides a header to the subsequent questions. groupdescription.pstpl does not have a corresponding &#039;closing&#039; template file, so all tags should be closed.&lt;br /&gt;
*&#039;&#039;&#039;question.pstpl:&#039;&#039;&#039; This file contains the question, answer and help text sections of your survey, and in the &amp;quot;group by group&amp;quot; and &amp;quot;all in one&amp;quot; surveys this template is cycled repeatedly with each question. There is no corresponding closing file for this and all tags should be closed.&lt;br /&gt;
*&#039;&#039;&#039;question_start.pstpl:&#039;&#039;&#039; This file contains the individual elements found at the start of a question. It is included within &#039;question.pstpl&#039; via the {QUESTION} keyword. It is intended to allow template designers more control over the layout of a question. This template sits outside the normal templating system and &#039;&#039;&#039;was superseeded (as of LS1.87)&#039;&#039;&#039;. All keywords from this template are now available directly in question.pstpl. NOTE: templates using question_start.pstpl will still work at least for a couple more versions of LS 1.x&lt;br /&gt;
*&#039;&#039;&#039;completed.pstpl:&#039;&#039;&#039; This page is displayed as the final page when the survey responses have been saved and the survey is over. It can be used to display a &amp;quot;forwarding link&amp;quot; as set in the survey setup.&lt;br /&gt;
*&#039;&#039;&#039;endgroup.pstpl:&#039;&#039;&#039; This file closes the group, and can be used to close off any tags opened in the startgroup.pstpl file&lt;br /&gt;
*&#039;&#039;&#039;navigator.pstpl:&#039;&#039;&#039; This file contains the buttons that navigate through the survey, &amp;quot;next&amp;quot;, &amp;quot;prev&amp;quot;, &amp;quot;last&amp;quot;, &amp;quot;submit&amp;quot;, &amp;quot;save so far&amp;quot;  and the &amp;quot;clear all&amp;quot; link. It is used in all pages except the completed page.&lt;br /&gt;
*&#039;&#039;&#039;printanswers.pstpl:&#039;&#039;&#039; This file has the HTML wrapper for the print version of the survey.&lt;br /&gt;
*&#039;&#039;&#039;print_group.pstpl:&#039;&#039;&#039; This file is the same as startgroup.pstpl endgroup.pstpl but for the print version of the survey.&lt;br /&gt;
*&#039;&#039;&#039;print_question.pstpl:&#039;&#039;&#039; This file is the same as question.pstpl but for the print version of the survey.&lt;br /&gt;
*&#039;&#039;&#039;print_survey.pstpl:&#039;&#039;&#039; This file is the same as survey.pstpl but for the print version of the survey.&lt;br /&gt;
&lt;br /&gt;
== CSS and Javascript==&lt;br /&gt;
&lt;br /&gt;
Two files are allways used for template : template.css for css and template.js for javascript.&lt;br /&gt;
*&#039;&#039;&#039;{TEMPLATECSS}:&#039;&#039;&#039; Add lines for default css, template.css and template-rtl.css for rtl language.&lt;br /&gt;
*&#039;&#039;&#039;{TEMPLATEJS}:&#039;&#039;&#039; Add lines for default javascript files, template.js and all js files needed for LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
=== Replacing default css or javascript===&lt;br /&gt;
&lt;br /&gt;
Some question use specific files for javascript or css. If you need to replace a function, you add to use cascading system. For javascript function, last function read is the function used.&lt;br /&gt;
&lt;br /&gt;
==Other Template Files==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;privacy.pstpl&#039;&#039;&#039;, &#039;&#039;&#039;invitationemail.pstpl&#039;&#039;&#039;, &#039;&#039;&#039;reminderemail.pstpl&#039;&#039;&#039; and &#039;&#039;&#039;confirmationemail.pstpl&#039;&#039;&#039; are no longer used by LimeSurvey and defaults are instead set in the applicable language files. The email messages can now be edited on a survey by survey basis.&lt;br /&gt;
&lt;br /&gt;
==Standard Pages==&lt;br /&gt;
&lt;br /&gt;
There are ten standard pages that a survey participant may see in the course of taking or accessing the LimeSurvey application.  Each is constructed from a number of common &#039;&#039;&#039;Template&#039;&#039;&#039; files from the &#039;&#039;&#039;Template&#039;&#039;&#039; specified in the survey&#039;s settings.  The table below indicates which template files are used in constructing each of these pages.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!  &#039;&#039;&#039;Survey Pages:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;&#039;Template Files&#039;&#039;&#039;!!Survey&amp;lt;br /&amp;gt;List!!Welcome!!Question!!Completed!!Clear All!!Register!!Load!!Save!!Print&amp;lt;br /&amp;gt;Answers!!Print&amp;lt;br /&amp;gt;Survey&lt;br /&gt;
|-&lt;br /&gt;
|SurveyList||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Welcome|| ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Privacy|| ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Navigator|| ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Survey|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
|StartGroup|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|GroupDescription|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Question&amp;lt;span style=&#039;color:red&#039;&amp;gt;&#039;&#039;&#039;*&#039;&#039;&#039;&amp;lt;/span&amp;gt;|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|EndGroup|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Assessment|| || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Completed|| || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|ClearAll|| || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Register|| || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Load|| || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|Save|| || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| ||&lt;br /&gt;
|-&lt;br /&gt;
|PrintAnswers|| || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||&lt;br /&gt;
|-&lt;br /&gt;
|Print Survey || || || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|Print Group || || || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|Print Question || || || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|StartPage&amp;lt;br /&amp;gt;EndPage&amp;lt;br /&amp;gt;Template.css||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&#039;color:red&#039;&amp;gt;&#039;&#039;&#039;*&#039;&#039;&#039;&amp;lt;/span&amp;gt;NOTE: In versions 1.90 and up this replaces question.pstpl AND question_start.pstpl. If you are using an old custom template, you need to add the following line to the beginning of question.pstpl:&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div {QUESTION_ESSENTIALS} class=&amp;quot;{QUESTION_CLASS}{QUESTION_MAN_CLASS}{QUESTION_INPUT_ERROR_CLASS}&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;And then add the corresponding closing tag to the end of question.pstpl:&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&#039;color:red&#039;&amp;gt;&#039;&#039;&#039;*&#039;&#039;&#039;&amp;lt;/span&amp;gt;NOTE: In version 1.91 and earlier, LimeSurvey js files are not included by the template. In version 2, &#039;&#039;&#039;you have to use {TEMPLATEJS} in your one of your template file&#039;&#039;&#039; to add the link to the js file. You can add it in startpage.pstpl or in endpage.pstpl. You can remove the {TEMPLATEURL}/template.js line and you have to replace with {TEMPLATEJS} to update a personal template.&lt;br /&gt;
&lt;br /&gt;
==The File Control Section==&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;file control&amp;quot; window on the left, you can click on one of the template files that is used to compile the page. The HTML code for that file will then appear in the &amp;quot;Now editing&amp;quot; window in the center. If the template is editable (determined by directory permissions) you can then make any changes and save them.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Other Files&amp;quot; window shows a list of all other files in the template directory. You can use the right side to &#039;&#039;&#039;upload and select image files (your pics, logos,...) or other files needed to create your template&#039;&#039;&#039;. Note: Instead of a link directly to each picture in your template you can use the field string {TEMPLATEURL}.  So instead of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;img src=&#039;/limesurvey/templates/yourtemplate/mypicture.jpg&#039;&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
You can use:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;img src=&#039;{TEMPLATEURL}mypicture.jpg&#039;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;sample&amp;quot; of the template page you are editing will be visible at the bottom of the screen. There is no way to to delete a template from the template editor. This must be done by accessing the underlying directory and deleting the file there.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; The shipped templates cannot be edited using the Template Editor and should never be changed. If you want to modify them, create a copy first and modify the copy.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Location of template files==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey stores each of the &#039;standard&#039; templates in their own distinct sub-directory within the /templates directory that is kept in the public directory with the other LimeSurvey public files. Customized user templates are stored in the /upload/templates directory.&lt;br /&gt;
&lt;br /&gt;
To create a new template, use the according icon in the template editor.&lt;br /&gt;
&lt;br /&gt;
There should ALWAYS be a &amp;quot;default&amp;quot; directory in the templates directory. This template is used by default and as a fall-back if a template folder doesn&#039;t exist, or can&#039;t be found. The &amp;quot;default&amp;quot; directory comes with the package.&lt;br /&gt;
&lt;br /&gt;
You can use any image files that you upload into the template management area with syntax like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;{TEMPLATEURL}filename.xyz&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Styling questions with CSS=&lt;br /&gt;
&lt;br /&gt;
Styling of questions in CSS has become much easier. Each question type now has a unique class. Mandatory question&#039;s also have an additional mandatory class. For example, for a non-mandatory question:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question5&amp;quot; class=&amp;quot;gender&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and if the question is mandatory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question5&amp;quot; class=&amp;quot;gender mandatory&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and if the question is mandatory but the user didn&#039;t answer it or if there is validation on a question&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question5&amp;quot; class=&amp;quot;gender mandatory input-error&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and if the question has validation applied but the user hasn&#039;t answered correctly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question6&amp;quot; class=&amp;quot;text-short input-error&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Global classes for question part==&lt;br /&gt;
&lt;br /&gt;
These classes are used for each question type. Some question types use only one or two class, but others can use much more.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
|+ Global classes&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Class name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Part&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Question type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Examples&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Note&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .question&lt;br /&gt;
| All question block&lt;br /&gt;
| All question type&lt;br /&gt;
|&amp;amp;lt;p class=&amp;quot;question&amp;quot;&amp;gt;, &amp;amp;lt;ul class=&amp;quot;question&amp;quot;&amp;gt;, &amp;amp;lt;table class=&amp;quot;question&amp;quot;&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .subquestions-list&lt;br /&gt;
| List of subquestion&lt;br /&gt;
| Multi choice question, array question type&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;subquestions-list&amp;quot;&amp;gt;, &amp;amp;lt;table class=&amp;quot;subquestions-list&amp;quot;&amp;gt;&lt;br /&gt;
| .questions-list is used too&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .answers-list&lt;br /&gt;
| List of answers&lt;br /&gt;
| Single choice question, array question type, Multi input text question&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;answers-list&amp;quot;&amp;gt;, &amp;amp;lt;table class=&amp;quot;answers-list&amp;quot;&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .answer-item&lt;br /&gt;
| The answer part: one answer&lt;br /&gt;
| Single choice question, array question type, Multi input text question&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;answer-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;answer-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .noanswer-item&lt;br /&gt;
| The answer part for no answer&lt;br /&gt;
| Single choice question, array question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;noanswer-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;noanswer-item&amp;quot;&amp;gt;&lt;br /&gt;
| No answer is an answer too, then have double class noanswer-item and answer-item&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .question-item&lt;br /&gt;
| The question part: one question&lt;br /&gt;
| Multi text question, array question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;question-item&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;question-item&amp;quot;&amp;gt;&lt;br /&gt;
| Some answer are question too, then we have a lot of class=&amp;quot;question-item answer-item&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .checkbox-list&lt;br /&gt;
| A list of checkbox&lt;br /&gt;
| Multi choice question, array number (checkbox) question type&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;checkbox-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;checkbox-list&amp;quot;&amp;gt;&lt;br /&gt;
| Some question type have multi list class: like checkbox with comment : class=&amp;quot;checkbox-list text-list&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .checkbox-item&lt;br /&gt;
| The answer part with a checkbox&lt;br /&gt;
| Multi choice question, array number (checkbox) question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;checkbox-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;checkbox-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .radio-list&lt;br /&gt;
| A list of radio item&lt;br /&gt;
| Single choice question, array question type&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;radio-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;radio-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .radio-item&lt;br /&gt;
| The answer part with a radio&lt;br /&gt;
| Single choice question, array question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;radio-item&amp;quot;&amp;gt;, &amp;lt;td class=&amp;quot;radio-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .text-list&lt;br /&gt;
| A list of text input&lt;br /&gt;
| Multi text question type, array of text&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;text-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;text-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .text-item&lt;br /&gt;
| The answer part of a text input&lt;br /&gt;
| Multi text question type, array of text&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;text-item&amp;quot;&amp;gt;, &amp;lt;td class=&amp;quot;text-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .numeric-list&lt;br /&gt;
| A list of text input with numeric only answer&lt;br /&gt;
| Multi numeric question type, array of number&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;text-list numeric-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;text-list numeric-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .numeric-item&lt;br /&gt;
| The answer part of a numeric input&lt;br /&gt;
| Multi numeric question type, array of number&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;numeric-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;numeric-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .select-list&lt;br /&gt;
| A list of select&lt;br /&gt;
| Array numbers, Dual scale array (select)&lt;br /&gt;
| &amp;amp;lt;table class=&amp;quot;select-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .select-item&lt;br /&gt;
| The answer part of a select&lt;br /&gt;
| Array numbers, Dual scale array (select), single choice with select&lt;br /&gt;
| &amp;amp;lt;p class=&amp;quot;select-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;select-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .hide&lt;br /&gt;
| Used for accessibility: hidden with css but read by screenreader&lt;br /&gt;
| Short text question&lt;br /&gt;
| &amp;amp;lt;label class=&amp;quot;hide&amp;quot;&amp;gt;&lt;br /&gt;
| Can be used for other purpose&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .dontread&lt;br /&gt;
| Used for accessibility: not be read by screenreader&lt;br /&gt;
| Array question type&lt;br /&gt;
| &amp;amp;lt;th class=&amp;quot;dontread&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .checkbox&lt;br /&gt;
| input[type=checkbox]&lt;br /&gt;
| Question with checkbox&lt;br /&gt;
| &amp;amp;lt;input type=&amp;quot;checkbox&amp;quot; class=&amp;quot;checkbox&amp;quot;&amp;gt;&lt;br /&gt;
| With modern browser: not needed but some old browser need this&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .radio&lt;br /&gt;
| input[type=radio]&lt;br /&gt;
| Question with radio&lt;br /&gt;
| &amp;amp;lt;input type=&amp;quot;radio&amp;quot; class=&amp;quot;radio&amp;quot;&amp;gt;&lt;br /&gt;
| With modern browser: not needed but some old browser need this&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .text&lt;br /&gt;
| input[type=text]&lt;br /&gt;
| Question with input text, or textarea&lt;br /&gt;
| &amp;amp;lt;textarea class=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .answertext&lt;br /&gt;
| Array question type&lt;br /&gt;
| Answer part of array question type&lt;br /&gt;
| &amp;amp;lt;th class=&amp;quot;answertext&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .col-answers&lt;br /&gt;
| Array question type&lt;br /&gt;
| Column of answers&lt;br /&gt;
| &amp;amp;lt;col class=&amp;quot;col-answers&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .odd .even&lt;br /&gt;
| Array question type&lt;br /&gt;
| Alternation for column&lt;br /&gt;
| &amp;amp;lt;col class=&amp;quot;odd&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .odd .even&lt;br /&gt;
| Array question type&lt;br /&gt;
| Alternation for column&lt;br /&gt;
| &amp;amp;lt;col class=&amp;quot;odd&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .array1 .array2&lt;br /&gt;
| Array question type&lt;br /&gt;
| Alternation for line&lt;br /&gt;
| &amp;amp;lt;tr class=&amp;quot;array1&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Some example of question part with classes===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text-short question type:&#039;&#039;&#039;&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;question answer-item text-item &amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;label class=&amp;quot;hide label&amp;quot; for=&amp;quot;answerSGQA&amp;quot;&amp;gt;Answer&amp;lt;/label&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; value=&amp;quot;&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; size=&amp;quot;50&amp;quot; class=&amp;quot;text  empty&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Multiple short text&#039;&#039;&#039;&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;subquestions-list questions-list text-list&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;question-item answer-item text-item&amp;quot; id=&amp;quot;javatbdSGQA&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;label for=&amp;quot;answerSGQA&amp;quot;&amp;gt;Some example subquestion&amp;lt;/label&amp;gt;&lt;br /&gt;
     &amp;lt;span&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; value=&amp;quot;&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; size=&amp;quot;20&amp;quot; class=&amp;quot;text empty&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Array question type&#039;&#039;&#039;&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;question subquestion-list questions-list &amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;caption class=&amp;quot;hide read&amp;quot;&amp;gt;Some explanation for accessibility.&amp;lt;/caption&amp;gt;&lt;br /&gt;
	&amp;lt;colgroup class=&amp;quot;col-responses&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;col width=&amp;quot;50%&amp;quot; class=&amp;quot;col-answers&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;col width=&amp;quot;25%&amp;quot; class=&amp;quot;odd&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;col width=&amp;quot;13.3%&amp;quot; class=&amp;quot;col-no-answer even&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;/colgroup&amp;gt;&lt;br /&gt;
	&amp;lt;thead&amp;gt;&lt;br /&gt;
		&amp;lt;tr class=&amp;quot;array1 dontread&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
			&amp;lt;th&amp;gt;1&amp;lt;/th&amp;gt;&lt;br /&gt;
			&amp;lt;th&amp;gt;No answer&amp;lt;/th&amp;gt;&lt;br /&gt;
		&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;/thead&amp;gt;&lt;br /&gt;
	&amp;lt;tbody&amp;gt;&lt;br /&gt;
		&amp;lt;tr class=&amp;quot;array2 answers-list radio-list&amp;quot; id=&amp;quot;javatbdSGQ&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;th width=&amp;quot;20%&amp;quot; class=&amp;quot;answertext&amp;quot;&amp;gt;Some example subquestion&lt;br /&gt;
			&amp;lt;/th&amp;gt;&lt;br /&gt;
			&amp;lt;td class=&amp;quot;answer_cell_001 answer-item radio-item&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;label for=&amp;quot;answerSGQA&amp;quot; class=&amp;quot;hide read&amp;quot;&amp;gt;1&amp;lt;/label&amp;gt;&lt;br /&gt;
				&amp;lt;input type=&amp;quot;radio&amp;quot; value=&amp;quot;1&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; class=&amp;quot;radio&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;/td&amp;gt;&lt;br /&gt;
			&amp;lt;td class=&amp;quot;answer-item radio-item noanswer-item&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;label for=&amp;quot;answerSGQA&amp;quot; class=&amp;quot;hide read&amp;quot;&amp;gt;No answer&amp;lt;/label&amp;gt;&lt;br /&gt;
				&amp;lt;input type=&amp;quot;radio&amp;quot; value=&amp;quot;&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; class=&amp;quot;radio&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;/tbody&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
==The full list of question classes==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&#039;&#039;&#039;Question Type&#039;&#039;&#039;||&#039;&#039;&#039;Question Class&#039;&#039;&#039;||&#039;&#039;&#039;Question ID&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|5 point choice||.choice-5-pt-radio||5&lt;br /&gt;
|-&lt;br /&gt;
|Array (10 point choice)||.array-10-pt||B&lt;br /&gt;
|-&lt;br /&gt;
|Array (5 point choice)||.array-5-pt||A&lt;br /&gt;
|-&lt;br /&gt;
|Array (Flexible Labels) dual scale||.array-flexible-duel-scale ||1&lt;br /&gt;
|-&lt;br /&gt;
|Array (Increase, Same, Decrease)||.array-increase-same-decrease||E&lt;br /&gt;
|-&lt;br /&gt;
|Array (Multi Flexible) (Numbers)||.array-multi-flexi ||:&lt;br /&gt;
|-&lt;br /&gt;
|Array (Multi Flexible) (Text)||.array-multi-flexi-text||;&lt;br /&gt;
|-&lt;br /&gt;
|Array (Yes/No/Uncertain)||.array-yes-uncertain-no||C&lt;br /&gt;
|-&lt;br /&gt;
|Array (flexible labels)||.array-flexible-row ||F&lt;br /&gt;
|-&lt;br /&gt;
|Array (flexible labels) by column||.array-flexible-column||H&lt;br /&gt;
|-&lt;br /&gt;
|Boilerplate question||.boilerplate||X&lt;br /&gt;
|-&lt;br /&gt;
|Date||.date||D&lt;br /&gt;
|-&lt;br /&gt;
|Gender||.gender||G&lt;br /&gt;
|-&lt;br /&gt;
|Huge free text||.text-huge||U&lt;br /&gt;
|-&lt;br /&gt;
|Language switch||.language||I&lt;br /&gt;
|-&lt;br /&gt;
|List (dropdown)||.list-dropdown||!&lt;br /&gt;
|-&lt;br /&gt;
|List (radio)||.list-radio||L&lt;br /&gt;
|-&lt;br /&gt;
|List with comment||.list-with-comment||O&lt;br /&gt;
|-&lt;br /&gt;
|Long free text||.text-long||T&lt;br /&gt;
|-&lt;br /&gt;
|Multiple numerical input||.numeric-multi||K&lt;br /&gt;
|-&lt;br /&gt;
|Multiple options||.multiple-opt||M&lt;br /&gt;
|-&lt;br /&gt;
|Multiple options with comments||.multiple-opt-comments||P&lt;br /&gt;
|-&lt;br /&gt;
|Multiple short text||.multiple-short-txt||Q&lt;br /&gt;
|-&lt;br /&gt;
|Numerical input||.numeric||N&lt;br /&gt;
|-&lt;br /&gt;
|Ranking||.ranking||R&lt;br /&gt;
|-&lt;br /&gt;
|Short free text||.text-short||S&lt;br /&gt;
|-&lt;br /&gt;
|Yes/No||.yes-no||Y&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==The full list of validation classes==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;Note:  Prior to 1.92, only .mandatory and .input-error classes were available.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These apply to the help and/or validation tip messages so that each type can be individually styled.&lt;br /&gt;
&lt;br /&gt;
The .hide-tip option and .input-error options, by default, interact so that you can have validation tips start hidden, but appear when there validation errors, and disappear again when those errors are rectified.&lt;br /&gt;
&lt;br /&gt;
All of these are designed to eliminate the need for pop-up alert messages.  Instead, tips can appear/disappear as needed, and are color-coded to indicate whether the answers pass the validation criteria.&lt;br /&gt;
&lt;br /&gt;
Furthermore, when you first visit a page that has unmet validation criteria, you can color-code the tips in a pleasing color to show which validation criteria have not been med; then re-display the page using a harsher color if the person submits the page with lingering validation errors.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&#039;&#039;&#039;Purpose&#039;&#039;&#039;||&#039;&#039;&#039;CSS Class&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Mandatory||.mandatory||the question is mandatory&lt;br /&gt;
|-&lt;br /&gt;
|User input error||.input-error||the question had at least one validation error&lt;br /&gt;
|-&lt;br /&gt;
|Hide Tip||.hide-tip||added if you use the hide_tip option&lt;br /&gt;
|-&lt;br /&gt;
|Num answers||.em_num_answers||for for min_answers and max_answers&lt;br /&gt;
|-&lt;br /&gt;
|Value range||.em_value_range||for min/max_num_value_n and multiflexible_min/max&lt;br /&gt;
|-&lt;br /&gt;
|Sum range||.em_sum_range||for min/max/equals_num_value&lt;br /&gt;
|-&lt;br /&gt;
|Regex validation||.em_regex_validation||for regular-expression validation of the question&lt;br /&gt;
|-&lt;br /&gt;
|Question-level validation function||.em_q_fn_validation||for the em_validation_q option&lt;br /&gt;
|-&lt;br /&gt;
|Subquestion-level validation function||.em_sq_fn_validation||for the em_validation_sq option&lt;br /&gt;
|-&lt;br /&gt;
|Other comment mandatory||.em_other_comment_mandatory||for other_comment_mandatory option - shows when &amp;quot;other&amp;quot; is selected but associated comment is missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Importing styles into your custom template==&lt;br /&gt;
&lt;br /&gt;
The custom question styles are near the bottom of each template&#039;s CSS file and start with:&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;/* --------------------------- START: Question styles  ------------------------------ */&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re styling your own custom template, you should be able to copy everything after the above from templates/default/template.css (for tables based layouts) or /templates/limespired/template.css (for CSS based layouts) into your own style sheet without any impact on your other styles.&lt;br /&gt;
&lt;br /&gt;
==Internet Explorer conditional style sheets==&lt;br /&gt;
&lt;br /&gt;
Because of the marked discrepancies in rendering between IE6, IE7 and most other browsers, there are special IE conditional style sheets included for each template.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE]&amp;gt;&lt;br /&gt;
  &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;{TEMPLATEURL}IE_fix_all-versions.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if lt IE 7]&amp;gt;&lt;br /&gt;
  &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;{TEMPLATEURL}IE_fix_older-than-7.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 8]&amp;gt;&lt;br /&gt;
		&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;{TEMPLATEURL}ie_fix_8.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should include the above code within your &#039;&#039;&#039;startpage.pstpl&#039;&#039;&#039; and copies of both the IE style sheets from either /templates/default/ or /templates/limespired for Tables base layout and CSS based layout respectively.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; If you copy the styles into your own style sheet you will almost certainly need to tweak them.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Alternative solution for Internet explorer===&lt;br /&gt;
&lt;br /&gt;
You can put conditional class for body in startpage.pstpl, and use this class in your template.css. This method is used in citronade template. Adding a js / no-js class to to have javascript / no javascript system.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&amp;lt;!--[if lt IE 7 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie6 ielt7 ielt8 ielt9 no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 7 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie7 ielt8 ielt9 no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 8 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie8 ielt9  no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 9 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie9 no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if gt IE 9]&amp;gt;&amp;lt;!--&amp;gt;&amp;lt;body id=&amp;quot;body&amp;quot; class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} no-js&amp;quot;&amp;gt;&amp;lt;!--&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;script type=&#039;text/javascript&#039;&amp;gt;/*&amp;lt;![CDATA[*/(function(H){ H.className=H.className.replace(/\bno-js\b/,&#039;js&#039;) })(document.getElementsByTagName(&#039;body&#039;)[0]);/*]]&amp;gt;*/&amp;lt;/script&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And in template.css use&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;css&amp;quot;&amp;gt;.ie6{/*specific for internet explorer 6*/}&lt;br /&gt;
.ielt8{/*specific for internet explorer 6 and 7*/}&lt;br /&gt;
.ie{/*specific for all internet explorer */}&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Right-to-Left (RTL) Languages and justify==&lt;br /&gt;
&lt;br /&gt;
The text editor within LimeSurvey is able to format RTL Text. However, the editor itself shows the RTL language in a left to right format when justified.  This is just an editor display issue. The RTL and justified question or text will display correctly from right to left, even when justified, in your survey or on preview.&lt;br /&gt;
&lt;br /&gt;
==Keywords==&lt;br /&gt;
&lt;br /&gt;
Keywords within a template file get replaced by the current survey information. They are surrounded by curly brackets, for example: {SURVEYNAME}&lt;br /&gt;
&lt;br /&gt;
The following strings will be replaced by LimeSurvey when parsing the template file and presenting it to survey users. These field strings will work on almost every template except for the &#039;Completed Page&#039;. (Most of these strings can be found in the common.php file. If it&#039;s not there, look in the index.php file.)&lt;br /&gt;
&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!&#039;&#039;&#039;Keyword&#039;&#039;&#039;!!&#039;&#039;&#039;Template files&#039;&#039;&#039;!!&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{SURVEYNAME}||All Files||The survey title&lt;br /&gt;
|-&lt;br /&gt;
|{SURVEYDESCRIPTION}||All Files||The survey description&lt;br /&gt;
|-&lt;br /&gt;
|{WELCOME}||All files (mainly for welcome.pstpl)||The survey &#039;welcome&#039; text&lt;br /&gt;
|-&lt;br /&gt;
|{PERCENTCOMPLETE}||survey.pstpl||A small graph showing the percentage of the survey completed&lt;br /&gt;
|-&lt;br /&gt;
|{GROUPNAME}||startgroup.pstpl, groupdescription.pstpl, endgroup.pstpl||Displays the current group name&lt;br /&gt;
|-&lt;br /&gt;
|{GROUPDESCRIPTION}||startgroup.pstpl, groupdescription.pstpl, endgroup.pstpl||Displays the current group description&lt;br /&gt;
|-&lt;br /&gt;
|{NUMBEROFQUESTIONS}||welcome.pstpl||Displays the total number of questions in the survey (just the number)&lt;br /&gt;
|-&lt;br /&gt;
|{THEREAREXQUESTIONS}||welcome.pstpl||Displays the sentence &amp;quot;There are X questions in this survey&amp;quot; - from the relevant language file. The X is replaced with the number of questions. Note that this will also work appropriately for singular or plural. If there is only 1 question, it will print &amp;quot;There is 1 question in this survey&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|{CHECKJAVASCRIPT}||All files (mainly for welcome.pstpl)||Warning message when end-user browser have javascript disabled&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION}||Question.pstpl||(&#039;&#039;&#039;Has been superseeded but the {QUESTION_...} keywords as of LS1.87&#039;&#039;&#039;) Displays the current question text (The format of {QUESTION} can customised by editing &#039;question_start.pstpl&#039;) Use the following: {QUESTION_TEXT}, {QUESTION_MANDATORY}, {QUESTION_HELP}, {QUESTION_MAN_MESSAGE}, {QUESTION_VALID_MESSAGE} and {QUESTION_INPUT_ERROR_CLASS} and appropriate wrapping HTML instead of {QUESTION}&lt;br /&gt;
|-&lt;br /&gt;
|{ANSWER}||question.pstpl, print_question.pstpl||presents the answer form for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{SGQ}||question.pstpl, question text||Can be used in the question text itself, to reference the input field of the question dynamically by displaying the Survey-Group-Question id for the current question. (as of svn build 9755)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTIONHELP}||question.pstpl, print_question.pstpl||Displays help text (predefined tip for question type) for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_CLASS}||question.pstpl, print_question.pstpl||unique class for each question type. (To be included in the question&#039;s wrapping tag.)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_CODE}||question.pstpl, print_question.pstpl||Displays the current question code&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_ESSENTIALS}||question.pstpl||the question ID and (if a question is conditional), &#039;style=&amp;quot;display:none;&amp;quot;&#039;. (To be included in the question&#039;s wrapping tag.)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_HELP}||question.pstp, question_start.pstpl||Displays the user defined help text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_TYPE_HELP}||print_question.pstp||Displays the user defined help text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_INPUT_ERROR_CLASS}||question.pstp, question_start.pstpl||Provides a class if there was user input error&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_ID}||print_question.pstp||Provides a unique ID for each question to allow styling for specific questions&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_TEXT}||question.pstp, print_question.pstp, question_start.pstpl||Displays the text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_MANDATORY}||question.pstp, print_question.pstp, question_start.pstpl||Displays the translated &#039;Mandatory&#039; text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_MAN_CLASS}||question.pstpl, print_question.pstpl||class if a question is mandatory. (To be included in the question&#039;s wrapping tag.)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_MAN_MESSAGE}||question.pstp, print_question.pstp, question_start.pstpl||Displays the translated &#039;Mandatory&#039; help message text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_NUMBER}||print_question.pstpl||Incremental count of questions.&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_VALID_MESSAGE}||question.pstp, print_question.pstp, question_start.pstpl||Displays the translated valid help message text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_SCENARIO}||print_question.pstp||Prints out the &#039;scenario&#039; text for conditional questions.&lt;br /&gt;
|-&lt;br /&gt;
|{NAVIGATOR}||navigator.pstpl||Displays navigation buttons (next, prev, last)&lt;br /&gt;
|-&lt;br /&gt;
|{CLEARALL}||All files (but intended for navigator.pstpl)||Displays the &amp;quot;Exit and Clear Results&amp;quot; link&lt;br /&gt;
|-&lt;br /&gt;
|{COMPLETED}||completed.pstpl||Displays the &#039;completed&#039; message for registering, will change depending on whether the attribute_1 and attribute_2 fields are set.&lt;br /&gt;
|-&lt;br /&gt;
|{URL}||completed.pstpl||Displays the survey &#039;url&#039; and &#039;url text&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{PRIVACYMESSAGE}||privacy.pstpl||The privacy message is shown if you set your survey to be anonymous. [[Translating LimeSurvey|The text can be edited/translated]] in the language files. This can also be changed manually by editing the privacy.pstpl template you wish to use.&lt;br /&gt;
|-&lt;br /&gt;
|{TEMPLATEURL}||All Files||The URL to the current template location (useful for referencing image files in your template)&lt;br /&gt;
|-&lt;br /&gt;
|{SUBMITCOMPLETE}||endpage.pstpl||The statement (from the language files) that tells the user they have completed the survey, and to press the &amp;quot;Submit&amp;quot; button&lt;br /&gt;
|-&lt;br /&gt;
|{SUBMITREVIEW}||survey.pstpl||The statement (from the language files) that tells the user they can review/change the answers they have made by clicking &amp;quot;&amp;lt;&amp;lt; prev&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|{SAVEDID}||All Files||Displays &#039;Response ID&#039; of user&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:FIRSTNAME}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users first name from the tokens table&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:LASTNAME}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users last name from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:EMAIL}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users email from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:ATTRIBUTE_1}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users attribute_1 from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:ATTRIBUTE_2}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users attribute_2 from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{ANSWERSCLEARED}||Preferably in navigator.pstpl||The &amp;quot;Answers Cleared&amp;quot; statement from the language files&lt;br /&gt;
|-&lt;br /&gt;
|{RESTART}||clearall.pstpl||URL to restart the survey&lt;br /&gt;
|-&lt;br /&gt;
|{CLOSEWINDOW}||All Files (Preferably in navigator.pstpl)||URL to close current window&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERERROR}||register.pstpl||Shows any error messages in the register page (ie: &amp;quot;You must include an email address&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERMESSAGE1}||register.pstpl||The statement &amp;quot;You must be registered to complete this survey&amp;quot; from the language files&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERMESSAGE2}||register.pstpl||Details about registering from the language files&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERFORM}||register.pstpl||The actual form for registering, will change depending on whether the attribute_1 and attribute_2 fields are set.&lt;br /&gt;
|-&lt;br /&gt;
|{SAVE}||Works suitable on navigator.pstpl||Displays the &#039;Save your responses so far&#039; button to offer the user to save and come back later to continue the survey. If the Save option is deactivated in the survey properties the tag will not be shown and ignored.&lt;br /&gt;
|-&lt;br /&gt;
|{LANGUAGECHANGER}||survey.pstpl||Displays a switch in multilingual surveys to change the question.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Input/Buttons==&lt;br /&gt;
&lt;br /&gt;
Each &amp;quot;input&amp;quot; type in a survey has been given its own class name, so that you can add CSS to your &amp;quot;startpage.pstpl&amp;quot; file, and have some control over the appearance of form buttons and inputs. These class names are as follows:&lt;br /&gt;
*&#039;&#039;&#039;submit&#039;&#039;&#039; (Submit Buttons)&lt;br /&gt;
*&#039;&#039;&#039;text&#039;&#039;&#039; (Text Inputs - for short free text, date and numerical type)&lt;br /&gt;
*&#039;&#039;&#039;answertext&#039;&#039;&#039; (Text of answers)&lt;br /&gt;
*&#039;&#039;&#039;radio&#039;&#039;&#039; (Radio Buttons)&lt;br /&gt;
*&#039;&#039;&#039;checkbox&#039;&#039;&#039; (Check Boxes)&lt;br /&gt;
*&#039;&#039;&#039;select&#039;&#039;&#039; (Select / List Boxes)&lt;br /&gt;
*&#039;&#039;&#039;textarea&#039;&#039;&#039; (Large text inputs - for long free text)&lt;br /&gt;
*&#039;&#039;&#039;clearall&#039;&#039;&#039; (The &amp;quot;Exit and Clear Survey&amp;quot; link)&lt;br /&gt;
*&#039;&#039;&#039;rank&#039;&#039;&#039; (The rank style question. Doesn&#039;t set the colour of the select box or the text boxes (these are set by relevant section above) but does allow changing of background colour, text colour and size etc for the rest of the ranking question)&lt;br /&gt;
*&#039;&#039;&#039;graph&#039;&#039;&#039; (The &amp;quot;percentage completed&amp;quot; graph table)&lt;br /&gt;
*&#039;&#039;&#039;innergraph&#039;&#039;&#039; (The table inside the graph table - this contains the 0% and 100% text. Use this for changing the size of this text)&lt;br /&gt;
*&#039;&#039;&#039;question&#039;&#039;&#039; (General settings for any question that is displayed within a table. Generally you should use this to make sure that their font size and colour is the same as you have used elsewhere as a default)&lt;br /&gt;
*&#039;&#039;&#039;mandatory&#039;&#039;&#039;  (Mandatory questions)&lt;br /&gt;
*&#039;&#039;&#039;input-error&#039;&#039;&#039; (User input error - for if a user has made a mistake with a mandatory question or question with validation)&lt;br /&gt;
*&#039;&#039;&#039;array1&#039;&#039;&#039; and &#039;&#039;&#039;array2&#039;&#039;&#039; (These two styles are cycled when presenting the range of answers for an array type question. This allows you to set an alternating background colour for these question types. &#039;&#039;&#039;Array1&#039;&#039;&#039; is also used for the column headings in these question types)&lt;br /&gt;
*&#039;&#039;&#039;errormandatory&#039;&#039;&#039; (Sets the colour and style of the &amp;quot;This question is mandatory&amp;quot; error message)&lt;br /&gt;
*&#039;&#039;&#039;warningjs&#039;&#039;&#039; (Sets the colour and style of the warning message displayed if the participant&#039;s browser has javascript disabled)&lt;br /&gt;
&lt;br /&gt;
There are also some elements that can be accessed using the ID of the element (&#039;&#039;&#039;#ID&#039;&#039;&#039; in CSS):&lt;br /&gt;
*&#039;&#039;&#039;surveycontact&#039;&#039;&#039; (The contact message shown on the start page)&lt;br /&gt;
*&#039;&#039;&#039;tokenmessage&#039;&#039;&#039; (used for messages inside the survey, e.g. the session expired error message)&lt;br /&gt;
&lt;br /&gt;
An example of using these classes with style sheets can be found in the &amp;quot;bubblegum&amp;quot; template that comes with the LimeSurvey application.&lt;br /&gt;
&lt;br /&gt;
Because you can edit all the HTML aspects, there&#039;s no reason to surround your templates with a &amp;lt;div class=&#039;new_name&#039;&amp;gt; and then define a css for that new_name class.&lt;br /&gt;
&lt;br /&gt;
==Styling the progress bar==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Before version 1.87:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The chart.jpg file is a simple one pixel image file which is used to create the progress bar image in the &#039;PERCENTCOMPLETE&#039; table. If the file does not exist, LimeSurvey will use the default &#039;maroon&#039; coloured image in the public directory. If you want to create a bar to match your own colour scheme, then you should save the color in this file. Remember it should be a &#039;&#039;&#039;JPEG&#039;&#039;&#039; file, 1 pixel x 1 pixel, in the colour desired.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 1.87 and newer:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The progress bar appearance can be modified with CSS.&lt;br /&gt;
&lt;br /&gt;
To change the background colour of the bar, add something like the following to the end of your template.css file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#progress-wrapper .ui-widget-header {&lt;br /&gt;
 background-color: #3300FF;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To change the border colour of the bar, add something like the following to the end of your template.css file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#progress-wrapper .ui-widget-content,&lt;br /&gt;
#progress-wrapper .ui-widget-header {&lt;br /&gt;
 border: 1px solid #FF0000;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Advanced Features Available to Developers==&lt;br /&gt;
&lt;br /&gt;
Starting with version 0.99, LimeSurvey has integrated some user-made patches that allow for some special changes.  These very advanced features generally require changes to the underlying code base of LimeSurvey and should be done carefully so as not to introduce security holes.&lt;br /&gt;
&lt;br /&gt;
===Basic CMS Integration support===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;Deprecated: This function is not available anymore in version 2.0 or later&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To be able to integrate LimeSurvey into another CMS, use the following options in &#039;&#039;&#039;config.php&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
// Set $embedded to true and specify the header and footer functions if the survey is to be displayed embedded in a CMS&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
$embedded = false;&lt;br /&gt;
$embedded_inc = &amp;quot;&amp;quot;;               // path to the header to include if any&lt;br /&gt;
$embedded_headerfunc = &amp;quot;&amp;quot;;        // e.g. COM_siteHeader for geeklog&lt;br /&gt;
$embedded_footerfunc = &amp;quot;&amp;quot;;        // e.g. COM_siteFooter for geeklog&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;&#039;$embedded = true;&#039;&#039;&#039; to enable CMS-embedding. By using the &#039;&#039;&#039;$embedded_inc&#039;&#039;&#039; variable one can include their own &#039;&#039;&#039;.php&#039;&#039;&#039; files.  By setting &#039;&#039;&#039;$embedded_headerfunc&#039;&#039;&#039; or &#039;&#039;&#039;$embedded_footerfunc&#039;&#039;&#039;, one can call functions from within included files that output the relevant headers or footers instead of LimeSurveys default ones.&lt;br /&gt;
&lt;br /&gt;
===Support for your own Javascript functions===&lt;br /&gt;
&lt;br /&gt;
Some users may need to run Javascript on the survey pages, but calling &#039;&#039;&#039;checkconditions()&#039;&#039;&#039; in the BODY element made it impossible to do so.  This call has been replaced with a small JavaScript function in the HEAD that sniffs for the existence of &#039;&#039;&#039;checkconditions()&#039;&#039;&#039; and &#039;&#039;&#039;template_onload()&#039;&#039;&#039; before calling each.  This way a template author can create their own &#039;&#039;&#039;template_onload()&#039;&#039;&#039; function in the HEAD that replaces the default one.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 1.87 and newer:&#039;&#039;&#039;&lt;br /&gt;
*Disable XSS filter - in Global settings -&amp;gt; Security, set &amp;quot;Filter HTML for XSS&amp;quot; to No.&lt;br /&gt;
*Enter your script in the source of a question or group description.&lt;br /&gt;
*There are more details in the [[Workarounds: Manipulating a survey at runtime using Javascript#How to use Script (eg. JavaScript etc.) in LimeSurvey?|workaround section]].&lt;br /&gt;
&lt;br /&gt;
=Videos on Templates=&lt;br /&gt;
&lt;br /&gt;
This video will demonstrate the basic and advanced template functions that are available to all LimeSurvey users. This includes changing the appearance of certain forms and inserting custom graphics. Additionally, it will thoroughly walk you through on how to edit and preview specific page templates, importing/exporting templates, modify appearance of questions in the CSS, customizing survey description page, and completed page.&lt;br /&gt;
&lt;br /&gt;
[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization]&lt;br /&gt;
&lt;br /&gt;
=Tips &amp;amp; Tricks=&lt;br /&gt;
&lt;br /&gt;
==Some language specific element==&lt;br /&gt;
&lt;br /&gt;
If you want to have some language specific sentence in a survey, for example a help at end of each page, you can add in a .pstl file a sentence and hidding it for other language. And hidding it in the template.css, we can use the pseudo selector :lang, but for best compatibility, we use some class.&lt;br /&gt;
&lt;br /&gt;
Example for a help sentence at bottom of the page, in french and english, put this on endpage.pstpl:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;fr&amp;quot; lang=&amp;quot;fr&amp;quot;&amp;gt;Pour de l&#039;aide en direct appelez le 000000&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;For some help, please call 000000&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and in template.css&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;.lang-fr .en{display:none}&lt;br /&gt;
.lang-en .fr{display:none}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can use it to for other sentence in your question before 1.92 ( in 1.92, there are better solutions).&lt;br /&gt;
&lt;br /&gt;
==Change the layout of the survey page==&lt;br /&gt;
&lt;br /&gt;
When editing a template this template can be assigned to a single survey while the survey list page, which is shown at www.yourdomain.org/limesurveyinstallfolder, lists all your surveys.&lt;br /&gt;
&lt;br /&gt;
To use your current template for this page you have change the according setting at the Global Settings screen; at older versions this change can be done by editing the $defaulttemplate setting at the config file: Copy this setting from config-defaults.php to config.php which overrides config-defaults.php and edit this setting to $defaulttemplate = &#039;yourtemplatename&#039;;&lt;br /&gt;
&lt;br /&gt;
==Import/Export of templates: Mac users==&lt;br /&gt;
&lt;br /&gt;
Mac users, please note: Mac OSX default archive utility may have problems with zip folders &amp;quot;generated on the fly&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
a work around is to unix&#039;es unzip from the command line:&lt;br /&gt;
&lt;br /&gt;
$ unzip template.zip -d template&lt;br /&gt;
&lt;br /&gt;
Archive: template.zip&lt;br /&gt;
&lt;br /&gt;
 inflating: template/startpage&lt;br /&gt;
&lt;br /&gt;
 inflating: ...&lt;br /&gt;
&lt;br /&gt;
or scripts in their mac-compiled counterparts:&lt;br /&gt;
&lt;br /&gt;
http://homepage.mac.com/roger_jolly/software/&lt;br /&gt;
&lt;br /&gt;
==Changing your templates traffic light from red to green==&lt;br /&gt;
&lt;br /&gt;
If you haven&#039;t already, set the admin directory to read/write/execute (777). The files within it, however, may be set to read/execute only (chmod 755).&lt;br /&gt;
&lt;br /&gt;
GO to file directory ie file manager, find templates directory.&lt;br /&gt;
&lt;br /&gt;
1 change permission on eg&amp;quot;vallendar&amp;quot; (or any template of your choice) directory to read 777&lt;br /&gt;
&lt;br /&gt;
2 voila! the red traffic light on &amp;quot;vallendar&amp;quot; is now green.&lt;br /&gt;
&lt;br /&gt;
3 NOTE: to restrict access for safety, when finished editing template files, change all templates files back to what they were eg 644&lt;br /&gt;
&lt;br /&gt;
==Replacing the help icon==&lt;br /&gt;
&lt;br /&gt;
When a question help text is shown then an help.gif image is used from the default template folder.&lt;br /&gt;
&lt;br /&gt;
You can replace this image by uploading a new help.gif, help.png or help.jpg in your custom template folder. It then will be automatically used instead of the default help icon.&lt;br /&gt;
&lt;br /&gt;
==Replacing an existing logo==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: Before uploading a new logo always delete the old, existing one!&lt;br /&gt;
&lt;br /&gt;
1. To edit the logo go to the &amp;amp;bdquo;&amp;lt;u&amp;gt;template.css&amp;lt;/u&amp;gt;&amp;amp;rdquo; file which you can find it here:&lt;br /&gt;
&lt;br /&gt;
[[File:t1.PNG|200px]]&lt;br /&gt;
&lt;br /&gt;
2. Click the search button to find occurrences of logo related styles.&lt;br /&gt;
&lt;br /&gt;
[[File:2.png|200px]]&lt;br /&gt;
&lt;br /&gt;
3. Search for &amp;lt;u&amp;gt;#logo&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:3.PNG|200px]]&lt;br /&gt;
&lt;br /&gt;
4. Edit the main style file&lt;br /&gt;
&lt;br /&gt;
You will see something similar to:&lt;br /&gt;
&lt;br /&gt;
[[File:t4.PNG|500px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want to change the image just replace logo.gif with another image link. Example: (&amp;lt;u&amp;gt;logo.png&amp;lt;/u&amp;gt; or &amp;lt;u&amp;gt;logo.jpg&amp;lt;/u&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want change the image size adjust width and height (in pixels) like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;width:100px; height:100px;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Adding your own logo==&lt;br /&gt;
&lt;br /&gt;
1. Find and open the &amp;amp;bdquo;&amp;lt;u&amp;gt;startpage.pstpl&amp;lt;/u&amp;gt;&amp;amp;rdquo; template file.&lt;br /&gt;
&lt;br /&gt;
[[File:5.PNG|200px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. After the &amp;lt;source lang=&amp;quot;html4strict&amp;quot; &amp;gt;&amp;lt;body ... &amp;gt;&amp;lt;/source&amp;gt; tag add this line to &amp;amp;bdquo;&amp;lt;u&amp;gt;startpage.pstpl&amp;lt;/u&amp;gt;&amp;amp;rdquo;:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&amp;lt;img id=&amp;quot;page_logo&amp;quot; src=&amp;quot;{TEMPLATEURL}logo.png&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. To add logo go to &amp;amp;bdquo;&amp;lt;u&amp;gt;template.css&amp;lt;/u&amp;gt;&amp;amp;rdquo;, you can find it here (see in screen):&lt;br /&gt;
&lt;br /&gt;
[[File:6.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.1 Then go to the end of the main &amp;amp;bdquo;&amp;lt;u&amp;gt;template.css&amp;lt;/u&amp;gt;&amp;amp;rdquo; style file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.2 To align the logo add...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want the logo to be placed at left side:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#page_logo{&lt;br /&gt;
   float:left;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want the logo to be placed at right side:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#page_logo{&lt;br /&gt;
   float:right;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want to center the logo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#page_logo{&lt;br /&gt;
   display: block;&lt;br /&gt;
   margin-left: auto;&lt;br /&gt;
   margin-right: auto;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Use the same template with different logos==&lt;br /&gt;
&lt;br /&gt;
If you want to use the same template for all surveys and just want to change the logo for each survey, you can use the {SID} placeholder in the template .pstpl file and thereby refer to different images:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;{TEMPLATEURL}logoImage-{SID}.png&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Remove the default help to all question (hide_tip)==&lt;br /&gt;
&lt;br /&gt;
There are 3 solutions to remove the default help:&lt;br /&gt;
# like a [[Advanced question settings#hide_tip|hide_tip attribute]] but for all question and survey.&lt;br /&gt;
# you can remove the {QUESTIONHELP} and is container from the file question.pstl, but it can be a bad idea for screenreader.&lt;br /&gt;
# for the default template and some other, add this at the end of tempate.css&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;span.questionhelp{display:none;}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Display custom favicon==&lt;br /&gt;
&lt;br /&gt;
A favicon is the little icon you see in the browser&#039;s address bar, list of bookmarks or tab. You can display your own icon as follows:&lt;br /&gt;
#Create a favicon - google will find you lots of free favicon generators&lt;br /&gt;
#Name your new favicon &amp;quot;favicon.ico&amp;quot; and place it in your template directory&lt;br /&gt;
#Add the following code to your &#039;&#039;&#039;startpage.pstpl&#039;&#039;&#039; before the &amp;lt;/head&amp;gt; tag&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;link rel=&amp;quot;shortcut icon&amp;quot; href=&amp;quot;{TEMPLATEURL}favicon.ico&amp;quot; type=&amp;quot;image/x-icon&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;icon&amp;quot; href=&amp;quot;{TEMPLATEURL}favicon.ico&amp;quot; type=&amp;quot;image/x-icon&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Different appearance for survey-/question-pages==&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;Version 1.91 and newer&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
If you want LimeSurvey to change the appearance of every second page (i.e. of even and odd survey pages) you can use &#039;&#039;&#039;.page-odd&#039;&#039;&#039; class in your css file to change the appearance of odd pages.&lt;br /&gt;
&lt;br /&gt;
example from default template of LimeSurvey 1.91+&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
.page-odd table.question-group {&lt;br /&gt;
 background-color: #D2F2D3;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To &#039;&#039;&#039;not&#039;&#039;&#039; differentiate even and odd pages at the (default) template find all instances of &#039;&#039;.page-odd&#039;&#039; in template.css and remove those styles.&lt;br /&gt;
&lt;br /&gt;
==Create a vertical separator  border for dual scale array==&lt;br /&gt;
&lt;br /&gt;
To create a vertical separator border for a dual scale array you can add the following lines to your &#039;&#039;&#039;template.css&#039;&#039;&#039;-file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
table.question thead td.header_separator,&lt;br /&gt;
table.question tbody td.dual_scale_separator&lt;br /&gt;
{&lt;br /&gt;
   border-right:solid 1px #00A8E1;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
header_separator is used to adress the separator for the header &amp;quot;td&amp;quot; and &amp;quot;dual_scale_separator&amp;quot; is used to adress the separator column in the dual scale array.&lt;br /&gt;
&lt;br /&gt;
==Hide the survey contact message shown on the start page/survey list==&lt;br /&gt;
&lt;br /&gt;
To hide the &amp;quot;Please contact ...&amp;quot; message on the start page (with the survey list) you can add the following to the &#039;&#039;&#039;$(document).ready&#039;&#039;&#039; function in the &#039;&#039;&#039;template.js&#039;&#039;&#039; of your used design template:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
$(&#039;#surveycontact&#039;).hide(); //Hides the survey contact message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Remove the survey contact message shown on error messages==&lt;br /&gt;
&lt;br /&gt;
If you want to remove the survey contact message from error messages it&#039;ll be trickier. You can add the following function call to the &#039;&#039;&#039;$(document).ready&#039;&#039;&#039; function in the &#039;&#039;&#039;template.css&#039;&#039;&#039; of your used design template:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
removeContactAdressFromMessage(); //Removes the survey contact message from error messages&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and add the following function to your *template.js* file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
function removeContactAdressFromMessage()&lt;br /&gt;
{&lt;br /&gt;
if ($(&#039;#tokenmessage&#039;).length &amp;gt; 0)&lt;br /&gt;
   {&lt;br /&gt;
   var oldMessage = $(&#039;#tokenmessage&#039;).html();&lt;br /&gt;
   var indexContact = oldMessage.indexOf(&#039;Bitte kontaktieren&#039;);&lt;br /&gt;
   var newMessage = oldMessage.substr(0, indexContact);&lt;br /&gt;
   $(&#039;#tokenmessage&#039;).html(newMessage);&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will probably not work for a survey in English language and has to be extended when used for multilingual surveys. But it&#039;s an idea/tip how to solve this.&lt;br /&gt;
&lt;br /&gt;
==How to deal with multilingual question attributes (before version 2.0 at which those were added)==&lt;br /&gt;
&lt;br /&gt;
If you have a multilingual survey and e. g. want to use a different string for the &amp;quot;other&amp;quot; field, this could only be done for the base language (until this feature was added at LimeSurvey 2.0). To work around this, paste in the field to change the label for &amp;quot;other&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;en&amp;quot;&amp;gt;New label&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;fr&amp;quot;&amp;gt;Nouveau label&amp;lt;/span&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At the template.css of your template (at /limesurvey/upload/templates/&amp;lt;yourtemplatename&amp;gt;/template.css) add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;html:lang(en) .fr{display:none}&lt;br /&gt;
html:lang(fr) .en{display:none}&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Theme_editor/15/it&amp;diff=62278</id>
		<title>Translations:Theme editor/15/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Theme_editor/15/it&amp;diff=62278"/>
		<updated>2014-08-28T12:07:04Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;La modalità preferibile per creare un nuovo template è di utilizzare i &amp;quot;Templete Editor&amp;quot; all&amp;#039;interno del menù di amministrazione. Alcuni preferiscono lavorare direttamente ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;La modalità preferibile per creare un nuovo template è di utilizzare i &amp;quot;Templete Editor&amp;quot; all&#039;interno del menù di amministrazione. Alcuni preferiscono lavorare direttamente all&#039;interno dei files template, utilizzando così il proprio editor di testo preferito invece dell&#039;interfaccia web.&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Theme_editor/it&amp;diff=62277</id>
		<title>Theme editor/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Theme_editor/it&amp;diff=62277"/>
		<updated>2014-08-28T12:02:08Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Per creare un nuovo template (o modificarne uno esistente) è necessario possederne la relativa l&amp;#039;autorizzazione come utente in LimeSurvey.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
=Introduzione=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has a basic template and style system providing a theme-like capability found in many browser-based applications.  They are simply termed &#039;&#039;&#039;Templates&#039;&#039;&#039; here.  The Templates allow control over the look and feel of pages during a survey.  A survey administrator can select the template to use for each survey to thus personalize that survey&#039;s look and feel.  Changes to a Template can be as simple as adding a unique logo on the welcome page, changing background colors, or maybe new text colors for specific types of questions.&lt;br /&gt;
&lt;br /&gt;
LimeSurvey comes with a set of templates right out of the box. These initial templates are defined by directories within the LimeSurvey installation &amp;quot;templates&amp;quot; directory.  Each template has it&#039;s own directory.  Within the main directory of a template are numerous files: &#039;&#039;&#039;templates (.pstpl)&#039;&#039;&#039;, &#039;&#039;&#039;cascading style sheets (.css)&#039;&#039;&#039;, &#039;&#039;&#039;images&#039;&#039;&#039; (&#039;&#039;&#039;.jpg&#039;&#039;&#039; or &#039;&#039;&#039;.png&#039;&#039;&#039;) and maybe others.&lt;br /&gt;
&lt;br /&gt;
Like in other theme-based systems, fragments of HTML code are stored in the .pstpl template files.  These fragments are read in and used to construct the page to display to the end user during the operation of a survey. Often &#039;&#039;&#039;keywords&#039;&#039;&#039; surrounded by curly braces are included in the files that are then replaced with the relevant text.  The following gives an example of a template file content and its result when used in a survey page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&amp;lt;font face=&#039;verdana&#039; color=&#039;red&#039;&amp;gt;{SURVEYNAME}&amp;lt;/font&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;font face=&#039;verdana&#039; color=&#039;blue&#039;&amp;gt;&amp;lt;u&amp;gt;{SURVEYDESCRIPTION}&amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One gets a result that looks like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;&amp;lt;span style=&#039;color:red&#039;&amp;gt;My New Survey&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;u&amp;gt;&amp;lt;span style=&#039;color:#0000ff&#039;&amp;gt;This is a survey written by me to find out what sort of chocolate people like.&amp;lt;/span&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Templates, being HTML code, tend to define the positioning and type of text to be displayed and similar structural features of the page.  They often reference or include other files.  Most reference a common cascading style sheets (CSS) file that defines the font style, color, size, background and similar parameters common to all pages in the survey. Style sheets reference HTML &#039;&#039;&#039;class&#039;&#039;&#039; parameters that are associated with the various types of objects in the HTML code.  This allows the style sheet to describe once how to display each of the many types of text or other objects that may appear in multiple places.  There are unique classes for each question type in LimeSurvey and thus giving detailed control over the appearance of each.  Image files, like logos or special progress-bar constructors, may be referenced as well in the Template file.  Finally, special Keywords in curly braces are replaced with text defined in the Survey for each of its corresponding language translations (for example, the Survey Title or Question Text for each language defined).&lt;br /&gt;
&lt;br /&gt;
If you create a new custom template, please consider contributing it back to the LimeSurvey community, and make it available to others. With your help, we can grow our repository of templates, surveys, and other ad-ons, to make LimeSurvey even better! See the shared [http://www.limesurvey.org/en/download-limesurvey-design-templates/com_josetta_menu_control_panel/viewcategory/9-survey-design-templates Template Repository]&lt;br /&gt;
&lt;br /&gt;
=Creazione di un nuovo template=&lt;br /&gt;
&lt;br /&gt;
Per creare un nuovo template (o modificarne uno esistente) è necessario possederne la relativa l&#039;autorizzazione come utente in LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note of Warning:&#039;&#039;&#039; As template changes can affect all surveys in an installation, changes should be limited to those skilled in understanding general concepts in the code base. Templates are an advanced feature that can take some experimentation to get correct if you are not familiar with HTML code methods.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The preferred way to create a new template is through the Template Editor (see below) via the web Admin interface. Some people may like to work directly with template files so that they can use their favorite text editor instead of the web interface. In this case, still use the Template Editor to first create your new template. This will create a new base template with all the files you need in the LimeSurvey_web_root/upload/templates/your_new_template directory. From there you can use your text editor to manually adjust the template files.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Permissions Note:&#039;&#039;&#039; on unix/linux systems, these template files will be owned by the group and user who the web server is running as (may be &amp;quot;www&amp;quot; for some systems). So make sure you have access to edit these files, and when you save them make sure they don&#039;t change ownership, so you can still use the web Template Editing interface if needed&amp;lt;/div&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Installation Note:&#039;&#039;&#039; If you create your ZIP-file on OS X it will generate also an folder _MACOSX it will create some problems on template installation. For prevent these problems use the application zipcleaner on OS X to clean the _MACOSX folder from the zip-file. You can download it here: https://www.macupdate.com/app/mac/25497/zipcleaner&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Installation Note:&#039;&#039;&#039; If you have downloaded your template from Github open it before install and move the files out of the containing folder and create a new zip-file. The wrapped folder creates problems on template installation.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Template files may seem complex to understand at first. You have to likely understand HTML code, possibly Styles and Style Sheets, and have access to the underlying LimeSurvey installation files if the template files and directories are not editable. Copy an existing template to a new directory to play around with the content. This may help make the concept clearer.&lt;br /&gt;
&lt;br /&gt;
A number of the &#039;public&#039; elements of LimeSurvey can be adjusted by a series of templates. This section provides a very brief explanation of these templates.&lt;br /&gt;
&lt;br /&gt;
=The LimeSurvey Template Editor=&lt;br /&gt;
&lt;br /&gt;
To ease the understanding and quick update of a Template, LimeSurvey provides a &#039;&#039;&#039;Template Editor&#039;&#039;&#039; in the main &#039;&#039;&#039;administrative&#039;&#039;&#039; toolbar of the application.  This Template Editor is only available to users given the privilege in the User Security settings.  A template effects all surveys and can render a survey inoperable if not constructed properly.  So Template editing is thought best restricted to a very limited, knowledgeable set of users.  Having permission to enter the Template Editor is not enough though.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The LimeSurvey Template Editor allows you to edit the contents of your templates online. Start the Template Editor by clicking on the &amp;quot;Template Editor&amp;quot; icon [[File:templates.png]] in the LimeSurvey Administration toolbar (Templates). The main screen is similar to the LimeSurvey Survey Administration screen. It allows you to select the template to edit/view. Once this has been selected you can then select from one of the different public survey pages. You are then presented with a list of the template files that make up that particular page.&lt;br /&gt;
&lt;br /&gt;
[[File:Template-editor-2013-7-10_11_38_16.png|center]]&lt;br /&gt;
&lt;br /&gt;
==The Template Menu==&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Edit Icon:&#039;&#039;&#039; The &amp;quot;edit&amp;quot; icon indicates whether or not the template is editable. A blurred out icon indicates that the template is read only; a clickable icon indicates you may make modifications. To change the icon from blurred to clear, you have to modify the template&#039;s permissions.&lt;br /&gt;
*&#039;&#039;&#039;Import Template:&#039;&#039;&#039; Allows you to import a template.&lt;br /&gt;
*&#039;&#039;&#039;Export Template:&#039;&#039;&#039; Allows you to export the current template to a .zip-File.&lt;br /&gt;
*&#039;&#039;&#039;Copy Template:&#039;&#039;&#039; Allows you to make a new template by copying the current one.&lt;br /&gt;
*&#039;&#039;&#039;Rename this template:&#039;&#039;&#039; Allows you to change the name of the template.  Generally used after copying an existing template or importing a template by manipulating the underlying directories.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Screen&amp;quot; drop-down list on the right allows you to choose which particular survey page you are currently looking at.&lt;br /&gt;
&lt;br /&gt;
==Import/Export/Copy a Template==&lt;br /&gt;
&lt;br /&gt;
When you &#039;&#039;&#039;export &#039;&#039;&#039;a template, this will create a zip-file archive with all the files your template consists of (.pstpl files, images, css files, ...). You can simply &#039;&#039;&#039;import &#039;&#039;&#039;the exported zip-file at other LimeSurvey systems by using the import feature or you can manually copy the archive to another installation and extract it into the corresponding template directory there. If you copy the template in the same installation, you will need to rename the folder to create another named copy of that template.&lt;br /&gt;
&lt;br /&gt;
If the file and directory permissions are open for the LimeSurvey application to write, then you can use the programs &#039;&#039;&#039;copy &#039;&#039;&#039;and rename features to make a local copy of a template.&lt;br /&gt;
&lt;br /&gt;
==Page Structure / Template Use==&lt;br /&gt;
*&#039;&#039;&#039;The Welcome Page:&#039;&#039;&#039; startpage.pstpl, welcome.pstpl, privacy.pstpl,  navigator.pstpl, endpage.pstpl&lt;br /&gt;
*&#039;&#039;&#039;The Questions Pages:&#039;&#039;&#039; startpage.pstpl, survey.pstpl, startgroup.pstpl, groupdescription.pstpl, question.pstpl, endgroup.pstpl&lt;br /&gt;
*&#039;&#039;&#039;The Final Page:&#039;&#039;&#039; startpage.pstpl, assessment.pstpl, completed.pstpl, endpage.pstpl&lt;br /&gt;
&lt;br /&gt;
==Template Files==&lt;br /&gt;
&lt;br /&gt;
The following template files are used to produce your public survey and must exist in any new template folder you create:&lt;br /&gt;
*&#039;&#039;&#039;startpage.pstpl:&#039;&#039;&#039; Produces the start of each html page. It starts at the &amp;quot;&amp;lt;head&amp;gt;&amp;quot; tag, and should not contain the &amp;quot;&amp;lt;html&amp;gt;&amp;quot; tag. This &#039;very beginning&#039; of a standard html page is written by the scripts. Please ensure that your startpage.pstpl files contains a &amp;lt;body&amp;gt; tag, even though many browsers do not require strict adherence to the W3 HTML standards, the LimeSurvey script needs to find a &amp;lt;body&amp;gt; tag, to run certain javascript elements. It is not expected that many &#039;keywords&#039; will be used in the startpage.pstpl file, however you may wish to put the {SURVEYNAME} into the title. The startpage.pstpl file can contain code that ends in the corresponding endpage.pstpl file, so you can start a table in this file and close the table in the endpage.pstpl file. The startpage.pstpl and endpage.pstpl files wrap around every possible page used by LimeSurvey.&lt;br /&gt;
*&#039;&#039;&#039;survey.pstpl:&#039;&#039;&#039; This template is the second used on most pages, and provides a space to put the survey name and description. This template does not have a corresponding &#039;closing&#039; template, and subsequently you should close all tags opened in this template file (ie: don&#039;t leave a table open here because there is nowhere else to close it)&lt;br /&gt;
*&#039;&#039;&#039;welcome.pstpl:&#039;&#039;&#039; This template is only used in the welcome screen (which is also on the main page for &#039;all in one&#039; surveys). You can use this to print out the welcome text, and other information that should be provided in the introduction. Like the &#039;survey.pstpl&#039; file, there is no corresponding &#039;closing&#039; template, so all tags opened in this template file should be closed as well.&lt;br /&gt;
*&#039;&#039;&#039;startgroup.pstpl:&#039;&#039;&#039; This template can provide a &#039;summary&#039; wrap around for questions within a group. It has a matching &#039;endgroup.pstpl&#039; template that can be used to close any opened tags in this file, so you can open a table within this.&lt;br /&gt;
*&#039;&#039;&#039;groupdescription.pstpl:&#039;&#039;&#039; This template file is used to display a description of a group. It is separate to the startgroup.pstpl file because in a &amp;quot;question by question&amp;quot; survey it will be displayed on its own unique page in between groups, whereas in a &amp;quot;group by group&amp;quot; or &amp;quot;all in one&amp;quot; survey it provides a header to the subsequent questions. groupdescription.pstpl does not have a corresponding &#039;closing&#039; template file, so all tags should be closed.&lt;br /&gt;
*&#039;&#039;&#039;question.pstpl:&#039;&#039;&#039; This file contains the question, answer and help text sections of your survey, and in the &amp;quot;group by group&amp;quot; and &amp;quot;all in one&amp;quot; surveys this template is cycled repeatedly with each question. There is no corresponding closing file for this and all tags should be closed.&lt;br /&gt;
*&#039;&#039;&#039;question_start.pstpl:&#039;&#039;&#039; This file contains the individual elements found at the start of a question. It is included within &#039;question.pstpl&#039; via the {QUESTION} keyword. It is intended to allow template designers more control over the layout of a question. This template sits outside the normal templating system and &#039;&#039;&#039;was superseeded (as of LS1.87)&#039;&#039;&#039;. All keywords from this template are now available directly in question.pstpl. NOTE: templates using question_start.pstpl will still work at least for a couple more versions of LS 1.x&lt;br /&gt;
*&#039;&#039;&#039;completed.pstpl:&#039;&#039;&#039; This page is displayed as the final page when the survey responses have been saved and the survey is over. It can be used to display a &amp;quot;forwarding link&amp;quot; as set in the survey setup.&lt;br /&gt;
*&#039;&#039;&#039;endgroup.pstpl:&#039;&#039;&#039; This file closes the group, and can be used to close off any tags opened in the startgroup.pstpl file&lt;br /&gt;
*&#039;&#039;&#039;navigator.pstpl:&#039;&#039;&#039; This file contains the buttons that navigate through the survey, &amp;quot;next&amp;quot;, &amp;quot;prev&amp;quot;, &amp;quot;last&amp;quot;, &amp;quot;submit&amp;quot;, &amp;quot;save so far&amp;quot;  and the &amp;quot;clear all&amp;quot; link. It is used in all pages except the completed page.&lt;br /&gt;
*&#039;&#039;&#039;printanswers.pstpl:&#039;&#039;&#039; This file has the HTML wrapper for the print version of the survey.&lt;br /&gt;
*&#039;&#039;&#039;print_group.pstpl:&#039;&#039;&#039; This file is the same as startgroup.pstpl endgroup.pstpl but for the print version of the survey.&lt;br /&gt;
*&#039;&#039;&#039;print_question.pstpl:&#039;&#039;&#039; This file is the same as question.pstpl but for the print version of the survey.&lt;br /&gt;
*&#039;&#039;&#039;print_survey.pstpl:&#039;&#039;&#039; This file is the same as survey.pstpl but for the print version of the survey.&lt;br /&gt;
&lt;br /&gt;
== CSS and Javascript==&lt;br /&gt;
&lt;br /&gt;
Two files are allways used for template : template.css for css and template.js for javascript.&lt;br /&gt;
*&#039;&#039;&#039;{TEMPLATECSS}:&#039;&#039;&#039; Add lines for default css, template.css and template-rtl.css for rtl language.&lt;br /&gt;
*&#039;&#039;&#039;{TEMPLATEJS}:&#039;&#039;&#039; Add lines for default javascript files, template.js and all js files needed for LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
=== Replacing default css or javascript===&lt;br /&gt;
&lt;br /&gt;
Some question use specific files for javascript or css. If you need to replace a function, you add to use cascading system. For javascript function, last function read is the function used.&lt;br /&gt;
&lt;br /&gt;
==Other Template Files==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;privacy.pstpl&#039;&#039;&#039;, &#039;&#039;&#039;invitationemail.pstpl&#039;&#039;&#039;, &#039;&#039;&#039;reminderemail.pstpl&#039;&#039;&#039; and &#039;&#039;&#039;confirmationemail.pstpl&#039;&#039;&#039; are no longer used by LimeSurvey and defaults are instead set in the applicable language files. The email messages can now be edited on a survey by survey basis.&lt;br /&gt;
&lt;br /&gt;
==Standard Pages==&lt;br /&gt;
&lt;br /&gt;
There are ten standard pages that a survey participant may see in the course of taking or accessing the LimeSurvey application.  Each is constructed from a number of common &#039;&#039;&#039;Template&#039;&#039;&#039; files from the &#039;&#039;&#039;Template&#039;&#039;&#039; specified in the survey&#039;s settings.  The table below indicates which template files are used in constructing each of these pages.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!  &#039;&#039;&#039;Survey Pages:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;&#039;Template Files&#039;&#039;&#039;!!Survey&amp;lt;br /&amp;gt;List!!Welcome!!Question!!Completed!!Clear All!!Register!!Load!!Save!!Print&amp;lt;br /&amp;gt;Answers!!Print&amp;lt;br /&amp;gt;Survey&lt;br /&gt;
|-&lt;br /&gt;
|SurveyList||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Welcome|| ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Privacy|| ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Navigator|| ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Survey|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
|StartGroup|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|GroupDescription|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Question&amp;lt;span style=&#039;color:red&#039;&amp;gt;&#039;&#039;&#039;*&#039;&#039;&#039;&amp;lt;/span&amp;gt;|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|EndGroup|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Assessment|| || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Completed|| || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|ClearAll|| || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Register|| || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Load|| || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|Save|| || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| ||&lt;br /&gt;
|-&lt;br /&gt;
|PrintAnswers|| || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||&lt;br /&gt;
|-&lt;br /&gt;
|Print Survey || || || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|Print Group || || || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|Print Question || || || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|StartPage&amp;lt;br /&amp;gt;EndPage&amp;lt;br /&amp;gt;Template.css||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&#039;color:red&#039;&amp;gt;&#039;&#039;&#039;*&#039;&#039;&#039;&amp;lt;/span&amp;gt;NOTE: In versions 1.90 and up this replaces question.pstpl AND question_start.pstpl. If you are using an old custom template, you need to add the following line to the beginning of question.pstpl:&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div {QUESTION_ESSENTIALS} class=&amp;quot;{QUESTION_CLASS}{QUESTION_MAN_CLASS}{QUESTION_INPUT_ERROR_CLASS}&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;And then add the corresponding closing tag to the end of question.pstpl:&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&#039;color:red&#039;&amp;gt;&#039;&#039;&#039;*&#039;&#039;&#039;&amp;lt;/span&amp;gt;NOTE: In version 1.91 and earlier, LimeSurvey js files are not included by the template. In version 2, &#039;&#039;&#039;you have to use {TEMPLATEJS} in your one of your template file&#039;&#039;&#039; to add the link to the js file. You can add it in startpage.pstpl or in endpage.pstpl. You can remove the {TEMPLATEURL}/template.js line and you have to replace with {TEMPLATEJS} to update a personal template.&lt;br /&gt;
&lt;br /&gt;
==The File Control Section==&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;file control&amp;quot; window on the left, you can click on one of the template files that is used to compile the page. The HTML code for that file will then appear in the &amp;quot;Now editing&amp;quot; window in the center. If the template is editable (determined by directory permissions) you can then make any changes and save them.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Other Files&amp;quot; window shows a list of all other files in the template directory. You can use the right side to &#039;&#039;&#039;upload and select image files (your pics, logos,...) or other files needed to create your template&#039;&#039;&#039;. Note: Instead of a link directly to each picture in your template you can use the field string {TEMPLATEURL}.  So instead of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;img src=&#039;/limesurvey/templates/yourtemplate/mypicture.jpg&#039;&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
You can use:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;img src=&#039;{TEMPLATEURL}mypicture.jpg&#039;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;sample&amp;quot; of the template page you are editing will be visible at the bottom of the screen. There is no way to to delete a template from the template editor. This must be done by accessing the underlying directory and deleting the file there.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; The shipped templates cannot be edited using the Template Editor and should never be changed. If you want to modify them, create a copy first and modify the copy.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Location of template files==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey stores each of the &#039;standard&#039; templates in their own distinct sub-directory within the /templates directory that is kept in the public directory with the other LimeSurvey public files. Customized user templates are stored in the /upload/templates directory.&lt;br /&gt;
&lt;br /&gt;
To create a new template, use the according icon in the template editor.&lt;br /&gt;
&lt;br /&gt;
There should ALWAYS be a &amp;quot;default&amp;quot; directory in the templates directory. This template is used by default and as a fall-back if a template folder doesn&#039;t exist, or can&#039;t be found. The &amp;quot;default&amp;quot; directory comes with the package.&lt;br /&gt;
&lt;br /&gt;
You can use any image files that you upload into the template management area with syntax like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;{TEMPLATEURL}filename.xyz&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Styling questions with CSS=&lt;br /&gt;
&lt;br /&gt;
Styling of questions in CSS has become much easier. Each question type now has a unique class. Mandatory question&#039;s also have an additional mandatory class. For example, for a non-mandatory question:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question5&amp;quot; class=&amp;quot;gender&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and if the question is mandatory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question5&amp;quot; class=&amp;quot;gender mandatory&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and if the question is mandatory but the user didn&#039;t answer it or if there is validation on a question&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question5&amp;quot; class=&amp;quot;gender mandatory input-error&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and if the question has validation applied but the user hasn&#039;t answered correctly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question6&amp;quot; class=&amp;quot;text-short input-error&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Global classes for question part==&lt;br /&gt;
&lt;br /&gt;
These classes are used for each question type. Some question types use only one or two class, but others can use much more.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
|+ Global classes&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Class name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Part&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Question type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Examples&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Note&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .question&lt;br /&gt;
| All question block&lt;br /&gt;
| All question type&lt;br /&gt;
|&amp;amp;lt;p class=&amp;quot;question&amp;quot;&amp;gt;, &amp;amp;lt;ul class=&amp;quot;question&amp;quot;&amp;gt;, &amp;amp;lt;table class=&amp;quot;question&amp;quot;&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .subquestions-list&lt;br /&gt;
| List of subquestion&lt;br /&gt;
| Multi choice question, array question type&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;subquestions-list&amp;quot;&amp;gt;, &amp;amp;lt;table class=&amp;quot;subquestions-list&amp;quot;&amp;gt;&lt;br /&gt;
| .questions-list is used too&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .answers-list&lt;br /&gt;
| List of answers&lt;br /&gt;
| Single choice question, array question type, Multi input text question&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;answers-list&amp;quot;&amp;gt;, &amp;amp;lt;table class=&amp;quot;answers-list&amp;quot;&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .answer-item&lt;br /&gt;
| The answer part: one answer&lt;br /&gt;
| Single choice question, array question type, Multi input text question&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;answer-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;answer-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .noanswer-item&lt;br /&gt;
| The answer part for no answer&lt;br /&gt;
| Single choice question, array question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;noanswer-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;noanswer-item&amp;quot;&amp;gt;&lt;br /&gt;
| No answer is an answer too, then have double class noanswer-item and answer-item&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .question-item&lt;br /&gt;
| The question part: one question&lt;br /&gt;
| Multi text question, array question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;question-item&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;question-item&amp;quot;&amp;gt;&lt;br /&gt;
| Some answer are question too, then we have a lot of class=&amp;quot;question-item answer-item&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .checkbox-list&lt;br /&gt;
| A list of checkbox&lt;br /&gt;
| Multi choice question, array number (checkbox) question type&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;checkbox-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;checkbox-list&amp;quot;&amp;gt;&lt;br /&gt;
| Some question type have multi list class: like checkbox with comment : class=&amp;quot;checkbox-list text-list&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .checkbox-item&lt;br /&gt;
| The answer part with a checkbox&lt;br /&gt;
| Multi choice question, array number (checkbox) question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;checkbox-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;checkbox-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .radio-list&lt;br /&gt;
| A list of radio item&lt;br /&gt;
| Single choice question, array question type&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;radio-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;radio-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .radio-item&lt;br /&gt;
| The answer part with a radio&lt;br /&gt;
| Single choice question, array question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;radio-item&amp;quot;&amp;gt;, &amp;lt;td class=&amp;quot;radio-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .text-list&lt;br /&gt;
| A list of text input&lt;br /&gt;
| Multi text question type, array of text&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;text-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;text-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .text-item&lt;br /&gt;
| The answer part of a text input&lt;br /&gt;
| Multi text question type, array of text&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;text-item&amp;quot;&amp;gt;, &amp;lt;td class=&amp;quot;text-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .numeric-list&lt;br /&gt;
| A list of text input with numeric only answer&lt;br /&gt;
| Multi numeric question type, array of number&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;text-list numeric-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;text-list numeric-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .numeric-item&lt;br /&gt;
| The answer part of a numeric input&lt;br /&gt;
| Multi numeric question type, array of number&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;numeric-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;numeric-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .select-list&lt;br /&gt;
| A list of select&lt;br /&gt;
| Array numbers, Dual scale array (select)&lt;br /&gt;
| &amp;amp;lt;table class=&amp;quot;select-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .select-item&lt;br /&gt;
| The answer part of a select&lt;br /&gt;
| Array numbers, Dual scale array (select), single choice with select&lt;br /&gt;
| &amp;amp;lt;p class=&amp;quot;select-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;select-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .hide&lt;br /&gt;
| Used for accessibility: hidden with css but read by screenreader&lt;br /&gt;
| Short text question&lt;br /&gt;
| &amp;amp;lt;label class=&amp;quot;hide&amp;quot;&amp;gt;&lt;br /&gt;
| Can be used for other purpose&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .dontread&lt;br /&gt;
| Used for accessibility: not be read by screenreader&lt;br /&gt;
| Array question type&lt;br /&gt;
| &amp;amp;lt;th class=&amp;quot;dontread&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .checkbox&lt;br /&gt;
| input[type=checkbox]&lt;br /&gt;
| Question with checkbox&lt;br /&gt;
| &amp;amp;lt;input type=&amp;quot;checkbox&amp;quot; class=&amp;quot;checkbox&amp;quot;&amp;gt;&lt;br /&gt;
| With modern browser: not needed but some old browser need this&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .radio&lt;br /&gt;
| input[type=radio]&lt;br /&gt;
| Question with radio&lt;br /&gt;
| &amp;amp;lt;input type=&amp;quot;radio&amp;quot; class=&amp;quot;radio&amp;quot;&amp;gt;&lt;br /&gt;
| With modern browser: not needed but some old browser need this&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .text&lt;br /&gt;
| input[type=text]&lt;br /&gt;
| Question with input text, or textarea&lt;br /&gt;
| &amp;amp;lt;textarea class=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .answertext&lt;br /&gt;
| Array question type&lt;br /&gt;
| Answer part of array question type&lt;br /&gt;
| &amp;amp;lt;th class=&amp;quot;answertext&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .col-answers&lt;br /&gt;
| Array question type&lt;br /&gt;
| Column of answers&lt;br /&gt;
| &amp;amp;lt;col class=&amp;quot;col-answers&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .odd .even&lt;br /&gt;
| Array question type&lt;br /&gt;
| Alternation for column&lt;br /&gt;
| &amp;amp;lt;col class=&amp;quot;odd&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .odd .even&lt;br /&gt;
| Array question type&lt;br /&gt;
| Alternation for column&lt;br /&gt;
| &amp;amp;lt;col class=&amp;quot;odd&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .array1 .array2&lt;br /&gt;
| Array question type&lt;br /&gt;
| Alternation for line&lt;br /&gt;
| &amp;amp;lt;tr class=&amp;quot;array1&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Some example of question part with classes===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text-short question type:&#039;&#039;&#039;&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;question answer-item text-item &amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;label class=&amp;quot;hide label&amp;quot; for=&amp;quot;answerSGQA&amp;quot;&amp;gt;Answer&amp;lt;/label&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; value=&amp;quot;&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; size=&amp;quot;50&amp;quot; class=&amp;quot;text  empty&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Multiple short text&#039;&#039;&#039;&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;subquestions-list questions-list text-list&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;question-item answer-item text-item&amp;quot; id=&amp;quot;javatbdSGQA&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;label for=&amp;quot;answerSGQA&amp;quot;&amp;gt;Some example subquestion&amp;lt;/label&amp;gt;&lt;br /&gt;
     &amp;lt;span&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; value=&amp;quot;&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; size=&amp;quot;20&amp;quot; class=&amp;quot;text empty&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Array question type&#039;&#039;&#039;&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;question subquestion-list questions-list &amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;caption class=&amp;quot;hide read&amp;quot;&amp;gt;Some explanation for accessibility.&amp;lt;/caption&amp;gt;&lt;br /&gt;
	&amp;lt;colgroup class=&amp;quot;col-responses&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;col width=&amp;quot;50%&amp;quot; class=&amp;quot;col-answers&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;col width=&amp;quot;25%&amp;quot; class=&amp;quot;odd&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;col width=&amp;quot;13.3%&amp;quot; class=&amp;quot;col-no-answer even&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;/colgroup&amp;gt;&lt;br /&gt;
	&amp;lt;thead&amp;gt;&lt;br /&gt;
		&amp;lt;tr class=&amp;quot;array1 dontread&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
			&amp;lt;th&amp;gt;1&amp;lt;/th&amp;gt;&lt;br /&gt;
			&amp;lt;th&amp;gt;No answer&amp;lt;/th&amp;gt;&lt;br /&gt;
		&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;/thead&amp;gt;&lt;br /&gt;
	&amp;lt;tbody&amp;gt;&lt;br /&gt;
		&amp;lt;tr class=&amp;quot;array2 answers-list radio-list&amp;quot; id=&amp;quot;javatbdSGQ&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;th width=&amp;quot;20%&amp;quot; class=&amp;quot;answertext&amp;quot;&amp;gt;Some example subquestion&lt;br /&gt;
			&amp;lt;/th&amp;gt;&lt;br /&gt;
			&amp;lt;td class=&amp;quot;answer_cell_001 answer-item radio-item&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;label for=&amp;quot;answerSGQA&amp;quot; class=&amp;quot;hide read&amp;quot;&amp;gt;1&amp;lt;/label&amp;gt;&lt;br /&gt;
				&amp;lt;input type=&amp;quot;radio&amp;quot; value=&amp;quot;1&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; class=&amp;quot;radio&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;/td&amp;gt;&lt;br /&gt;
			&amp;lt;td class=&amp;quot;answer-item radio-item noanswer-item&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;label for=&amp;quot;answerSGQA&amp;quot; class=&amp;quot;hide read&amp;quot;&amp;gt;No answer&amp;lt;/label&amp;gt;&lt;br /&gt;
				&amp;lt;input type=&amp;quot;radio&amp;quot; value=&amp;quot;&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; class=&amp;quot;radio&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;/tbody&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
==The full list of question classes==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&#039;&#039;&#039;Question Type&#039;&#039;&#039;||&#039;&#039;&#039;Question Class&#039;&#039;&#039;||&#039;&#039;&#039;Question ID&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|5 point choice||.choice-5-pt-radio||5&lt;br /&gt;
|-&lt;br /&gt;
|Array (10 point choice)||.array-10-pt||B&lt;br /&gt;
|-&lt;br /&gt;
|Array (5 point choice)||.array-5-pt||A&lt;br /&gt;
|-&lt;br /&gt;
|Array (Flexible Labels) dual scale||.array-flexible-duel-scale ||1&lt;br /&gt;
|-&lt;br /&gt;
|Array (Increase, Same, Decrease)||.array-increase-same-decrease||E&lt;br /&gt;
|-&lt;br /&gt;
|Array (Multi Flexible) (Numbers)||.array-multi-flexi ||:&lt;br /&gt;
|-&lt;br /&gt;
|Array (Multi Flexible) (Text)||.array-multi-flexi-text||;&lt;br /&gt;
|-&lt;br /&gt;
|Array (Yes/No/Uncertain)||.array-yes-uncertain-no||C&lt;br /&gt;
|-&lt;br /&gt;
|Array (flexible labels)||.array-flexible-row ||F&lt;br /&gt;
|-&lt;br /&gt;
|Array (flexible labels) by column||.array-flexible-column||H&lt;br /&gt;
|-&lt;br /&gt;
|Boilerplate question||.boilerplate||X&lt;br /&gt;
|-&lt;br /&gt;
|Date||.date||D&lt;br /&gt;
|-&lt;br /&gt;
|Gender||.gender||G&lt;br /&gt;
|-&lt;br /&gt;
|Huge free text||.text-huge||U&lt;br /&gt;
|-&lt;br /&gt;
|Language switch||.language||I&lt;br /&gt;
|-&lt;br /&gt;
|List (dropdown)||.list-dropdown||!&lt;br /&gt;
|-&lt;br /&gt;
|List (radio)||.list-radio||L&lt;br /&gt;
|-&lt;br /&gt;
|List with comment||.list-with-comment||O&lt;br /&gt;
|-&lt;br /&gt;
|Long free text||.text-long||T&lt;br /&gt;
|-&lt;br /&gt;
|Multiple numerical input||.numeric-multi||K&lt;br /&gt;
|-&lt;br /&gt;
|Multiple options||.multiple-opt||M&lt;br /&gt;
|-&lt;br /&gt;
|Multiple options with comments||.multiple-opt-comments||P&lt;br /&gt;
|-&lt;br /&gt;
|Multiple short text||.multiple-short-txt||Q&lt;br /&gt;
|-&lt;br /&gt;
|Numerical input||.numeric||N&lt;br /&gt;
|-&lt;br /&gt;
|Ranking||.ranking||R&lt;br /&gt;
|-&lt;br /&gt;
|Short free text||.text-short||S&lt;br /&gt;
|-&lt;br /&gt;
|Yes/No||.yes-no||Y&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==The full list of validation classes==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;Note:  Prior to 1.92, only .mandatory and .input-error classes were available.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These apply to the help and/or validation tip messages so that each type can be individually styled.&lt;br /&gt;
&lt;br /&gt;
The .hide-tip option and .input-error options, by default, interact so that you can have validation tips start hidden, but appear when there validation errors, and disappear again when those errors are rectified.&lt;br /&gt;
&lt;br /&gt;
All of these are designed to eliminate the need for pop-up alert messages.  Instead, tips can appear/disappear as needed, and are color-coded to indicate whether the answers pass the validation criteria.&lt;br /&gt;
&lt;br /&gt;
Furthermore, when you first visit a page that has unmet validation criteria, you can color-code the tips in a pleasing color to show which validation criteria have not been med; then re-display the page using a harsher color if the person submits the page with lingering validation errors.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&#039;&#039;&#039;Purpose&#039;&#039;&#039;||&#039;&#039;&#039;CSS Class&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Mandatory||.mandatory||the question is mandatory&lt;br /&gt;
|-&lt;br /&gt;
|User input error||.input-error||the question had at least one validation error&lt;br /&gt;
|-&lt;br /&gt;
|Hide Tip||.hide-tip||added if you use the hide_tip option&lt;br /&gt;
|-&lt;br /&gt;
|Num answers||.em_num_answers||for for min_answers and max_answers&lt;br /&gt;
|-&lt;br /&gt;
|Value range||.em_value_range||for min/max_num_value_n and multiflexible_min/max&lt;br /&gt;
|-&lt;br /&gt;
|Sum range||.em_sum_range||for min/max/equals_num_value&lt;br /&gt;
|-&lt;br /&gt;
|Regex validation||.em_regex_validation||for regular-expression validation of the question&lt;br /&gt;
|-&lt;br /&gt;
|Question-level validation function||.em_q_fn_validation||for the em_validation_q option&lt;br /&gt;
|-&lt;br /&gt;
|Subquestion-level validation function||.em_sq_fn_validation||for the em_validation_sq option&lt;br /&gt;
|-&lt;br /&gt;
|Other comment mandatory||.em_other_comment_mandatory||for other_comment_mandatory option - shows when &amp;quot;other&amp;quot; is selected but associated comment is missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Importing styles into your custom template==&lt;br /&gt;
&lt;br /&gt;
The custom question styles are near the bottom of each template&#039;s CSS file and start with:&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;/* --------------------------- START: Question styles  ------------------------------ */&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re styling your own custom template, you should be able to copy everything after the above from templates/default/template.css (for tables based layouts) or /templates/limespired/template.css (for CSS based layouts) into your own style sheet without any impact on your other styles.&lt;br /&gt;
&lt;br /&gt;
==Internet Explorer conditional style sheets==&lt;br /&gt;
&lt;br /&gt;
Because of the marked discrepancies in rendering between IE6, IE7 and most other browsers, there are special IE conditional style sheets included for each template.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE]&amp;gt;&lt;br /&gt;
  &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;{TEMPLATEURL}IE_fix_all-versions.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if lt IE 7]&amp;gt;&lt;br /&gt;
  &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;{TEMPLATEURL}IE_fix_older-than-7.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 8]&amp;gt;&lt;br /&gt;
		&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;{TEMPLATEURL}ie_fix_8.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should include the above code within your &#039;&#039;&#039;startpage.pstpl&#039;&#039;&#039; and copies of both the IE style sheets from either /templates/default/ or /templates/limespired for Tables base layout and CSS based layout respectively.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; If you copy the styles into your own style sheet you will almost certainly need to tweak them.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Alternative solution for Internet explorer===&lt;br /&gt;
&lt;br /&gt;
You can put conditional class for body in startpage.pstpl, and use this class in your template.css. This method is used in citronade template. Adding a js / no-js class to to have javascript / no javascript system.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&amp;lt;!--[if lt IE 7 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie6 ielt7 ielt8 ielt9 no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 7 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie7 ielt8 ielt9 no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 8 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie8 ielt9  no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 9 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie9 no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if gt IE 9]&amp;gt;&amp;lt;!--&amp;gt;&amp;lt;body id=&amp;quot;body&amp;quot; class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} no-js&amp;quot;&amp;gt;&amp;lt;!--&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;script type=&#039;text/javascript&#039;&amp;gt;/*&amp;lt;![CDATA[*/(function(H){ H.className=H.className.replace(/\bno-js\b/,&#039;js&#039;) })(document.getElementsByTagName(&#039;body&#039;)[0]);/*]]&amp;gt;*/&amp;lt;/script&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And in template.css use&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;css&amp;quot;&amp;gt;.ie6{/*specific for internet explorer 6*/}&lt;br /&gt;
.ielt8{/*specific for internet explorer 6 and 7*/}&lt;br /&gt;
.ie{/*specific for all internet explorer */}&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Right-to-Left (RTL) Languages and justify==&lt;br /&gt;
&lt;br /&gt;
The text editor within LimeSurvey is able to format RTL Text. However, the editor itself shows the RTL language in a left to right format when justified.  This is just an editor display issue. The RTL and justified question or text will display correctly from right to left, even when justified, in your survey or on preview.&lt;br /&gt;
&lt;br /&gt;
==Keywords==&lt;br /&gt;
&lt;br /&gt;
Keywords within a template file get replaced by the current survey information. They are surrounded by curly brackets, for example: {SURVEYNAME}&lt;br /&gt;
&lt;br /&gt;
The following strings will be replaced by LimeSurvey when parsing the template file and presenting it to survey users. These field strings will work on almost every template except for the &#039;Completed Page&#039;. (Most of these strings can be found in the common.php file. If it&#039;s not there, look in the index.php file.)&lt;br /&gt;
&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!&#039;&#039;&#039;Keyword&#039;&#039;&#039;!!&#039;&#039;&#039;Template files&#039;&#039;&#039;!!&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{SURVEYNAME}||All Files||The survey title&lt;br /&gt;
|-&lt;br /&gt;
|{SURVEYDESCRIPTION}||All Files||The survey description&lt;br /&gt;
|-&lt;br /&gt;
|{WELCOME}||All files (mainly for welcome.pstpl)||The survey &#039;welcome&#039; text&lt;br /&gt;
|-&lt;br /&gt;
|{PERCENTCOMPLETE}||survey.pstpl||A small graph showing the percentage of the survey completed&lt;br /&gt;
|-&lt;br /&gt;
|{GROUPNAME}||startgroup.pstpl, groupdescription.pstpl, endgroup.pstpl||Displays the current group name&lt;br /&gt;
|-&lt;br /&gt;
|{GROUPDESCRIPTION}||startgroup.pstpl, groupdescription.pstpl, endgroup.pstpl||Displays the current group description&lt;br /&gt;
|-&lt;br /&gt;
|{NUMBEROFQUESTIONS}||welcome.pstpl||Displays the total number of questions in the survey (just the number)&lt;br /&gt;
|-&lt;br /&gt;
|{THEREAREXQUESTIONS}||welcome.pstpl||Displays the sentence &amp;quot;There are X questions in this survey&amp;quot; - from the relevant language file. The X is replaced with the number of questions. Note that this will also work appropriately for singular or plural. If there is only 1 question, it will print &amp;quot;There is 1 question in this survey&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|{CHECKJAVASCRIPT}||All files (mainly for welcome.pstpl)||Warning message when end-user browser have javascript disabled&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION}||Question.pstpl||(&#039;&#039;&#039;Has been superseeded but the {QUESTION_...} keywords as of LS1.87&#039;&#039;&#039;) Displays the current question text (The format of {QUESTION} can customised by editing &#039;question_start.pstpl&#039;) Use the following: {QUESTION_TEXT}, {QUESTION_MANDATORY}, {QUESTION_HELP}, {QUESTION_MAN_MESSAGE}, {QUESTION_VALID_MESSAGE} and {QUESTION_INPUT_ERROR_CLASS} and appropriate wrapping HTML instead of {QUESTION}&lt;br /&gt;
|-&lt;br /&gt;
|{ANSWER}||question.pstpl, print_question.pstpl||presents the answer form for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{SGQ}||question.pstpl, question text||Can be used in the question text itself, to reference the input field of the question dynamically by displaying the Survey-Group-Question id for the current question. (as of svn build 9755)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTIONHELP}||question.pstpl, print_question.pstpl||Displays help text (predefined tip for question type) for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_CLASS}||question.pstpl, print_question.pstpl||unique class for each question type. (To be included in the question&#039;s wrapping tag.)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_CODE}||question.pstpl, print_question.pstpl||Displays the current question code&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_ESSENTIALS}||question.pstpl||the question ID and (if a question is conditional), &#039;style=&amp;quot;display:none;&amp;quot;&#039;. (To be included in the question&#039;s wrapping tag.)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_HELP}||question.pstp, question_start.pstpl||Displays the user defined help text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_TYPE_HELP}||print_question.pstp||Displays the user defined help text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_INPUT_ERROR_CLASS}||question.pstp, question_start.pstpl||Provides a class if there was user input error&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_ID}||print_question.pstp||Provides a unique ID for each question to allow styling for specific questions&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_TEXT}||question.pstp, print_question.pstp, question_start.pstpl||Displays the text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_MANDATORY}||question.pstp, print_question.pstp, question_start.pstpl||Displays the translated &#039;Mandatory&#039; text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_MAN_CLASS}||question.pstpl, print_question.pstpl||class if a question is mandatory. (To be included in the question&#039;s wrapping tag.)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_MAN_MESSAGE}||question.pstp, print_question.pstp, question_start.pstpl||Displays the translated &#039;Mandatory&#039; help message text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_NUMBER}||print_question.pstpl||Incremental count of questions.&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_VALID_MESSAGE}||question.pstp, print_question.pstp, question_start.pstpl||Displays the translated valid help message text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_SCENARIO}||print_question.pstp||Prints out the &#039;scenario&#039; text for conditional questions.&lt;br /&gt;
|-&lt;br /&gt;
|{NAVIGATOR}||navigator.pstpl||Displays navigation buttons (next, prev, last)&lt;br /&gt;
|-&lt;br /&gt;
|{CLEARALL}||All files (but intended for navigator.pstpl)||Displays the &amp;quot;Exit and Clear Results&amp;quot; link&lt;br /&gt;
|-&lt;br /&gt;
|{COMPLETED}||completed.pstpl||Displays the &#039;completed&#039; message for registering, will change depending on whether the attribute_1 and attribute_2 fields are set.&lt;br /&gt;
|-&lt;br /&gt;
|{URL}||completed.pstpl||Displays the survey &#039;url&#039; and &#039;url text&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{PRIVACYMESSAGE}||privacy.pstpl||The privacy message is shown if you set your survey to be anonymous. [[Translating LimeSurvey|The text can be edited/translated]] in the language files. This can also be changed manually by editing the privacy.pstpl template you wish to use.&lt;br /&gt;
|-&lt;br /&gt;
|{TEMPLATEURL}||All Files||The URL to the current template location (useful for referencing image files in your template)&lt;br /&gt;
|-&lt;br /&gt;
|{SUBMITCOMPLETE}||endpage.pstpl||The statement (from the language files) that tells the user they have completed the survey, and to press the &amp;quot;Submit&amp;quot; button&lt;br /&gt;
|-&lt;br /&gt;
|{SUBMITREVIEW}||survey.pstpl||The statement (from the language files) that tells the user they can review/change the answers they have made by clicking &amp;quot;&amp;lt;&amp;lt; prev&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|{SAVEDID}||All Files||Displays &#039;Response ID&#039; of user&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:FIRSTNAME}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users first name from the tokens table&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:LASTNAME}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users last name from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:EMAIL}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users email from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:ATTRIBUTE_1}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users attribute_1 from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:ATTRIBUTE_2}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users attribute_2 from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{ANSWERSCLEARED}||Preferably in navigator.pstpl||The &amp;quot;Answers Cleared&amp;quot; statement from the language files&lt;br /&gt;
|-&lt;br /&gt;
|{RESTART}||clearall.pstpl||URL to restart the survey&lt;br /&gt;
|-&lt;br /&gt;
|{CLOSEWINDOW}||All Files (Preferably in navigator.pstpl)||URL to close current window&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERERROR}||register.pstpl||Shows any error messages in the register page (ie: &amp;quot;You must include an email address&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERMESSAGE1}||register.pstpl||The statement &amp;quot;You must be registered to complete this survey&amp;quot; from the language files&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERMESSAGE2}||register.pstpl||Details about registering from the language files&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERFORM}||register.pstpl||The actual form for registering, will change depending on whether the attribute_1 and attribute_2 fields are set.&lt;br /&gt;
|-&lt;br /&gt;
|{SAVE}||Works suitable on navigator.pstpl||Displays the &#039;Save your responses so far&#039; button to offer the user to save and come back later to continue the survey. If the Save option is deactivated in the survey properties the tag will not be shown and ignored.&lt;br /&gt;
|-&lt;br /&gt;
|{LANGUAGECHANGER}||survey.pstpl||Displays a switch in multilingual surveys to change the question.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Input/Buttons==&lt;br /&gt;
&lt;br /&gt;
Each &amp;quot;input&amp;quot; type in a survey has been given its own class name, so that you can add CSS to your &amp;quot;startpage.pstpl&amp;quot; file, and have some control over the appearance of form buttons and inputs. These class names are as follows:&lt;br /&gt;
*&#039;&#039;&#039;submit&#039;&#039;&#039; (Submit Buttons)&lt;br /&gt;
*&#039;&#039;&#039;text&#039;&#039;&#039; (Text Inputs - for short free text, date and numerical type)&lt;br /&gt;
*&#039;&#039;&#039;answertext&#039;&#039;&#039; (Text of answers)&lt;br /&gt;
*&#039;&#039;&#039;radio&#039;&#039;&#039; (Radio Buttons)&lt;br /&gt;
*&#039;&#039;&#039;checkbox&#039;&#039;&#039; (Check Boxes)&lt;br /&gt;
*&#039;&#039;&#039;select&#039;&#039;&#039; (Select / List Boxes)&lt;br /&gt;
*&#039;&#039;&#039;textarea&#039;&#039;&#039; (Large text inputs - for long free text)&lt;br /&gt;
*&#039;&#039;&#039;clearall&#039;&#039;&#039; (The &amp;quot;Exit and Clear Survey&amp;quot; link)&lt;br /&gt;
*&#039;&#039;&#039;rank&#039;&#039;&#039; (The rank style question. Doesn&#039;t set the colour of the select box or the text boxes (these are set by relevant section above) but does allow changing of background colour, text colour and size etc for the rest of the ranking question)&lt;br /&gt;
*&#039;&#039;&#039;graph&#039;&#039;&#039; (The &amp;quot;percentage completed&amp;quot; graph table)&lt;br /&gt;
*&#039;&#039;&#039;innergraph&#039;&#039;&#039; (The table inside the graph table - this contains the 0% and 100% text. Use this for changing the size of this text)&lt;br /&gt;
*&#039;&#039;&#039;question&#039;&#039;&#039; (General settings for any question that is displayed within a table. Generally you should use this to make sure that their font size and colour is the same as you have used elsewhere as a default)&lt;br /&gt;
*&#039;&#039;&#039;mandatory&#039;&#039;&#039;  (Mandatory questions)&lt;br /&gt;
*&#039;&#039;&#039;input-error&#039;&#039;&#039; (User input error - for if a user has made a mistake with a mandatory question or question with validation)&lt;br /&gt;
*&#039;&#039;&#039;array1&#039;&#039;&#039; and &#039;&#039;&#039;array2&#039;&#039;&#039; (These two styles are cycled when presenting the range of answers for an array type question. This allows you to set an alternating background colour for these question types. &#039;&#039;&#039;Array1&#039;&#039;&#039; is also used for the column headings in these question types)&lt;br /&gt;
*&#039;&#039;&#039;errormandatory&#039;&#039;&#039; (Sets the colour and style of the &amp;quot;This question is mandatory&amp;quot; error message)&lt;br /&gt;
*&#039;&#039;&#039;warningjs&#039;&#039;&#039; (Sets the colour and style of the warning message displayed if the participant&#039;s browser has javascript disabled)&lt;br /&gt;
&lt;br /&gt;
There are also some elements that can be accessed using the ID of the element (&#039;&#039;&#039;#ID&#039;&#039;&#039; in CSS):&lt;br /&gt;
*&#039;&#039;&#039;surveycontact&#039;&#039;&#039; (The contact message shown on the start page)&lt;br /&gt;
*&#039;&#039;&#039;tokenmessage&#039;&#039;&#039; (used for messages inside the survey, e.g. the session expired error message)&lt;br /&gt;
&lt;br /&gt;
An example of using these classes with style sheets can be found in the &amp;quot;bubblegum&amp;quot; template that comes with the LimeSurvey application.&lt;br /&gt;
&lt;br /&gt;
Because you can edit all the HTML aspects, there&#039;s no reason to surround your templates with a &amp;lt;div class=&#039;new_name&#039;&amp;gt; and then define a css for that new_name class.&lt;br /&gt;
&lt;br /&gt;
==Styling the progress bar==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Before version 1.87:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The chart.jpg file is a simple one pixel image file which is used to create the progress bar image in the &#039;PERCENTCOMPLETE&#039; table. If the file does not exist, LimeSurvey will use the default &#039;maroon&#039; coloured image in the public directory. If you want to create a bar to match your own colour scheme, then you should save the color in this file. Remember it should be a &#039;&#039;&#039;JPEG&#039;&#039;&#039; file, 1 pixel x 1 pixel, in the colour desired.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 1.87 and newer:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The progress bar appearance can be modified with CSS.&lt;br /&gt;
&lt;br /&gt;
To change the background colour of the bar, add something like the following to the end of your template.css file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#progress-wrapper .ui-widget-header {&lt;br /&gt;
 background-color: #3300FF;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To change the border colour of the bar, add something like the following to the end of your template.css file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#progress-wrapper .ui-widget-content,&lt;br /&gt;
#progress-wrapper .ui-widget-header {&lt;br /&gt;
 border: 1px solid #FF0000;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Advanced Features Available to Developers==&lt;br /&gt;
&lt;br /&gt;
Starting with version 0.99, LimeSurvey has integrated some user-made patches that allow for some special changes.  These very advanced features generally require changes to the underlying code base of LimeSurvey and should be done carefully so as not to introduce security holes.&lt;br /&gt;
&lt;br /&gt;
===Basic CMS Integration support===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;Deprecated: This function is not available anymore in version 2.0 or later&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To be able to integrate LimeSurvey into another CMS, use the following options in &#039;&#039;&#039;config.php&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
// Set $embedded to true and specify the header and footer functions if the survey is to be displayed embedded in a CMS&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
$embedded = false;&lt;br /&gt;
$embedded_inc = &amp;quot;&amp;quot;;               // path to the header to include if any&lt;br /&gt;
$embedded_headerfunc = &amp;quot;&amp;quot;;        // e.g. COM_siteHeader for geeklog&lt;br /&gt;
$embedded_footerfunc = &amp;quot;&amp;quot;;        // e.g. COM_siteFooter for geeklog&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;&#039;$embedded = true;&#039;&#039;&#039; to enable CMS-embedding. By using the &#039;&#039;&#039;$embedded_inc&#039;&#039;&#039; variable one can include their own &#039;&#039;&#039;.php&#039;&#039;&#039; files.  By setting &#039;&#039;&#039;$embedded_headerfunc&#039;&#039;&#039; or &#039;&#039;&#039;$embedded_footerfunc&#039;&#039;&#039;, one can call functions from within included files that output the relevant headers or footers instead of LimeSurveys default ones.&lt;br /&gt;
&lt;br /&gt;
===Support for your own Javascript functions===&lt;br /&gt;
&lt;br /&gt;
Some users may need to run Javascript on the survey pages, but calling &#039;&#039;&#039;checkconditions()&#039;&#039;&#039; in the BODY element made it impossible to do so.  This call has been replaced with a small JavaScript function in the HEAD that sniffs for the existence of &#039;&#039;&#039;checkconditions()&#039;&#039;&#039; and &#039;&#039;&#039;template_onload()&#039;&#039;&#039; before calling each.  This way a template author can create their own &#039;&#039;&#039;template_onload()&#039;&#039;&#039; function in the HEAD that replaces the default one.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 1.87 and newer:&#039;&#039;&#039;&lt;br /&gt;
*Disable XSS filter - in Global settings -&amp;gt; Security, set &amp;quot;Filter HTML for XSS&amp;quot; to No.&lt;br /&gt;
*Enter your script in the source of a question or group description.&lt;br /&gt;
*There are more details in the [[Workarounds: Manipulating a survey at runtime using Javascript#How to use Script (eg. JavaScript etc.) in LimeSurvey?|workaround section]].&lt;br /&gt;
&lt;br /&gt;
=Videos on Templates=&lt;br /&gt;
&lt;br /&gt;
This video will demonstrate the basic and advanced template functions that are available to all LimeSurvey users. This includes changing the appearance of certain forms and inserting custom graphics. Additionally, it will thoroughly walk you through on how to edit and preview specific page templates, importing/exporting templates, modify appearance of questions in the CSS, customizing survey description page, and completed page.&lt;br /&gt;
&lt;br /&gt;
[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization]&lt;br /&gt;
&lt;br /&gt;
=Tips &amp;amp; Tricks=&lt;br /&gt;
&lt;br /&gt;
==Some language specific element==&lt;br /&gt;
&lt;br /&gt;
If you want to have some language specific sentence in a survey, for example a help at end of each page, you can add in a .pstl file a sentence and hidding it for other language. And hidding it in the template.css, we can use the pseudo selector :lang, but for best compatibility, we use some class.&lt;br /&gt;
&lt;br /&gt;
Example for a help sentence at bottom of the page, in french and english, put this on endpage.pstpl:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;fr&amp;quot; lang=&amp;quot;fr&amp;quot;&amp;gt;Pour de l&#039;aide en direct appelez le 000000&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;For some help, please call 000000&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and in template.css&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;.lang-fr .en{display:none}&lt;br /&gt;
.lang-en .fr{display:none}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can use it to for other sentence in your question before 1.92 ( in 1.92, there are better solutions).&lt;br /&gt;
&lt;br /&gt;
==Change the layout of the survey page==&lt;br /&gt;
&lt;br /&gt;
When editing a template this template can be assigned to a single survey while the survey list page, which is shown at www.yourdomain.org/limesurveyinstallfolder, lists all your surveys.&lt;br /&gt;
&lt;br /&gt;
To use your current template for this page you have change the according setting at the Global Settings screen; at older versions this change can be done by editing the $defaulttemplate setting at the config file: Copy this setting from config-defaults.php to config.php which overrides config-defaults.php and edit this setting to $defaulttemplate = &#039;yourtemplatename&#039;;&lt;br /&gt;
&lt;br /&gt;
==Import/Export of templates: Mac users==&lt;br /&gt;
&lt;br /&gt;
Mac users, please note: Mac OSX default archive utility may have problems with zip folders &amp;quot;generated on the fly&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
a work around is to unix&#039;es unzip from the command line:&lt;br /&gt;
&lt;br /&gt;
$ unzip template.zip -d template&lt;br /&gt;
&lt;br /&gt;
Archive: template.zip&lt;br /&gt;
&lt;br /&gt;
 inflating: template/startpage&lt;br /&gt;
&lt;br /&gt;
 inflating: ...&lt;br /&gt;
&lt;br /&gt;
or scripts in their mac-compiled counterparts:&lt;br /&gt;
&lt;br /&gt;
http://homepage.mac.com/roger_jolly/software/&lt;br /&gt;
&lt;br /&gt;
==Changing your templates traffic light from red to green==&lt;br /&gt;
&lt;br /&gt;
If you haven&#039;t already, set the admin directory to read/write/execute (777). The files within it, however, may be set to read/execute only (chmod 755).&lt;br /&gt;
&lt;br /&gt;
GO to file directory ie file manager, find templates directory.&lt;br /&gt;
&lt;br /&gt;
1 change permission on eg&amp;quot;vallendar&amp;quot; (or any template of your choice) directory to read 777&lt;br /&gt;
&lt;br /&gt;
2 voila! the red traffic light on &amp;quot;vallendar&amp;quot; is now green.&lt;br /&gt;
&lt;br /&gt;
3 NOTE: to restrict access for safety, when finished editing template files, change all templates files back to what they were eg 644&lt;br /&gt;
&lt;br /&gt;
==Replacing the help icon==&lt;br /&gt;
&lt;br /&gt;
When a question help text is shown then an help.gif image is used from the default template folder.&lt;br /&gt;
&lt;br /&gt;
You can replace this image by uploading a new help.gif, help.png or help.jpg in your custom template folder. It then will be automatically used instead of the default help icon.&lt;br /&gt;
&lt;br /&gt;
==Replacing an existing logo==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: Before uploading a new logo always delete the old, existing one!&lt;br /&gt;
&lt;br /&gt;
1. To edit the logo go to the &amp;amp;bdquo;&amp;lt;u&amp;gt;template.css&amp;lt;/u&amp;gt;&amp;amp;rdquo; file which you can find it here:&lt;br /&gt;
&lt;br /&gt;
[[File:t1.PNG|200px]]&lt;br /&gt;
&lt;br /&gt;
2. Click the search button to find occurrences of logo related styles.&lt;br /&gt;
&lt;br /&gt;
[[File:2.png|200px]]&lt;br /&gt;
&lt;br /&gt;
3. Search for &amp;lt;u&amp;gt;#logo&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:3.PNG|200px]]&lt;br /&gt;
&lt;br /&gt;
4. Edit the main style file&lt;br /&gt;
&lt;br /&gt;
You will see something similar to:&lt;br /&gt;
&lt;br /&gt;
[[File:t4.PNG|500px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want to change the image just replace logo.gif with another image link. Example: (&amp;lt;u&amp;gt;logo.png&amp;lt;/u&amp;gt; or &amp;lt;u&amp;gt;logo.jpg&amp;lt;/u&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want change the image size adjust width and height (in pixels) like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;width:100px; height:100px;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Adding your own logo==&lt;br /&gt;
&lt;br /&gt;
1. Find and open the &amp;amp;bdquo;&amp;lt;u&amp;gt;startpage.pstpl&amp;lt;/u&amp;gt;&amp;amp;rdquo; template file.&lt;br /&gt;
&lt;br /&gt;
[[File:5.PNG|200px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. After the &amp;lt;source lang=&amp;quot;html4strict&amp;quot; &amp;gt;&amp;lt;body ... &amp;gt;&amp;lt;/source&amp;gt; tag add this line to &amp;amp;bdquo;&amp;lt;u&amp;gt;startpage.pstpl&amp;lt;/u&amp;gt;&amp;amp;rdquo;:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&amp;lt;img id=&amp;quot;page_logo&amp;quot; src=&amp;quot;{TEMPLATEURL}logo.png&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. To add logo go to &amp;amp;bdquo;&amp;lt;u&amp;gt;template.css&amp;lt;/u&amp;gt;&amp;amp;rdquo;, you can find it here (see in screen):&lt;br /&gt;
&lt;br /&gt;
[[File:6.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.1 Then go to the end of the main &amp;amp;bdquo;&amp;lt;u&amp;gt;template.css&amp;lt;/u&amp;gt;&amp;amp;rdquo; style file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.2 To align the logo add...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want the logo to be placed at left side:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#page_logo{&lt;br /&gt;
   float:left;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want the logo to be placed at right side:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#page_logo{&lt;br /&gt;
   float:right;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want to center the logo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#page_logo{&lt;br /&gt;
   display: block;&lt;br /&gt;
   margin-left: auto;&lt;br /&gt;
   margin-right: auto;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Use the same template with different logos==&lt;br /&gt;
&lt;br /&gt;
If you want to use the same template for all surveys and just want to change the logo for each survey, you can use the {SID} placeholder in the template .pstpl file and thereby refer to different images:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;{TEMPLATEURL}logoImage-{SID}.png&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Remove the default help to all question (hide_tip)==&lt;br /&gt;
&lt;br /&gt;
There are 3 solutions to remove the default help:&lt;br /&gt;
# like a [[Advanced question settings#hide_tip|hide_tip attribute]] but for all question and survey.&lt;br /&gt;
# you can remove the {QUESTIONHELP} and is container from the file question.pstl, but it can be a bad idea for screenreader.&lt;br /&gt;
# for the default template and some other, add this at the end of tempate.css&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;span.questionhelp{display:none;}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Display custom favicon==&lt;br /&gt;
&lt;br /&gt;
A favicon is the little icon you see in the browser&#039;s address bar, list of bookmarks or tab. You can display your own icon as follows:&lt;br /&gt;
#Create a favicon - google will find you lots of free favicon generators&lt;br /&gt;
#Name your new favicon &amp;quot;favicon.ico&amp;quot; and place it in your template directory&lt;br /&gt;
#Add the following code to your &#039;&#039;&#039;startpage.pstpl&#039;&#039;&#039; before the &amp;lt;/head&amp;gt; tag&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;link rel=&amp;quot;shortcut icon&amp;quot; href=&amp;quot;{TEMPLATEURL}favicon.ico&amp;quot; type=&amp;quot;image/x-icon&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;icon&amp;quot; href=&amp;quot;{TEMPLATEURL}favicon.ico&amp;quot; type=&amp;quot;image/x-icon&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Different appearance for survey-/question-pages==&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;Version 1.91 and newer&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
If you want LimeSurvey to change the appearance of every second page (i.e. of even and odd survey pages) you can use &#039;&#039;&#039;.page-odd&#039;&#039;&#039; class in your css file to change the appearance of odd pages.&lt;br /&gt;
&lt;br /&gt;
example from default template of LimeSurvey 1.91+&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
.page-odd table.question-group {&lt;br /&gt;
 background-color: #D2F2D3;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To &#039;&#039;&#039;not&#039;&#039;&#039; differentiate even and odd pages at the (default) template find all instances of &#039;&#039;.page-odd&#039;&#039; in template.css and remove those styles.&lt;br /&gt;
&lt;br /&gt;
==Create a vertical separator  border for dual scale array==&lt;br /&gt;
&lt;br /&gt;
To create a vertical separator border for a dual scale array you can add the following lines to your &#039;&#039;&#039;template.css&#039;&#039;&#039;-file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
table.question thead td.header_separator,&lt;br /&gt;
table.question tbody td.dual_scale_separator&lt;br /&gt;
{&lt;br /&gt;
   border-right:solid 1px #00A8E1;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
header_separator is used to adress the separator for the header &amp;quot;td&amp;quot; and &amp;quot;dual_scale_separator&amp;quot; is used to adress the separator column in the dual scale array.&lt;br /&gt;
&lt;br /&gt;
==Hide the survey contact message shown on the start page/survey list==&lt;br /&gt;
&lt;br /&gt;
To hide the &amp;quot;Please contact ...&amp;quot; message on the start page (with the survey list) you can add the following to the &#039;&#039;&#039;$(document).ready&#039;&#039;&#039; function in the &#039;&#039;&#039;template.js&#039;&#039;&#039; of your used design template:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
$(&#039;#surveycontact&#039;).hide(); //Hides the survey contact message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Remove the survey contact message shown on error messages==&lt;br /&gt;
&lt;br /&gt;
If you want to remove the survey contact message from error messages it&#039;ll be trickier. You can add the following function call to the &#039;&#039;&#039;$(document).ready&#039;&#039;&#039; function in the &#039;&#039;&#039;template.css&#039;&#039;&#039; of your used design template:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
removeContactAdressFromMessage(); //Removes the survey contact message from error messages&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and add the following function to your *template.js* file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
function removeContactAdressFromMessage()&lt;br /&gt;
{&lt;br /&gt;
if ($(&#039;#tokenmessage&#039;).length &amp;gt; 0)&lt;br /&gt;
   {&lt;br /&gt;
   var oldMessage = $(&#039;#tokenmessage&#039;).html();&lt;br /&gt;
   var indexContact = oldMessage.indexOf(&#039;Bitte kontaktieren&#039;);&lt;br /&gt;
   var newMessage = oldMessage.substr(0, indexContact);&lt;br /&gt;
   $(&#039;#tokenmessage&#039;).html(newMessage);&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will probably not work for a survey in English language and has to be extended when used for multilingual surveys. But it&#039;s an idea/tip how to solve this.&lt;br /&gt;
&lt;br /&gt;
==How to deal with multilingual question attributes (before version 2.0 at which those were added)==&lt;br /&gt;
&lt;br /&gt;
If you have a multilingual survey and e. g. want to use a different string for the &amp;quot;other&amp;quot; field, this could only be done for the base language (until this feature was added at LimeSurvey 2.0). To work around this, paste in the field to change the label for &amp;quot;other&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;en&amp;quot;&amp;gt;New label&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;fr&amp;quot;&amp;gt;Nouveau label&amp;lt;/span&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At the template.css of your template (at /limesurvey/upload/templates/&amp;lt;yourtemplatename&amp;gt;/template.css) add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;html:lang(en) .fr{display:none}&lt;br /&gt;
html:lang(fr) .en{display:none}&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Theme_editor/13/it&amp;diff=62276</id>
		<title>Translations:Theme editor/13/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Theme_editor/13/it&amp;diff=62276"/>
		<updated>2014-08-28T12:02:05Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Per creare un nuovo template (o modificarne uno esistente) è necessario possederne la relativa l&amp;#039;autorizzazione come utente in LimeSurvey.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Per creare un nuovo template (o modificarne uno esistente) è necessario possederne la relativa l&#039;autorizzazione come utente in LimeSurvey.&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Theme_editor/it&amp;diff=62275</id>
		<title>Theme editor/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Theme_editor/it&amp;diff=62275"/>
		<updated>2014-08-28T12:00:59Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;=Creazione di un nuovo template=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
=Introduzione=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has a basic template and style system providing a theme-like capability found in many browser-based applications.  They are simply termed &#039;&#039;&#039;Templates&#039;&#039;&#039; here.  The Templates allow control over the look and feel of pages during a survey.  A survey administrator can select the template to use for each survey to thus personalize that survey&#039;s look and feel.  Changes to a Template can be as simple as adding a unique logo on the welcome page, changing background colors, or maybe new text colors for specific types of questions.&lt;br /&gt;
&lt;br /&gt;
LimeSurvey comes with a set of templates right out of the box. These initial templates are defined by directories within the LimeSurvey installation &amp;quot;templates&amp;quot; directory.  Each template has it&#039;s own directory.  Within the main directory of a template are numerous files: &#039;&#039;&#039;templates (.pstpl)&#039;&#039;&#039;, &#039;&#039;&#039;cascading style sheets (.css)&#039;&#039;&#039;, &#039;&#039;&#039;images&#039;&#039;&#039; (&#039;&#039;&#039;.jpg&#039;&#039;&#039; or &#039;&#039;&#039;.png&#039;&#039;&#039;) and maybe others.&lt;br /&gt;
&lt;br /&gt;
Like in other theme-based systems, fragments of HTML code are stored in the .pstpl template files.  These fragments are read in and used to construct the page to display to the end user during the operation of a survey. Often &#039;&#039;&#039;keywords&#039;&#039;&#039; surrounded by curly braces are included in the files that are then replaced with the relevant text.  The following gives an example of a template file content and its result when used in a survey page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&amp;lt;font face=&#039;verdana&#039; color=&#039;red&#039;&amp;gt;{SURVEYNAME}&amp;lt;/font&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;font face=&#039;verdana&#039; color=&#039;blue&#039;&amp;gt;&amp;lt;u&amp;gt;{SURVEYDESCRIPTION}&amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One gets a result that looks like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;&amp;lt;span style=&#039;color:red&#039;&amp;gt;My New Survey&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;u&amp;gt;&amp;lt;span style=&#039;color:#0000ff&#039;&amp;gt;This is a survey written by me to find out what sort of chocolate people like.&amp;lt;/span&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Templates, being HTML code, tend to define the positioning and type of text to be displayed and similar structural features of the page.  They often reference or include other files.  Most reference a common cascading style sheets (CSS) file that defines the font style, color, size, background and similar parameters common to all pages in the survey. Style sheets reference HTML &#039;&#039;&#039;class&#039;&#039;&#039; parameters that are associated with the various types of objects in the HTML code.  This allows the style sheet to describe once how to display each of the many types of text or other objects that may appear in multiple places.  There are unique classes for each question type in LimeSurvey and thus giving detailed control over the appearance of each.  Image files, like logos or special progress-bar constructors, may be referenced as well in the Template file.  Finally, special Keywords in curly braces are replaced with text defined in the Survey for each of its corresponding language translations (for example, the Survey Title or Question Text for each language defined).&lt;br /&gt;
&lt;br /&gt;
If you create a new custom template, please consider contributing it back to the LimeSurvey community, and make it available to others. With your help, we can grow our repository of templates, surveys, and other ad-ons, to make LimeSurvey even better! See the shared [http://www.limesurvey.org/en/download-limesurvey-design-templates/com_josetta_menu_control_panel/viewcategory/9-survey-design-templates Template Repository]&lt;br /&gt;
&lt;br /&gt;
=Creazione di un nuovo template=&lt;br /&gt;
&lt;br /&gt;
To be able to create a new template (or edit an existing template), you need Template Editing user permission in LimeSurvey as well as permission to manipulate the files in the underlying operating system hosting your LimeSurvey installation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note of Warning:&#039;&#039;&#039; As template changes can affect all surveys in an installation, changes should be limited to those skilled in understanding general concepts in the code base. Templates are an advanced feature that can take some experimentation to get correct if you are not familiar with HTML code methods.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The preferred way to create a new template is through the Template Editor (see below) via the web Admin interface. Some people may like to work directly with template files so that they can use their favorite text editor instead of the web interface. In this case, still use the Template Editor to first create your new template. This will create a new base template with all the files you need in the LimeSurvey_web_root/upload/templates/your_new_template directory. From there you can use your text editor to manually adjust the template files.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Permissions Note:&#039;&#039;&#039; on unix/linux systems, these template files will be owned by the group and user who the web server is running as (may be &amp;quot;www&amp;quot; for some systems). So make sure you have access to edit these files, and when you save them make sure they don&#039;t change ownership, so you can still use the web Template Editing interface if needed&amp;lt;/div&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Installation Note:&#039;&#039;&#039; If you create your ZIP-file on OS X it will generate also an folder _MACOSX it will create some problems on template installation. For prevent these problems use the application zipcleaner on OS X to clean the _MACOSX folder from the zip-file. You can download it here: https://www.macupdate.com/app/mac/25497/zipcleaner&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Installation Note:&#039;&#039;&#039; If you have downloaded your template from Github open it before install and move the files out of the containing folder and create a new zip-file. The wrapped folder creates problems on template installation.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Template files may seem complex to understand at first. You have to likely understand HTML code, possibly Styles and Style Sheets, and have access to the underlying LimeSurvey installation files if the template files and directories are not editable. Copy an existing template to a new directory to play around with the content. This may help make the concept clearer.&lt;br /&gt;
&lt;br /&gt;
A number of the &#039;public&#039; elements of LimeSurvey can be adjusted by a series of templates. This section provides a very brief explanation of these templates.&lt;br /&gt;
&lt;br /&gt;
=The LimeSurvey Template Editor=&lt;br /&gt;
&lt;br /&gt;
To ease the understanding and quick update of a Template, LimeSurvey provides a &#039;&#039;&#039;Template Editor&#039;&#039;&#039; in the main &#039;&#039;&#039;administrative&#039;&#039;&#039; toolbar of the application.  This Template Editor is only available to users given the privilege in the User Security settings.  A template effects all surveys and can render a survey inoperable if not constructed properly.  So Template editing is thought best restricted to a very limited, knowledgeable set of users.  Having permission to enter the Template Editor is not enough though.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The LimeSurvey Template Editor allows you to edit the contents of your templates online. Start the Template Editor by clicking on the &amp;quot;Template Editor&amp;quot; icon [[File:templates.png]] in the LimeSurvey Administration toolbar (Templates). The main screen is similar to the LimeSurvey Survey Administration screen. It allows you to select the template to edit/view. Once this has been selected you can then select from one of the different public survey pages. You are then presented with a list of the template files that make up that particular page.&lt;br /&gt;
&lt;br /&gt;
[[File:Template-editor-2013-7-10_11_38_16.png|center]]&lt;br /&gt;
&lt;br /&gt;
==The Template Menu==&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Edit Icon:&#039;&#039;&#039; The &amp;quot;edit&amp;quot; icon indicates whether or not the template is editable. A blurred out icon indicates that the template is read only; a clickable icon indicates you may make modifications. To change the icon from blurred to clear, you have to modify the template&#039;s permissions.&lt;br /&gt;
*&#039;&#039;&#039;Import Template:&#039;&#039;&#039; Allows you to import a template.&lt;br /&gt;
*&#039;&#039;&#039;Export Template:&#039;&#039;&#039; Allows you to export the current template to a .zip-File.&lt;br /&gt;
*&#039;&#039;&#039;Copy Template:&#039;&#039;&#039; Allows you to make a new template by copying the current one.&lt;br /&gt;
*&#039;&#039;&#039;Rename this template:&#039;&#039;&#039; Allows you to change the name of the template.  Generally used after copying an existing template or importing a template by manipulating the underlying directories.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Screen&amp;quot; drop-down list on the right allows you to choose which particular survey page you are currently looking at.&lt;br /&gt;
&lt;br /&gt;
==Import/Export/Copy a Template==&lt;br /&gt;
&lt;br /&gt;
When you &#039;&#039;&#039;export &#039;&#039;&#039;a template, this will create a zip-file archive with all the files your template consists of (.pstpl files, images, css files, ...). You can simply &#039;&#039;&#039;import &#039;&#039;&#039;the exported zip-file at other LimeSurvey systems by using the import feature or you can manually copy the archive to another installation and extract it into the corresponding template directory there. If you copy the template in the same installation, you will need to rename the folder to create another named copy of that template.&lt;br /&gt;
&lt;br /&gt;
If the file and directory permissions are open for the LimeSurvey application to write, then you can use the programs &#039;&#039;&#039;copy &#039;&#039;&#039;and rename features to make a local copy of a template.&lt;br /&gt;
&lt;br /&gt;
==Page Structure / Template Use==&lt;br /&gt;
*&#039;&#039;&#039;The Welcome Page:&#039;&#039;&#039; startpage.pstpl, welcome.pstpl, privacy.pstpl,  navigator.pstpl, endpage.pstpl&lt;br /&gt;
*&#039;&#039;&#039;The Questions Pages:&#039;&#039;&#039; startpage.pstpl, survey.pstpl, startgroup.pstpl, groupdescription.pstpl, question.pstpl, endgroup.pstpl&lt;br /&gt;
*&#039;&#039;&#039;The Final Page:&#039;&#039;&#039; startpage.pstpl, assessment.pstpl, completed.pstpl, endpage.pstpl&lt;br /&gt;
&lt;br /&gt;
==Template Files==&lt;br /&gt;
&lt;br /&gt;
The following template files are used to produce your public survey and must exist in any new template folder you create:&lt;br /&gt;
*&#039;&#039;&#039;startpage.pstpl:&#039;&#039;&#039; Produces the start of each html page. It starts at the &amp;quot;&amp;lt;head&amp;gt;&amp;quot; tag, and should not contain the &amp;quot;&amp;lt;html&amp;gt;&amp;quot; tag. This &#039;very beginning&#039; of a standard html page is written by the scripts. Please ensure that your startpage.pstpl files contains a &amp;lt;body&amp;gt; tag, even though many browsers do not require strict adherence to the W3 HTML standards, the LimeSurvey script needs to find a &amp;lt;body&amp;gt; tag, to run certain javascript elements. It is not expected that many &#039;keywords&#039; will be used in the startpage.pstpl file, however you may wish to put the {SURVEYNAME} into the title. The startpage.pstpl file can contain code that ends in the corresponding endpage.pstpl file, so you can start a table in this file and close the table in the endpage.pstpl file. The startpage.pstpl and endpage.pstpl files wrap around every possible page used by LimeSurvey.&lt;br /&gt;
*&#039;&#039;&#039;survey.pstpl:&#039;&#039;&#039; This template is the second used on most pages, and provides a space to put the survey name and description. This template does not have a corresponding &#039;closing&#039; template, and subsequently you should close all tags opened in this template file (ie: don&#039;t leave a table open here because there is nowhere else to close it)&lt;br /&gt;
*&#039;&#039;&#039;welcome.pstpl:&#039;&#039;&#039; This template is only used in the welcome screen (which is also on the main page for &#039;all in one&#039; surveys). You can use this to print out the welcome text, and other information that should be provided in the introduction. Like the &#039;survey.pstpl&#039; file, there is no corresponding &#039;closing&#039; template, so all tags opened in this template file should be closed as well.&lt;br /&gt;
*&#039;&#039;&#039;startgroup.pstpl:&#039;&#039;&#039; This template can provide a &#039;summary&#039; wrap around for questions within a group. It has a matching &#039;endgroup.pstpl&#039; template that can be used to close any opened tags in this file, so you can open a table within this.&lt;br /&gt;
*&#039;&#039;&#039;groupdescription.pstpl:&#039;&#039;&#039; This template file is used to display a description of a group. It is separate to the startgroup.pstpl file because in a &amp;quot;question by question&amp;quot; survey it will be displayed on its own unique page in between groups, whereas in a &amp;quot;group by group&amp;quot; or &amp;quot;all in one&amp;quot; survey it provides a header to the subsequent questions. groupdescription.pstpl does not have a corresponding &#039;closing&#039; template file, so all tags should be closed.&lt;br /&gt;
*&#039;&#039;&#039;question.pstpl:&#039;&#039;&#039; This file contains the question, answer and help text sections of your survey, and in the &amp;quot;group by group&amp;quot; and &amp;quot;all in one&amp;quot; surveys this template is cycled repeatedly with each question. There is no corresponding closing file for this and all tags should be closed.&lt;br /&gt;
*&#039;&#039;&#039;question_start.pstpl:&#039;&#039;&#039; This file contains the individual elements found at the start of a question. It is included within &#039;question.pstpl&#039; via the {QUESTION} keyword. It is intended to allow template designers more control over the layout of a question. This template sits outside the normal templating system and &#039;&#039;&#039;was superseeded (as of LS1.87)&#039;&#039;&#039;. All keywords from this template are now available directly in question.pstpl. NOTE: templates using question_start.pstpl will still work at least for a couple more versions of LS 1.x&lt;br /&gt;
*&#039;&#039;&#039;completed.pstpl:&#039;&#039;&#039; This page is displayed as the final page when the survey responses have been saved and the survey is over. It can be used to display a &amp;quot;forwarding link&amp;quot; as set in the survey setup.&lt;br /&gt;
*&#039;&#039;&#039;endgroup.pstpl:&#039;&#039;&#039; This file closes the group, and can be used to close off any tags opened in the startgroup.pstpl file&lt;br /&gt;
*&#039;&#039;&#039;navigator.pstpl:&#039;&#039;&#039; This file contains the buttons that navigate through the survey, &amp;quot;next&amp;quot;, &amp;quot;prev&amp;quot;, &amp;quot;last&amp;quot;, &amp;quot;submit&amp;quot;, &amp;quot;save so far&amp;quot;  and the &amp;quot;clear all&amp;quot; link. It is used in all pages except the completed page.&lt;br /&gt;
*&#039;&#039;&#039;printanswers.pstpl:&#039;&#039;&#039; This file has the HTML wrapper for the print version of the survey.&lt;br /&gt;
*&#039;&#039;&#039;print_group.pstpl:&#039;&#039;&#039; This file is the same as startgroup.pstpl endgroup.pstpl but for the print version of the survey.&lt;br /&gt;
*&#039;&#039;&#039;print_question.pstpl:&#039;&#039;&#039; This file is the same as question.pstpl but for the print version of the survey.&lt;br /&gt;
*&#039;&#039;&#039;print_survey.pstpl:&#039;&#039;&#039; This file is the same as survey.pstpl but for the print version of the survey.&lt;br /&gt;
&lt;br /&gt;
== CSS and Javascript==&lt;br /&gt;
&lt;br /&gt;
Two files are allways used for template : template.css for css and template.js for javascript.&lt;br /&gt;
*&#039;&#039;&#039;{TEMPLATECSS}:&#039;&#039;&#039; Add lines for default css, template.css and template-rtl.css for rtl language.&lt;br /&gt;
*&#039;&#039;&#039;{TEMPLATEJS}:&#039;&#039;&#039; Add lines for default javascript files, template.js and all js files needed for LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
=== Replacing default css or javascript===&lt;br /&gt;
&lt;br /&gt;
Some question use specific files for javascript or css. If you need to replace a function, you add to use cascading system. For javascript function, last function read is the function used.&lt;br /&gt;
&lt;br /&gt;
==Other Template Files==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;privacy.pstpl&#039;&#039;&#039;, &#039;&#039;&#039;invitationemail.pstpl&#039;&#039;&#039;, &#039;&#039;&#039;reminderemail.pstpl&#039;&#039;&#039; and &#039;&#039;&#039;confirmationemail.pstpl&#039;&#039;&#039; are no longer used by LimeSurvey and defaults are instead set in the applicable language files. The email messages can now be edited on a survey by survey basis.&lt;br /&gt;
&lt;br /&gt;
==Standard Pages==&lt;br /&gt;
&lt;br /&gt;
There are ten standard pages that a survey participant may see in the course of taking or accessing the LimeSurvey application.  Each is constructed from a number of common &#039;&#039;&#039;Template&#039;&#039;&#039; files from the &#039;&#039;&#039;Template&#039;&#039;&#039; specified in the survey&#039;s settings.  The table below indicates which template files are used in constructing each of these pages.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!  &#039;&#039;&#039;Survey Pages:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;&#039;Template Files&#039;&#039;&#039;!!Survey&amp;lt;br /&amp;gt;List!!Welcome!!Question!!Completed!!Clear All!!Register!!Load!!Save!!Print&amp;lt;br /&amp;gt;Answers!!Print&amp;lt;br /&amp;gt;Survey&lt;br /&gt;
|-&lt;br /&gt;
|SurveyList||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Welcome|| ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Privacy|| ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Navigator|| ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Survey|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
|StartGroup|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|GroupDescription|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Question&amp;lt;span style=&#039;color:red&#039;&amp;gt;&#039;&#039;&#039;*&#039;&#039;&#039;&amp;lt;/span&amp;gt;|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|EndGroup|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Assessment|| || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Completed|| || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|ClearAll|| || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Register|| || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Load|| || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|Save|| || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| ||&lt;br /&gt;
|-&lt;br /&gt;
|PrintAnswers|| || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||&lt;br /&gt;
|-&lt;br /&gt;
|Print Survey || || || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|Print Group || || || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|Print Question || || || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|StartPage&amp;lt;br /&amp;gt;EndPage&amp;lt;br /&amp;gt;Template.css||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&#039;color:red&#039;&amp;gt;&#039;&#039;&#039;*&#039;&#039;&#039;&amp;lt;/span&amp;gt;NOTE: In versions 1.90 and up this replaces question.pstpl AND question_start.pstpl. If you are using an old custom template, you need to add the following line to the beginning of question.pstpl:&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div {QUESTION_ESSENTIALS} class=&amp;quot;{QUESTION_CLASS}{QUESTION_MAN_CLASS}{QUESTION_INPUT_ERROR_CLASS}&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;And then add the corresponding closing tag to the end of question.pstpl:&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&#039;color:red&#039;&amp;gt;&#039;&#039;&#039;*&#039;&#039;&#039;&amp;lt;/span&amp;gt;NOTE: In version 1.91 and earlier, LimeSurvey js files are not included by the template. In version 2, &#039;&#039;&#039;you have to use {TEMPLATEJS} in your one of your template file&#039;&#039;&#039; to add the link to the js file. You can add it in startpage.pstpl or in endpage.pstpl. You can remove the {TEMPLATEURL}/template.js line and you have to replace with {TEMPLATEJS} to update a personal template.&lt;br /&gt;
&lt;br /&gt;
==The File Control Section==&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;file control&amp;quot; window on the left, you can click on one of the template files that is used to compile the page. The HTML code for that file will then appear in the &amp;quot;Now editing&amp;quot; window in the center. If the template is editable (determined by directory permissions) you can then make any changes and save them.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Other Files&amp;quot; window shows a list of all other files in the template directory. You can use the right side to &#039;&#039;&#039;upload and select image files (your pics, logos,...) or other files needed to create your template&#039;&#039;&#039;. Note: Instead of a link directly to each picture in your template you can use the field string {TEMPLATEURL}.  So instead of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;img src=&#039;/limesurvey/templates/yourtemplate/mypicture.jpg&#039;&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
You can use:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;img src=&#039;{TEMPLATEURL}mypicture.jpg&#039;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;sample&amp;quot; of the template page you are editing will be visible at the bottom of the screen. There is no way to to delete a template from the template editor. This must be done by accessing the underlying directory and deleting the file there.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; The shipped templates cannot be edited using the Template Editor and should never be changed. If you want to modify them, create a copy first and modify the copy.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Location of template files==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey stores each of the &#039;standard&#039; templates in their own distinct sub-directory within the /templates directory that is kept in the public directory with the other LimeSurvey public files. Customized user templates are stored in the /upload/templates directory.&lt;br /&gt;
&lt;br /&gt;
To create a new template, use the according icon in the template editor.&lt;br /&gt;
&lt;br /&gt;
There should ALWAYS be a &amp;quot;default&amp;quot; directory in the templates directory. This template is used by default and as a fall-back if a template folder doesn&#039;t exist, or can&#039;t be found. The &amp;quot;default&amp;quot; directory comes with the package.&lt;br /&gt;
&lt;br /&gt;
You can use any image files that you upload into the template management area with syntax like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;{TEMPLATEURL}filename.xyz&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Styling questions with CSS=&lt;br /&gt;
&lt;br /&gt;
Styling of questions in CSS has become much easier. Each question type now has a unique class. Mandatory question&#039;s also have an additional mandatory class. For example, for a non-mandatory question:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question5&amp;quot; class=&amp;quot;gender&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and if the question is mandatory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question5&amp;quot; class=&amp;quot;gender mandatory&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and if the question is mandatory but the user didn&#039;t answer it or if there is validation on a question&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question5&amp;quot; class=&amp;quot;gender mandatory input-error&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and if the question has validation applied but the user hasn&#039;t answered correctly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question6&amp;quot; class=&amp;quot;text-short input-error&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Global classes for question part==&lt;br /&gt;
&lt;br /&gt;
These classes are used for each question type. Some question types use only one or two class, but others can use much more.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
|+ Global classes&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Class name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Part&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Question type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Examples&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Note&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .question&lt;br /&gt;
| All question block&lt;br /&gt;
| All question type&lt;br /&gt;
|&amp;amp;lt;p class=&amp;quot;question&amp;quot;&amp;gt;, &amp;amp;lt;ul class=&amp;quot;question&amp;quot;&amp;gt;, &amp;amp;lt;table class=&amp;quot;question&amp;quot;&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .subquestions-list&lt;br /&gt;
| List of subquestion&lt;br /&gt;
| Multi choice question, array question type&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;subquestions-list&amp;quot;&amp;gt;, &amp;amp;lt;table class=&amp;quot;subquestions-list&amp;quot;&amp;gt;&lt;br /&gt;
| .questions-list is used too&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .answers-list&lt;br /&gt;
| List of answers&lt;br /&gt;
| Single choice question, array question type, Multi input text question&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;answers-list&amp;quot;&amp;gt;, &amp;amp;lt;table class=&amp;quot;answers-list&amp;quot;&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .answer-item&lt;br /&gt;
| The answer part: one answer&lt;br /&gt;
| Single choice question, array question type, Multi input text question&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;answer-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;answer-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .noanswer-item&lt;br /&gt;
| The answer part for no answer&lt;br /&gt;
| Single choice question, array question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;noanswer-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;noanswer-item&amp;quot;&amp;gt;&lt;br /&gt;
| No answer is an answer too, then have double class noanswer-item and answer-item&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .question-item&lt;br /&gt;
| The question part: one question&lt;br /&gt;
| Multi text question, array question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;question-item&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;question-item&amp;quot;&amp;gt;&lt;br /&gt;
| Some answer are question too, then we have a lot of class=&amp;quot;question-item answer-item&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .checkbox-list&lt;br /&gt;
| A list of checkbox&lt;br /&gt;
| Multi choice question, array number (checkbox) question type&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;checkbox-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;checkbox-list&amp;quot;&amp;gt;&lt;br /&gt;
| Some question type have multi list class: like checkbox with comment : class=&amp;quot;checkbox-list text-list&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .checkbox-item&lt;br /&gt;
| The answer part with a checkbox&lt;br /&gt;
| Multi choice question, array number (checkbox) question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;checkbox-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;checkbox-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .radio-list&lt;br /&gt;
| A list of radio item&lt;br /&gt;
| Single choice question, array question type&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;radio-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;radio-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .radio-item&lt;br /&gt;
| The answer part with a radio&lt;br /&gt;
| Single choice question, array question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;radio-item&amp;quot;&amp;gt;, &amp;lt;td class=&amp;quot;radio-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .text-list&lt;br /&gt;
| A list of text input&lt;br /&gt;
| Multi text question type, array of text&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;text-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;text-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .text-item&lt;br /&gt;
| The answer part of a text input&lt;br /&gt;
| Multi text question type, array of text&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;text-item&amp;quot;&amp;gt;, &amp;lt;td class=&amp;quot;text-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .numeric-list&lt;br /&gt;
| A list of text input with numeric only answer&lt;br /&gt;
| Multi numeric question type, array of number&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;text-list numeric-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;text-list numeric-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .numeric-item&lt;br /&gt;
| The answer part of a numeric input&lt;br /&gt;
| Multi numeric question type, array of number&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;numeric-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;numeric-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .select-list&lt;br /&gt;
| A list of select&lt;br /&gt;
| Array numbers, Dual scale array (select)&lt;br /&gt;
| &amp;amp;lt;table class=&amp;quot;select-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .select-item&lt;br /&gt;
| The answer part of a select&lt;br /&gt;
| Array numbers, Dual scale array (select), single choice with select&lt;br /&gt;
| &amp;amp;lt;p class=&amp;quot;select-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;select-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .hide&lt;br /&gt;
| Used for accessibility: hidden with css but read by screenreader&lt;br /&gt;
| Short text question&lt;br /&gt;
| &amp;amp;lt;label class=&amp;quot;hide&amp;quot;&amp;gt;&lt;br /&gt;
| Can be used for other purpose&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .dontread&lt;br /&gt;
| Used for accessibility: not be read by screenreader&lt;br /&gt;
| Array question type&lt;br /&gt;
| &amp;amp;lt;th class=&amp;quot;dontread&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .checkbox&lt;br /&gt;
| input[type=checkbox]&lt;br /&gt;
| Question with checkbox&lt;br /&gt;
| &amp;amp;lt;input type=&amp;quot;checkbox&amp;quot; class=&amp;quot;checkbox&amp;quot;&amp;gt;&lt;br /&gt;
| With modern browser: not needed but some old browser need this&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .radio&lt;br /&gt;
| input[type=radio]&lt;br /&gt;
| Question with radio&lt;br /&gt;
| &amp;amp;lt;input type=&amp;quot;radio&amp;quot; class=&amp;quot;radio&amp;quot;&amp;gt;&lt;br /&gt;
| With modern browser: not needed but some old browser need this&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .text&lt;br /&gt;
| input[type=text]&lt;br /&gt;
| Question with input text, or textarea&lt;br /&gt;
| &amp;amp;lt;textarea class=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .answertext&lt;br /&gt;
| Array question type&lt;br /&gt;
| Answer part of array question type&lt;br /&gt;
| &amp;amp;lt;th class=&amp;quot;answertext&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .col-answers&lt;br /&gt;
| Array question type&lt;br /&gt;
| Column of answers&lt;br /&gt;
| &amp;amp;lt;col class=&amp;quot;col-answers&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .odd .even&lt;br /&gt;
| Array question type&lt;br /&gt;
| Alternation for column&lt;br /&gt;
| &amp;amp;lt;col class=&amp;quot;odd&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .odd .even&lt;br /&gt;
| Array question type&lt;br /&gt;
| Alternation for column&lt;br /&gt;
| &amp;amp;lt;col class=&amp;quot;odd&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .array1 .array2&lt;br /&gt;
| Array question type&lt;br /&gt;
| Alternation for line&lt;br /&gt;
| &amp;amp;lt;tr class=&amp;quot;array1&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Some example of question part with classes===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text-short question type:&#039;&#039;&#039;&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;question answer-item text-item &amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;label class=&amp;quot;hide label&amp;quot; for=&amp;quot;answerSGQA&amp;quot;&amp;gt;Answer&amp;lt;/label&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; value=&amp;quot;&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; size=&amp;quot;50&amp;quot; class=&amp;quot;text  empty&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Multiple short text&#039;&#039;&#039;&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;subquestions-list questions-list text-list&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;question-item answer-item text-item&amp;quot; id=&amp;quot;javatbdSGQA&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;label for=&amp;quot;answerSGQA&amp;quot;&amp;gt;Some example subquestion&amp;lt;/label&amp;gt;&lt;br /&gt;
     &amp;lt;span&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; value=&amp;quot;&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; size=&amp;quot;20&amp;quot; class=&amp;quot;text empty&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Array question type&#039;&#039;&#039;&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;question subquestion-list questions-list &amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;caption class=&amp;quot;hide read&amp;quot;&amp;gt;Some explanation for accessibility.&amp;lt;/caption&amp;gt;&lt;br /&gt;
	&amp;lt;colgroup class=&amp;quot;col-responses&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;col width=&amp;quot;50%&amp;quot; class=&amp;quot;col-answers&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;col width=&amp;quot;25%&amp;quot; class=&amp;quot;odd&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;col width=&amp;quot;13.3%&amp;quot; class=&amp;quot;col-no-answer even&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;/colgroup&amp;gt;&lt;br /&gt;
	&amp;lt;thead&amp;gt;&lt;br /&gt;
		&amp;lt;tr class=&amp;quot;array1 dontread&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
			&amp;lt;th&amp;gt;1&amp;lt;/th&amp;gt;&lt;br /&gt;
			&amp;lt;th&amp;gt;No answer&amp;lt;/th&amp;gt;&lt;br /&gt;
		&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;/thead&amp;gt;&lt;br /&gt;
	&amp;lt;tbody&amp;gt;&lt;br /&gt;
		&amp;lt;tr class=&amp;quot;array2 answers-list radio-list&amp;quot; id=&amp;quot;javatbdSGQ&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;th width=&amp;quot;20%&amp;quot; class=&amp;quot;answertext&amp;quot;&amp;gt;Some example subquestion&lt;br /&gt;
			&amp;lt;/th&amp;gt;&lt;br /&gt;
			&amp;lt;td class=&amp;quot;answer_cell_001 answer-item radio-item&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;label for=&amp;quot;answerSGQA&amp;quot; class=&amp;quot;hide read&amp;quot;&amp;gt;1&amp;lt;/label&amp;gt;&lt;br /&gt;
				&amp;lt;input type=&amp;quot;radio&amp;quot; value=&amp;quot;1&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; class=&amp;quot;radio&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;/td&amp;gt;&lt;br /&gt;
			&amp;lt;td class=&amp;quot;answer-item radio-item noanswer-item&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;label for=&amp;quot;answerSGQA&amp;quot; class=&amp;quot;hide read&amp;quot;&amp;gt;No answer&amp;lt;/label&amp;gt;&lt;br /&gt;
				&amp;lt;input type=&amp;quot;radio&amp;quot; value=&amp;quot;&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; class=&amp;quot;radio&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;/tbody&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
==The full list of question classes==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&#039;&#039;&#039;Question Type&#039;&#039;&#039;||&#039;&#039;&#039;Question Class&#039;&#039;&#039;||&#039;&#039;&#039;Question ID&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|5 point choice||.choice-5-pt-radio||5&lt;br /&gt;
|-&lt;br /&gt;
|Array (10 point choice)||.array-10-pt||B&lt;br /&gt;
|-&lt;br /&gt;
|Array (5 point choice)||.array-5-pt||A&lt;br /&gt;
|-&lt;br /&gt;
|Array (Flexible Labels) dual scale||.array-flexible-duel-scale ||1&lt;br /&gt;
|-&lt;br /&gt;
|Array (Increase, Same, Decrease)||.array-increase-same-decrease||E&lt;br /&gt;
|-&lt;br /&gt;
|Array (Multi Flexible) (Numbers)||.array-multi-flexi ||:&lt;br /&gt;
|-&lt;br /&gt;
|Array (Multi Flexible) (Text)||.array-multi-flexi-text||;&lt;br /&gt;
|-&lt;br /&gt;
|Array (Yes/No/Uncertain)||.array-yes-uncertain-no||C&lt;br /&gt;
|-&lt;br /&gt;
|Array (flexible labels)||.array-flexible-row ||F&lt;br /&gt;
|-&lt;br /&gt;
|Array (flexible labels) by column||.array-flexible-column||H&lt;br /&gt;
|-&lt;br /&gt;
|Boilerplate question||.boilerplate||X&lt;br /&gt;
|-&lt;br /&gt;
|Date||.date||D&lt;br /&gt;
|-&lt;br /&gt;
|Gender||.gender||G&lt;br /&gt;
|-&lt;br /&gt;
|Huge free text||.text-huge||U&lt;br /&gt;
|-&lt;br /&gt;
|Language switch||.language||I&lt;br /&gt;
|-&lt;br /&gt;
|List (dropdown)||.list-dropdown||!&lt;br /&gt;
|-&lt;br /&gt;
|List (radio)||.list-radio||L&lt;br /&gt;
|-&lt;br /&gt;
|List with comment||.list-with-comment||O&lt;br /&gt;
|-&lt;br /&gt;
|Long free text||.text-long||T&lt;br /&gt;
|-&lt;br /&gt;
|Multiple numerical input||.numeric-multi||K&lt;br /&gt;
|-&lt;br /&gt;
|Multiple options||.multiple-opt||M&lt;br /&gt;
|-&lt;br /&gt;
|Multiple options with comments||.multiple-opt-comments||P&lt;br /&gt;
|-&lt;br /&gt;
|Multiple short text||.multiple-short-txt||Q&lt;br /&gt;
|-&lt;br /&gt;
|Numerical input||.numeric||N&lt;br /&gt;
|-&lt;br /&gt;
|Ranking||.ranking||R&lt;br /&gt;
|-&lt;br /&gt;
|Short free text||.text-short||S&lt;br /&gt;
|-&lt;br /&gt;
|Yes/No||.yes-no||Y&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==The full list of validation classes==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;Note:  Prior to 1.92, only .mandatory and .input-error classes were available.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These apply to the help and/or validation tip messages so that each type can be individually styled.&lt;br /&gt;
&lt;br /&gt;
The .hide-tip option and .input-error options, by default, interact so that you can have validation tips start hidden, but appear when there validation errors, and disappear again when those errors are rectified.&lt;br /&gt;
&lt;br /&gt;
All of these are designed to eliminate the need for pop-up alert messages.  Instead, tips can appear/disappear as needed, and are color-coded to indicate whether the answers pass the validation criteria.&lt;br /&gt;
&lt;br /&gt;
Furthermore, when you first visit a page that has unmet validation criteria, you can color-code the tips in a pleasing color to show which validation criteria have not been med; then re-display the page using a harsher color if the person submits the page with lingering validation errors.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&#039;&#039;&#039;Purpose&#039;&#039;&#039;||&#039;&#039;&#039;CSS Class&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Mandatory||.mandatory||the question is mandatory&lt;br /&gt;
|-&lt;br /&gt;
|User input error||.input-error||the question had at least one validation error&lt;br /&gt;
|-&lt;br /&gt;
|Hide Tip||.hide-tip||added if you use the hide_tip option&lt;br /&gt;
|-&lt;br /&gt;
|Num answers||.em_num_answers||for for min_answers and max_answers&lt;br /&gt;
|-&lt;br /&gt;
|Value range||.em_value_range||for min/max_num_value_n and multiflexible_min/max&lt;br /&gt;
|-&lt;br /&gt;
|Sum range||.em_sum_range||for min/max/equals_num_value&lt;br /&gt;
|-&lt;br /&gt;
|Regex validation||.em_regex_validation||for regular-expression validation of the question&lt;br /&gt;
|-&lt;br /&gt;
|Question-level validation function||.em_q_fn_validation||for the em_validation_q option&lt;br /&gt;
|-&lt;br /&gt;
|Subquestion-level validation function||.em_sq_fn_validation||for the em_validation_sq option&lt;br /&gt;
|-&lt;br /&gt;
|Other comment mandatory||.em_other_comment_mandatory||for other_comment_mandatory option - shows when &amp;quot;other&amp;quot; is selected but associated comment is missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Importing styles into your custom template==&lt;br /&gt;
&lt;br /&gt;
The custom question styles are near the bottom of each template&#039;s CSS file and start with:&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;/* --------------------------- START: Question styles  ------------------------------ */&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re styling your own custom template, you should be able to copy everything after the above from templates/default/template.css (for tables based layouts) or /templates/limespired/template.css (for CSS based layouts) into your own style sheet without any impact on your other styles.&lt;br /&gt;
&lt;br /&gt;
==Internet Explorer conditional style sheets==&lt;br /&gt;
&lt;br /&gt;
Because of the marked discrepancies in rendering between IE6, IE7 and most other browsers, there are special IE conditional style sheets included for each template.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE]&amp;gt;&lt;br /&gt;
  &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;{TEMPLATEURL}IE_fix_all-versions.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if lt IE 7]&amp;gt;&lt;br /&gt;
  &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;{TEMPLATEURL}IE_fix_older-than-7.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 8]&amp;gt;&lt;br /&gt;
		&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;{TEMPLATEURL}ie_fix_8.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should include the above code within your &#039;&#039;&#039;startpage.pstpl&#039;&#039;&#039; and copies of both the IE style sheets from either /templates/default/ or /templates/limespired for Tables base layout and CSS based layout respectively.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; If you copy the styles into your own style sheet you will almost certainly need to tweak them.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Alternative solution for Internet explorer===&lt;br /&gt;
&lt;br /&gt;
You can put conditional class for body in startpage.pstpl, and use this class in your template.css. This method is used in citronade template. Adding a js / no-js class to to have javascript / no javascript system.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&amp;lt;!--[if lt IE 7 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie6 ielt7 ielt8 ielt9 no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 7 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie7 ielt8 ielt9 no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 8 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie8 ielt9  no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 9 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie9 no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if gt IE 9]&amp;gt;&amp;lt;!--&amp;gt;&amp;lt;body id=&amp;quot;body&amp;quot; class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} no-js&amp;quot;&amp;gt;&amp;lt;!--&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;script type=&#039;text/javascript&#039;&amp;gt;/*&amp;lt;![CDATA[*/(function(H){ H.className=H.className.replace(/\bno-js\b/,&#039;js&#039;) })(document.getElementsByTagName(&#039;body&#039;)[0]);/*]]&amp;gt;*/&amp;lt;/script&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And in template.css use&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;css&amp;quot;&amp;gt;.ie6{/*specific for internet explorer 6*/}&lt;br /&gt;
.ielt8{/*specific for internet explorer 6 and 7*/}&lt;br /&gt;
.ie{/*specific for all internet explorer */}&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Right-to-Left (RTL) Languages and justify==&lt;br /&gt;
&lt;br /&gt;
The text editor within LimeSurvey is able to format RTL Text. However, the editor itself shows the RTL language in a left to right format when justified.  This is just an editor display issue. The RTL and justified question or text will display correctly from right to left, even when justified, in your survey or on preview.&lt;br /&gt;
&lt;br /&gt;
==Keywords==&lt;br /&gt;
&lt;br /&gt;
Keywords within a template file get replaced by the current survey information. They are surrounded by curly brackets, for example: {SURVEYNAME}&lt;br /&gt;
&lt;br /&gt;
The following strings will be replaced by LimeSurvey when parsing the template file and presenting it to survey users. These field strings will work on almost every template except for the &#039;Completed Page&#039;. (Most of these strings can be found in the common.php file. If it&#039;s not there, look in the index.php file.)&lt;br /&gt;
&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!&#039;&#039;&#039;Keyword&#039;&#039;&#039;!!&#039;&#039;&#039;Template files&#039;&#039;&#039;!!&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{SURVEYNAME}||All Files||The survey title&lt;br /&gt;
|-&lt;br /&gt;
|{SURVEYDESCRIPTION}||All Files||The survey description&lt;br /&gt;
|-&lt;br /&gt;
|{WELCOME}||All files (mainly for welcome.pstpl)||The survey &#039;welcome&#039; text&lt;br /&gt;
|-&lt;br /&gt;
|{PERCENTCOMPLETE}||survey.pstpl||A small graph showing the percentage of the survey completed&lt;br /&gt;
|-&lt;br /&gt;
|{GROUPNAME}||startgroup.pstpl, groupdescription.pstpl, endgroup.pstpl||Displays the current group name&lt;br /&gt;
|-&lt;br /&gt;
|{GROUPDESCRIPTION}||startgroup.pstpl, groupdescription.pstpl, endgroup.pstpl||Displays the current group description&lt;br /&gt;
|-&lt;br /&gt;
|{NUMBEROFQUESTIONS}||welcome.pstpl||Displays the total number of questions in the survey (just the number)&lt;br /&gt;
|-&lt;br /&gt;
|{THEREAREXQUESTIONS}||welcome.pstpl||Displays the sentence &amp;quot;There are X questions in this survey&amp;quot; - from the relevant language file. The X is replaced with the number of questions. Note that this will also work appropriately for singular or plural. If there is only 1 question, it will print &amp;quot;There is 1 question in this survey&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|{CHECKJAVASCRIPT}||All files (mainly for welcome.pstpl)||Warning message when end-user browser have javascript disabled&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION}||Question.pstpl||(&#039;&#039;&#039;Has been superseeded but the {QUESTION_...} keywords as of LS1.87&#039;&#039;&#039;) Displays the current question text (The format of {QUESTION} can customised by editing &#039;question_start.pstpl&#039;) Use the following: {QUESTION_TEXT}, {QUESTION_MANDATORY}, {QUESTION_HELP}, {QUESTION_MAN_MESSAGE}, {QUESTION_VALID_MESSAGE} and {QUESTION_INPUT_ERROR_CLASS} and appropriate wrapping HTML instead of {QUESTION}&lt;br /&gt;
|-&lt;br /&gt;
|{ANSWER}||question.pstpl, print_question.pstpl||presents the answer form for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{SGQ}||question.pstpl, question text||Can be used in the question text itself, to reference the input field of the question dynamically by displaying the Survey-Group-Question id for the current question. (as of svn build 9755)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTIONHELP}||question.pstpl, print_question.pstpl||Displays help text (predefined tip for question type) for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_CLASS}||question.pstpl, print_question.pstpl||unique class for each question type. (To be included in the question&#039;s wrapping tag.)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_CODE}||question.pstpl, print_question.pstpl||Displays the current question code&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_ESSENTIALS}||question.pstpl||the question ID and (if a question is conditional), &#039;style=&amp;quot;display:none;&amp;quot;&#039;. (To be included in the question&#039;s wrapping tag.)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_HELP}||question.pstp, question_start.pstpl||Displays the user defined help text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_TYPE_HELP}||print_question.pstp||Displays the user defined help text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_INPUT_ERROR_CLASS}||question.pstp, question_start.pstpl||Provides a class if there was user input error&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_ID}||print_question.pstp||Provides a unique ID for each question to allow styling for specific questions&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_TEXT}||question.pstp, print_question.pstp, question_start.pstpl||Displays the text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_MANDATORY}||question.pstp, print_question.pstp, question_start.pstpl||Displays the translated &#039;Mandatory&#039; text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_MAN_CLASS}||question.pstpl, print_question.pstpl||class if a question is mandatory. (To be included in the question&#039;s wrapping tag.)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_MAN_MESSAGE}||question.pstp, print_question.pstp, question_start.pstpl||Displays the translated &#039;Mandatory&#039; help message text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_NUMBER}||print_question.pstpl||Incremental count of questions.&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_VALID_MESSAGE}||question.pstp, print_question.pstp, question_start.pstpl||Displays the translated valid help message text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_SCENARIO}||print_question.pstp||Prints out the &#039;scenario&#039; text for conditional questions.&lt;br /&gt;
|-&lt;br /&gt;
|{NAVIGATOR}||navigator.pstpl||Displays navigation buttons (next, prev, last)&lt;br /&gt;
|-&lt;br /&gt;
|{CLEARALL}||All files (but intended for navigator.pstpl)||Displays the &amp;quot;Exit and Clear Results&amp;quot; link&lt;br /&gt;
|-&lt;br /&gt;
|{COMPLETED}||completed.pstpl||Displays the &#039;completed&#039; message for registering, will change depending on whether the attribute_1 and attribute_2 fields are set.&lt;br /&gt;
|-&lt;br /&gt;
|{URL}||completed.pstpl||Displays the survey &#039;url&#039; and &#039;url text&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{PRIVACYMESSAGE}||privacy.pstpl||The privacy message is shown if you set your survey to be anonymous. [[Translating LimeSurvey|The text can be edited/translated]] in the language files. This can also be changed manually by editing the privacy.pstpl template you wish to use.&lt;br /&gt;
|-&lt;br /&gt;
|{TEMPLATEURL}||All Files||The URL to the current template location (useful for referencing image files in your template)&lt;br /&gt;
|-&lt;br /&gt;
|{SUBMITCOMPLETE}||endpage.pstpl||The statement (from the language files) that tells the user they have completed the survey, and to press the &amp;quot;Submit&amp;quot; button&lt;br /&gt;
|-&lt;br /&gt;
|{SUBMITREVIEW}||survey.pstpl||The statement (from the language files) that tells the user they can review/change the answers they have made by clicking &amp;quot;&amp;lt;&amp;lt; prev&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|{SAVEDID}||All Files||Displays &#039;Response ID&#039; of user&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:FIRSTNAME}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users first name from the tokens table&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:LASTNAME}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users last name from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:EMAIL}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users email from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:ATTRIBUTE_1}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users attribute_1 from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:ATTRIBUTE_2}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users attribute_2 from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{ANSWERSCLEARED}||Preferably in navigator.pstpl||The &amp;quot;Answers Cleared&amp;quot; statement from the language files&lt;br /&gt;
|-&lt;br /&gt;
|{RESTART}||clearall.pstpl||URL to restart the survey&lt;br /&gt;
|-&lt;br /&gt;
|{CLOSEWINDOW}||All Files (Preferably in navigator.pstpl)||URL to close current window&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERERROR}||register.pstpl||Shows any error messages in the register page (ie: &amp;quot;You must include an email address&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERMESSAGE1}||register.pstpl||The statement &amp;quot;You must be registered to complete this survey&amp;quot; from the language files&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERMESSAGE2}||register.pstpl||Details about registering from the language files&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERFORM}||register.pstpl||The actual form for registering, will change depending on whether the attribute_1 and attribute_2 fields are set.&lt;br /&gt;
|-&lt;br /&gt;
|{SAVE}||Works suitable on navigator.pstpl||Displays the &#039;Save your responses so far&#039; button to offer the user to save and come back later to continue the survey. If the Save option is deactivated in the survey properties the tag will not be shown and ignored.&lt;br /&gt;
|-&lt;br /&gt;
|{LANGUAGECHANGER}||survey.pstpl||Displays a switch in multilingual surveys to change the question.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Input/Buttons==&lt;br /&gt;
&lt;br /&gt;
Each &amp;quot;input&amp;quot; type in a survey has been given its own class name, so that you can add CSS to your &amp;quot;startpage.pstpl&amp;quot; file, and have some control over the appearance of form buttons and inputs. These class names are as follows:&lt;br /&gt;
*&#039;&#039;&#039;submit&#039;&#039;&#039; (Submit Buttons)&lt;br /&gt;
*&#039;&#039;&#039;text&#039;&#039;&#039; (Text Inputs - for short free text, date and numerical type)&lt;br /&gt;
*&#039;&#039;&#039;answertext&#039;&#039;&#039; (Text of answers)&lt;br /&gt;
*&#039;&#039;&#039;radio&#039;&#039;&#039; (Radio Buttons)&lt;br /&gt;
*&#039;&#039;&#039;checkbox&#039;&#039;&#039; (Check Boxes)&lt;br /&gt;
*&#039;&#039;&#039;select&#039;&#039;&#039; (Select / List Boxes)&lt;br /&gt;
*&#039;&#039;&#039;textarea&#039;&#039;&#039; (Large text inputs - for long free text)&lt;br /&gt;
*&#039;&#039;&#039;clearall&#039;&#039;&#039; (The &amp;quot;Exit and Clear Survey&amp;quot; link)&lt;br /&gt;
*&#039;&#039;&#039;rank&#039;&#039;&#039; (The rank style question. Doesn&#039;t set the colour of the select box or the text boxes (these are set by relevant section above) but does allow changing of background colour, text colour and size etc for the rest of the ranking question)&lt;br /&gt;
*&#039;&#039;&#039;graph&#039;&#039;&#039; (The &amp;quot;percentage completed&amp;quot; graph table)&lt;br /&gt;
*&#039;&#039;&#039;innergraph&#039;&#039;&#039; (The table inside the graph table - this contains the 0% and 100% text. Use this for changing the size of this text)&lt;br /&gt;
*&#039;&#039;&#039;question&#039;&#039;&#039; (General settings for any question that is displayed within a table. Generally you should use this to make sure that their font size and colour is the same as you have used elsewhere as a default)&lt;br /&gt;
*&#039;&#039;&#039;mandatory&#039;&#039;&#039;  (Mandatory questions)&lt;br /&gt;
*&#039;&#039;&#039;input-error&#039;&#039;&#039; (User input error - for if a user has made a mistake with a mandatory question or question with validation)&lt;br /&gt;
*&#039;&#039;&#039;array1&#039;&#039;&#039; and &#039;&#039;&#039;array2&#039;&#039;&#039; (These two styles are cycled when presenting the range of answers for an array type question. This allows you to set an alternating background colour for these question types. &#039;&#039;&#039;Array1&#039;&#039;&#039; is also used for the column headings in these question types)&lt;br /&gt;
*&#039;&#039;&#039;errormandatory&#039;&#039;&#039; (Sets the colour and style of the &amp;quot;This question is mandatory&amp;quot; error message)&lt;br /&gt;
*&#039;&#039;&#039;warningjs&#039;&#039;&#039; (Sets the colour and style of the warning message displayed if the participant&#039;s browser has javascript disabled)&lt;br /&gt;
&lt;br /&gt;
There are also some elements that can be accessed using the ID of the element (&#039;&#039;&#039;#ID&#039;&#039;&#039; in CSS):&lt;br /&gt;
*&#039;&#039;&#039;surveycontact&#039;&#039;&#039; (The contact message shown on the start page)&lt;br /&gt;
*&#039;&#039;&#039;tokenmessage&#039;&#039;&#039; (used for messages inside the survey, e.g. the session expired error message)&lt;br /&gt;
&lt;br /&gt;
An example of using these classes with style sheets can be found in the &amp;quot;bubblegum&amp;quot; template that comes with the LimeSurvey application.&lt;br /&gt;
&lt;br /&gt;
Because you can edit all the HTML aspects, there&#039;s no reason to surround your templates with a &amp;lt;div class=&#039;new_name&#039;&amp;gt; and then define a css for that new_name class.&lt;br /&gt;
&lt;br /&gt;
==Styling the progress bar==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Before version 1.87:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The chart.jpg file is a simple one pixel image file which is used to create the progress bar image in the &#039;PERCENTCOMPLETE&#039; table. If the file does not exist, LimeSurvey will use the default &#039;maroon&#039; coloured image in the public directory. If you want to create a bar to match your own colour scheme, then you should save the color in this file. Remember it should be a &#039;&#039;&#039;JPEG&#039;&#039;&#039; file, 1 pixel x 1 pixel, in the colour desired.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 1.87 and newer:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The progress bar appearance can be modified with CSS.&lt;br /&gt;
&lt;br /&gt;
To change the background colour of the bar, add something like the following to the end of your template.css file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#progress-wrapper .ui-widget-header {&lt;br /&gt;
 background-color: #3300FF;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To change the border colour of the bar, add something like the following to the end of your template.css file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#progress-wrapper .ui-widget-content,&lt;br /&gt;
#progress-wrapper .ui-widget-header {&lt;br /&gt;
 border: 1px solid #FF0000;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Advanced Features Available to Developers==&lt;br /&gt;
&lt;br /&gt;
Starting with version 0.99, LimeSurvey has integrated some user-made patches that allow for some special changes.  These very advanced features generally require changes to the underlying code base of LimeSurvey and should be done carefully so as not to introduce security holes.&lt;br /&gt;
&lt;br /&gt;
===Basic CMS Integration support===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;Deprecated: This function is not available anymore in version 2.0 or later&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To be able to integrate LimeSurvey into another CMS, use the following options in &#039;&#039;&#039;config.php&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
// Set $embedded to true and specify the header and footer functions if the survey is to be displayed embedded in a CMS&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
$embedded = false;&lt;br /&gt;
$embedded_inc = &amp;quot;&amp;quot;;               // path to the header to include if any&lt;br /&gt;
$embedded_headerfunc = &amp;quot;&amp;quot;;        // e.g. COM_siteHeader for geeklog&lt;br /&gt;
$embedded_footerfunc = &amp;quot;&amp;quot;;        // e.g. COM_siteFooter for geeklog&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;&#039;$embedded = true;&#039;&#039;&#039; to enable CMS-embedding. By using the &#039;&#039;&#039;$embedded_inc&#039;&#039;&#039; variable one can include their own &#039;&#039;&#039;.php&#039;&#039;&#039; files.  By setting &#039;&#039;&#039;$embedded_headerfunc&#039;&#039;&#039; or &#039;&#039;&#039;$embedded_footerfunc&#039;&#039;&#039;, one can call functions from within included files that output the relevant headers or footers instead of LimeSurveys default ones.&lt;br /&gt;
&lt;br /&gt;
===Support for your own Javascript functions===&lt;br /&gt;
&lt;br /&gt;
Some users may need to run Javascript on the survey pages, but calling &#039;&#039;&#039;checkconditions()&#039;&#039;&#039; in the BODY element made it impossible to do so.  This call has been replaced with a small JavaScript function in the HEAD that sniffs for the existence of &#039;&#039;&#039;checkconditions()&#039;&#039;&#039; and &#039;&#039;&#039;template_onload()&#039;&#039;&#039; before calling each.  This way a template author can create their own &#039;&#039;&#039;template_onload()&#039;&#039;&#039; function in the HEAD that replaces the default one.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 1.87 and newer:&#039;&#039;&#039;&lt;br /&gt;
*Disable XSS filter - in Global settings -&amp;gt; Security, set &amp;quot;Filter HTML for XSS&amp;quot; to No.&lt;br /&gt;
*Enter your script in the source of a question or group description.&lt;br /&gt;
*There are more details in the [[Workarounds: Manipulating a survey at runtime using Javascript#How to use Script (eg. JavaScript etc.) in LimeSurvey?|workaround section]].&lt;br /&gt;
&lt;br /&gt;
=Videos on Templates=&lt;br /&gt;
&lt;br /&gt;
This video will demonstrate the basic and advanced template functions that are available to all LimeSurvey users. This includes changing the appearance of certain forms and inserting custom graphics. Additionally, it will thoroughly walk you through on how to edit and preview specific page templates, importing/exporting templates, modify appearance of questions in the CSS, customizing survey description page, and completed page.&lt;br /&gt;
&lt;br /&gt;
[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization]&lt;br /&gt;
&lt;br /&gt;
=Tips &amp;amp; Tricks=&lt;br /&gt;
&lt;br /&gt;
==Some language specific element==&lt;br /&gt;
&lt;br /&gt;
If you want to have some language specific sentence in a survey, for example a help at end of each page, you can add in a .pstl file a sentence and hidding it for other language. And hidding it in the template.css, we can use the pseudo selector :lang, but for best compatibility, we use some class.&lt;br /&gt;
&lt;br /&gt;
Example for a help sentence at bottom of the page, in french and english, put this on endpage.pstpl:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;fr&amp;quot; lang=&amp;quot;fr&amp;quot;&amp;gt;Pour de l&#039;aide en direct appelez le 000000&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;For some help, please call 000000&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and in template.css&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;.lang-fr .en{display:none}&lt;br /&gt;
.lang-en .fr{display:none}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can use it to for other sentence in your question before 1.92 ( in 1.92, there are better solutions).&lt;br /&gt;
&lt;br /&gt;
==Change the layout of the survey page==&lt;br /&gt;
&lt;br /&gt;
When editing a template this template can be assigned to a single survey while the survey list page, which is shown at www.yourdomain.org/limesurveyinstallfolder, lists all your surveys.&lt;br /&gt;
&lt;br /&gt;
To use your current template for this page you have change the according setting at the Global Settings screen; at older versions this change can be done by editing the $defaulttemplate setting at the config file: Copy this setting from config-defaults.php to config.php which overrides config-defaults.php and edit this setting to $defaulttemplate = &#039;yourtemplatename&#039;;&lt;br /&gt;
&lt;br /&gt;
==Import/Export of templates: Mac users==&lt;br /&gt;
&lt;br /&gt;
Mac users, please note: Mac OSX default archive utility may have problems with zip folders &amp;quot;generated on the fly&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
a work around is to unix&#039;es unzip from the command line:&lt;br /&gt;
&lt;br /&gt;
$ unzip template.zip -d template&lt;br /&gt;
&lt;br /&gt;
Archive: template.zip&lt;br /&gt;
&lt;br /&gt;
 inflating: template/startpage&lt;br /&gt;
&lt;br /&gt;
 inflating: ...&lt;br /&gt;
&lt;br /&gt;
or scripts in their mac-compiled counterparts:&lt;br /&gt;
&lt;br /&gt;
http://homepage.mac.com/roger_jolly/software/&lt;br /&gt;
&lt;br /&gt;
==Changing your templates traffic light from red to green==&lt;br /&gt;
&lt;br /&gt;
If you haven&#039;t already, set the admin directory to read/write/execute (777). The files within it, however, may be set to read/execute only (chmod 755).&lt;br /&gt;
&lt;br /&gt;
GO to file directory ie file manager, find templates directory.&lt;br /&gt;
&lt;br /&gt;
1 change permission on eg&amp;quot;vallendar&amp;quot; (or any template of your choice) directory to read 777&lt;br /&gt;
&lt;br /&gt;
2 voila! the red traffic light on &amp;quot;vallendar&amp;quot; is now green.&lt;br /&gt;
&lt;br /&gt;
3 NOTE: to restrict access for safety, when finished editing template files, change all templates files back to what they were eg 644&lt;br /&gt;
&lt;br /&gt;
==Replacing the help icon==&lt;br /&gt;
&lt;br /&gt;
When a question help text is shown then an help.gif image is used from the default template folder.&lt;br /&gt;
&lt;br /&gt;
You can replace this image by uploading a new help.gif, help.png or help.jpg in your custom template folder. It then will be automatically used instead of the default help icon.&lt;br /&gt;
&lt;br /&gt;
==Replacing an existing logo==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: Before uploading a new logo always delete the old, existing one!&lt;br /&gt;
&lt;br /&gt;
1. To edit the logo go to the &amp;amp;bdquo;&amp;lt;u&amp;gt;template.css&amp;lt;/u&amp;gt;&amp;amp;rdquo; file which you can find it here:&lt;br /&gt;
&lt;br /&gt;
[[File:t1.PNG|200px]]&lt;br /&gt;
&lt;br /&gt;
2. Click the search button to find occurrences of logo related styles.&lt;br /&gt;
&lt;br /&gt;
[[File:2.png|200px]]&lt;br /&gt;
&lt;br /&gt;
3. Search for &amp;lt;u&amp;gt;#logo&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:3.PNG|200px]]&lt;br /&gt;
&lt;br /&gt;
4. Edit the main style file&lt;br /&gt;
&lt;br /&gt;
You will see something similar to:&lt;br /&gt;
&lt;br /&gt;
[[File:t4.PNG|500px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want to change the image just replace logo.gif with another image link. Example: (&amp;lt;u&amp;gt;logo.png&amp;lt;/u&amp;gt; or &amp;lt;u&amp;gt;logo.jpg&amp;lt;/u&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want change the image size adjust width and height (in pixels) like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;width:100px; height:100px;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Adding your own logo==&lt;br /&gt;
&lt;br /&gt;
1. Find and open the &amp;amp;bdquo;&amp;lt;u&amp;gt;startpage.pstpl&amp;lt;/u&amp;gt;&amp;amp;rdquo; template file.&lt;br /&gt;
&lt;br /&gt;
[[File:5.PNG|200px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. After the &amp;lt;source lang=&amp;quot;html4strict&amp;quot; &amp;gt;&amp;lt;body ... &amp;gt;&amp;lt;/source&amp;gt; tag add this line to &amp;amp;bdquo;&amp;lt;u&amp;gt;startpage.pstpl&amp;lt;/u&amp;gt;&amp;amp;rdquo;:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&amp;lt;img id=&amp;quot;page_logo&amp;quot; src=&amp;quot;{TEMPLATEURL}logo.png&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. To add logo go to &amp;amp;bdquo;&amp;lt;u&amp;gt;template.css&amp;lt;/u&amp;gt;&amp;amp;rdquo;, you can find it here (see in screen):&lt;br /&gt;
&lt;br /&gt;
[[File:6.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.1 Then go to the end of the main &amp;amp;bdquo;&amp;lt;u&amp;gt;template.css&amp;lt;/u&amp;gt;&amp;amp;rdquo; style file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.2 To align the logo add...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want the logo to be placed at left side:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#page_logo{&lt;br /&gt;
   float:left;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want the logo to be placed at right side:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#page_logo{&lt;br /&gt;
   float:right;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want to center the logo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#page_logo{&lt;br /&gt;
   display: block;&lt;br /&gt;
   margin-left: auto;&lt;br /&gt;
   margin-right: auto;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Use the same template with different logos==&lt;br /&gt;
&lt;br /&gt;
If you want to use the same template for all surveys and just want to change the logo for each survey, you can use the {SID} placeholder in the template .pstpl file and thereby refer to different images:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;{TEMPLATEURL}logoImage-{SID}.png&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Remove the default help to all question (hide_tip)==&lt;br /&gt;
&lt;br /&gt;
There are 3 solutions to remove the default help:&lt;br /&gt;
# like a [[Advanced question settings#hide_tip|hide_tip attribute]] but for all question and survey.&lt;br /&gt;
# you can remove the {QUESTIONHELP} and is container from the file question.pstl, but it can be a bad idea for screenreader.&lt;br /&gt;
# for the default template and some other, add this at the end of tempate.css&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;span.questionhelp{display:none;}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Display custom favicon==&lt;br /&gt;
&lt;br /&gt;
A favicon is the little icon you see in the browser&#039;s address bar, list of bookmarks or tab. You can display your own icon as follows:&lt;br /&gt;
#Create a favicon - google will find you lots of free favicon generators&lt;br /&gt;
#Name your new favicon &amp;quot;favicon.ico&amp;quot; and place it in your template directory&lt;br /&gt;
#Add the following code to your &#039;&#039;&#039;startpage.pstpl&#039;&#039;&#039; before the &amp;lt;/head&amp;gt; tag&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;link rel=&amp;quot;shortcut icon&amp;quot; href=&amp;quot;{TEMPLATEURL}favicon.ico&amp;quot; type=&amp;quot;image/x-icon&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;icon&amp;quot; href=&amp;quot;{TEMPLATEURL}favicon.ico&amp;quot; type=&amp;quot;image/x-icon&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Different appearance for survey-/question-pages==&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;Version 1.91 and newer&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
If you want LimeSurvey to change the appearance of every second page (i.e. of even and odd survey pages) you can use &#039;&#039;&#039;.page-odd&#039;&#039;&#039; class in your css file to change the appearance of odd pages.&lt;br /&gt;
&lt;br /&gt;
example from default template of LimeSurvey 1.91+&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
.page-odd table.question-group {&lt;br /&gt;
 background-color: #D2F2D3;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To &#039;&#039;&#039;not&#039;&#039;&#039; differentiate even and odd pages at the (default) template find all instances of &#039;&#039;.page-odd&#039;&#039; in template.css and remove those styles.&lt;br /&gt;
&lt;br /&gt;
==Create a vertical separator  border for dual scale array==&lt;br /&gt;
&lt;br /&gt;
To create a vertical separator border for a dual scale array you can add the following lines to your &#039;&#039;&#039;template.css&#039;&#039;&#039;-file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
table.question thead td.header_separator,&lt;br /&gt;
table.question tbody td.dual_scale_separator&lt;br /&gt;
{&lt;br /&gt;
   border-right:solid 1px #00A8E1;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
header_separator is used to adress the separator for the header &amp;quot;td&amp;quot; and &amp;quot;dual_scale_separator&amp;quot; is used to adress the separator column in the dual scale array.&lt;br /&gt;
&lt;br /&gt;
==Hide the survey contact message shown on the start page/survey list==&lt;br /&gt;
&lt;br /&gt;
To hide the &amp;quot;Please contact ...&amp;quot; message on the start page (with the survey list) you can add the following to the &#039;&#039;&#039;$(document).ready&#039;&#039;&#039; function in the &#039;&#039;&#039;template.js&#039;&#039;&#039; of your used design template:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
$(&#039;#surveycontact&#039;).hide(); //Hides the survey contact message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Remove the survey contact message shown on error messages==&lt;br /&gt;
&lt;br /&gt;
If you want to remove the survey contact message from error messages it&#039;ll be trickier. You can add the following function call to the &#039;&#039;&#039;$(document).ready&#039;&#039;&#039; function in the &#039;&#039;&#039;template.css&#039;&#039;&#039; of your used design template:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
removeContactAdressFromMessage(); //Removes the survey contact message from error messages&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and add the following function to your *template.js* file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
function removeContactAdressFromMessage()&lt;br /&gt;
{&lt;br /&gt;
if ($(&#039;#tokenmessage&#039;).length &amp;gt; 0)&lt;br /&gt;
   {&lt;br /&gt;
   var oldMessage = $(&#039;#tokenmessage&#039;).html();&lt;br /&gt;
   var indexContact = oldMessage.indexOf(&#039;Bitte kontaktieren&#039;);&lt;br /&gt;
   var newMessage = oldMessage.substr(0, indexContact);&lt;br /&gt;
   $(&#039;#tokenmessage&#039;).html(newMessage);&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will probably not work for a survey in English language and has to be extended when used for multilingual surveys. But it&#039;s an idea/tip how to solve this.&lt;br /&gt;
&lt;br /&gt;
==How to deal with multilingual question attributes (before version 2.0 at which those were added)==&lt;br /&gt;
&lt;br /&gt;
If you have a multilingual survey and e. g. want to use a different string for the &amp;quot;other&amp;quot; field, this could only be done for the base language (until this feature was added at LimeSurvey 2.0). To work around this, paste in the field to change the label for &amp;quot;other&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;en&amp;quot;&amp;gt;New label&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;fr&amp;quot;&amp;gt;Nouveau label&amp;lt;/span&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At the template.css of your template (at /limesurvey/upload/templates/&amp;lt;yourtemplatename&amp;gt;/template.css) add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;html:lang(en) .fr{display:none}&lt;br /&gt;
html:lang(fr) .en{display:none}&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Theme_editor/12/it&amp;diff=62274</id>
		<title>Translations:Theme editor/12/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Theme_editor/12/it&amp;diff=62274"/>
		<updated>2014-08-28T12:00:57Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;=Creazione di un nuovo template=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Creazione di un nuovo template=&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Theme_editor/it&amp;diff=62273</id>
		<title>Theme editor/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Theme_editor/it&amp;diff=62273"/>
		<updated>2014-08-28T11:59:29Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;=Introduzione=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
=Introduzione=&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has a basic template and style system providing a theme-like capability found in many browser-based applications.  They are simply termed &#039;&#039;&#039;Templates&#039;&#039;&#039; here.  The Templates allow control over the look and feel of pages during a survey.  A survey administrator can select the template to use for each survey to thus personalize that survey&#039;s look and feel.  Changes to a Template can be as simple as adding a unique logo on the welcome page, changing background colors, or maybe new text colors for specific types of questions.&lt;br /&gt;
&lt;br /&gt;
LimeSurvey comes with a set of templates right out of the box. These initial templates are defined by directories within the LimeSurvey installation &amp;quot;templates&amp;quot; directory.  Each template has it&#039;s own directory.  Within the main directory of a template are numerous files: &#039;&#039;&#039;templates (.pstpl)&#039;&#039;&#039;, &#039;&#039;&#039;cascading style sheets (.css)&#039;&#039;&#039;, &#039;&#039;&#039;images&#039;&#039;&#039; (&#039;&#039;&#039;.jpg&#039;&#039;&#039; or &#039;&#039;&#039;.png&#039;&#039;&#039;) and maybe others.&lt;br /&gt;
&lt;br /&gt;
Like in other theme-based systems, fragments of HTML code are stored in the .pstpl template files.  These fragments are read in and used to construct the page to display to the end user during the operation of a survey. Often &#039;&#039;&#039;keywords&#039;&#039;&#039; surrounded by curly braces are included in the files that are then replaced with the relevant text.  The following gives an example of a template file content and its result when used in a survey page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&amp;lt;font face=&#039;verdana&#039; color=&#039;red&#039;&amp;gt;{SURVEYNAME}&amp;lt;/font&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;font face=&#039;verdana&#039; color=&#039;blue&#039;&amp;gt;&amp;lt;u&amp;gt;{SURVEYDESCRIPTION}&amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One gets a result that looks like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;&amp;lt;span style=&#039;color:red&#039;&amp;gt;My New Survey&amp;lt;/span&amp;gt;&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;u&amp;gt;&amp;lt;span style=&#039;color:#0000ff&#039;&amp;gt;This is a survey written by me to find out what sort of chocolate people like.&amp;lt;/span&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Templates, being HTML code, tend to define the positioning and type of text to be displayed and similar structural features of the page.  They often reference or include other files.  Most reference a common cascading style sheets (CSS) file that defines the font style, color, size, background and similar parameters common to all pages in the survey. Style sheets reference HTML &#039;&#039;&#039;class&#039;&#039;&#039; parameters that are associated with the various types of objects in the HTML code.  This allows the style sheet to describe once how to display each of the many types of text or other objects that may appear in multiple places.  There are unique classes for each question type in LimeSurvey and thus giving detailed control over the appearance of each.  Image files, like logos or special progress-bar constructors, may be referenced as well in the Template file.  Finally, special Keywords in curly braces are replaced with text defined in the Survey for each of its corresponding language translations (for example, the Survey Title or Question Text for each language defined).&lt;br /&gt;
&lt;br /&gt;
If you create a new custom template, please consider contributing it back to the LimeSurvey community, and make it available to others. With your help, we can grow our repository of templates, surveys, and other ad-ons, to make LimeSurvey even better! See the shared [http://www.limesurvey.org/en/download-limesurvey-design-templates/com_josetta_menu_control_panel/viewcategory/9-survey-design-templates Template Repository]&lt;br /&gt;
&lt;br /&gt;
=Creating a new Template=&lt;br /&gt;
&lt;br /&gt;
To be able to create a new template (or edit an existing template), you need Template Editing user permission in LimeSurvey as well as permission to manipulate the files in the underlying operating system hosting your LimeSurvey installation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note of Warning:&#039;&#039;&#039; As template changes can affect all surveys in an installation, changes should be limited to those skilled in understanding general concepts in the code base. Templates are an advanced feature that can take some experimentation to get correct if you are not familiar with HTML code methods.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The preferred way to create a new template is through the Template Editor (see below) via the web Admin interface. Some people may like to work directly with template files so that they can use their favorite text editor instead of the web interface. In this case, still use the Template Editor to first create your new template. This will create a new base template with all the files you need in the LimeSurvey_web_root/upload/templates/your_new_template directory. From there you can use your text editor to manually adjust the template files.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Permissions Note:&#039;&#039;&#039; on unix/linux systems, these template files will be owned by the group and user who the web server is running as (may be &amp;quot;www&amp;quot; for some systems). So make sure you have access to edit these files, and when you save them make sure they don&#039;t change ownership, so you can still use the web Template Editing interface if needed&amp;lt;/div&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Installation Note:&#039;&#039;&#039; If you create your ZIP-file on OS X it will generate also an folder _MACOSX it will create some problems on template installation. For prevent these problems use the application zipcleaner on OS X to clean the _MACOSX folder from the zip-file. You can download it here: https://www.macupdate.com/app/mac/25497/zipcleaner&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Installation Note:&#039;&#039;&#039; If you have downloaded your template from Github open it before install and move the files out of the containing folder and create a new zip-file. The wrapped folder creates problems on template installation.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Template files may seem complex to understand at first. You have to likely understand HTML code, possibly Styles and Style Sheets, and have access to the underlying LimeSurvey installation files if the template files and directories are not editable. Copy an existing template to a new directory to play around with the content. This may help make the concept clearer.&lt;br /&gt;
&lt;br /&gt;
A number of the &#039;public&#039; elements of LimeSurvey can be adjusted by a series of templates. This section provides a very brief explanation of these templates.&lt;br /&gt;
&lt;br /&gt;
=The LimeSurvey Template Editor=&lt;br /&gt;
&lt;br /&gt;
To ease the understanding and quick update of a Template, LimeSurvey provides a &#039;&#039;&#039;Template Editor&#039;&#039;&#039; in the main &#039;&#039;&#039;administrative&#039;&#039;&#039; toolbar of the application.  This Template Editor is only available to users given the privilege in the User Security settings.  A template effects all surveys and can render a survey inoperable if not constructed properly.  So Template editing is thought best restricted to a very limited, knowledgeable set of users.  Having permission to enter the Template Editor is not enough though.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The LimeSurvey Template Editor allows you to edit the contents of your templates online. Start the Template Editor by clicking on the &amp;quot;Template Editor&amp;quot; icon [[File:templates.png]] in the LimeSurvey Administration toolbar (Templates). The main screen is similar to the LimeSurvey Survey Administration screen. It allows you to select the template to edit/view. Once this has been selected you can then select from one of the different public survey pages. You are then presented with a list of the template files that make up that particular page.&lt;br /&gt;
&lt;br /&gt;
[[File:Template-editor-2013-7-10_11_38_16.png|center]]&lt;br /&gt;
&lt;br /&gt;
==The Template Menu==&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Edit Icon:&#039;&#039;&#039; The &amp;quot;edit&amp;quot; icon indicates whether or not the template is editable. A blurred out icon indicates that the template is read only; a clickable icon indicates you may make modifications. To change the icon from blurred to clear, you have to modify the template&#039;s permissions.&lt;br /&gt;
*&#039;&#039;&#039;Import Template:&#039;&#039;&#039; Allows you to import a template.&lt;br /&gt;
*&#039;&#039;&#039;Export Template:&#039;&#039;&#039; Allows you to export the current template to a .zip-File.&lt;br /&gt;
*&#039;&#039;&#039;Copy Template:&#039;&#039;&#039; Allows you to make a new template by copying the current one.&lt;br /&gt;
*&#039;&#039;&#039;Rename this template:&#039;&#039;&#039; Allows you to change the name of the template.  Generally used after copying an existing template or importing a template by manipulating the underlying directories.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Screen&amp;quot; drop-down list on the right allows you to choose which particular survey page you are currently looking at.&lt;br /&gt;
&lt;br /&gt;
==Import/Export/Copy a Template==&lt;br /&gt;
&lt;br /&gt;
When you &#039;&#039;&#039;export &#039;&#039;&#039;a template, this will create a zip-file archive with all the files your template consists of (.pstpl files, images, css files, ...). You can simply &#039;&#039;&#039;import &#039;&#039;&#039;the exported zip-file at other LimeSurvey systems by using the import feature or you can manually copy the archive to another installation and extract it into the corresponding template directory there. If you copy the template in the same installation, you will need to rename the folder to create another named copy of that template.&lt;br /&gt;
&lt;br /&gt;
If the file and directory permissions are open for the LimeSurvey application to write, then you can use the programs &#039;&#039;&#039;copy &#039;&#039;&#039;and rename features to make a local copy of a template.&lt;br /&gt;
&lt;br /&gt;
==Page Structure / Template Use==&lt;br /&gt;
*&#039;&#039;&#039;The Welcome Page:&#039;&#039;&#039; startpage.pstpl, welcome.pstpl, privacy.pstpl,  navigator.pstpl, endpage.pstpl&lt;br /&gt;
*&#039;&#039;&#039;The Questions Pages:&#039;&#039;&#039; startpage.pstpl, survey.pstpl, startgroup.pstpl, groupdescription.pstpl, question.pstpl, endgroup.pstpl&lt;br /&gt;
*&#039;&#039;&#039;The Final Page:&#039;&#039;&#039; startpage.pstpl, assessment.pstpl, completed.pstpl, endpage.pstpl&lt;br /&gt;
&lt;br /&gt;
==Template Files==&lt;br /&gt;
&lt;br /&gt;
The following template files are used to produce your public survey and must exist in any new template folder you create:&lt;br /&gt;
*&#039;&#039;&#039;startpage.pstpl:&#039;&#039;&#039; Produces the start of each html page. It starts at the &amp;quot;&amp;lt;head&amp;gt;&amp;quot; tag, and should not contain the &amp;quot;&amp;lt;html&amp;gt;&amp;quot; tag. This &#039;very beginning&#039; of a standard html page is written by the scripts. Please ensure that your startpage.pstpl files contains a &amp;lt;body&amp;gt; tag, even though many browsers do not require strict adherence to the W3 HTML standards, the LimeSurvey script needs to find a &amp;lt;body&amp;gt; tag, to run certain javascript elements. It is not expected that many &#039;keywords&#039; will be used in the startpage.pstpl file, however you may wish to put the {SURVEYNAME} into the title. The startpage.pstpl file can contain code that ends in the corresponding endpage.pstpl file, so you can start a table in this file and close the table in the endpage.pstpl file. The startpage.pstpl and endpage.pstpl files wrap around every possible page used by LimeSurvey.&lt;br /&gt;
*&#039;&#039;&#039;survey.pstpl:&#039;&#039;&#039; This template is the second used on most pages, and provides a space to put the survey name and description. This template does not have a corresponding &#039;closing&#039; template, and subsequently you should close all tags opened in this template file (ie: don&#039;t leave a table open here because there is nowhere else to close it)&lt;br /&gt;
*&#039;&#039;&#039;welcome.pstpl:&#039;&#039;&#039; This template is only used in the welcome screen (which is also on the main page for &#039;all in one&#039; surveys). You can use this to print out the welcome text, and other information that should be provided in the introduction. Like the &#039;survey.pstpl&#039; file, there is no corresponding &#039;closing&#039; template, so all tags opened in this template file should be closed as well.&lt;br /&gt;
*&#039;&#039;&#039;startgroup.pstpl:&#039;&#039;&#039; This template can provide a &#039;summary&#039; wrap around for questions within a group. It has a matching &#039;endgroup.pstpl&#039; template that can be used to close any opened tags in this file, so you can open a table within this.&lt;br /&gt;
*&#039;&#039;&#039;groupdescription.pstpl:&#039;&#039;&#039; This template file is used to display a description of a group. It is separate to the startgroup.pstpl file because in a &amp;quot;question by question&amp;quot; survey it will be displayed on its own unique page in between groups, whereas in a &amp;quot;group by group&amp;quot; or &amp;quot;all in one&amp;quot; survey it provides a header to the subsequent questions. groupdescription.pstpl does not have a corresponding &#039;closing&#039; template file, so all tags should be closed.&lt;br /&gt;
*&#039;&#039;&#039;question.pstpl:&#039;&#039;&#039; This file contains the question, answer and help text sections of your survey, and in the &amp;quot;group by group&amp;quot; and &amp;quot;all in one&amp;quot; surveys this template is cycled repeatedly with each question. There is no corresponding closing file for this and all tags should be closed.&lt;br /&gt;
*&#039;&#039;&#039;question_start.pstpl:&#039;&#039;&#039; This file contains the individual elements found at the start of a question. It is included within &#039;question.pstpl&#039; via the {QUESTION} keyword. It is intended to allow template designers more control over the layout of a question. This template sits outside the normal templating system and &#039;&#039;&#039;was superseeded (as of LS1.87)&#039;&#039;&#039;. All keywords from this template are now available directly in question.pstpl. NOTE: templates using question_start.pstpl will still work at least for a couple more versions of LS 1.x&lt;br /&gt;
*&#039;&#039;&#039;completed.pstpl:&#039;&#039;&#039; This page is displayed as the final page when the survey responses have been saved and the survey is over. It can be used to display a &amp;quot;forwarding link&amp;quot; as set in the survey setup.&lt;br /&gt;
*&#039;&#039;&#039;endgroup.pstpl:&#039;&#039;&#039; This file closes the group, and can be used to close off any tags opened in the startgroup.pstpl file&lt;br /&gt;
*&#039;&#039;&#039;navigator.pstpl:&#039;&#039;&#039; This file contains the buttons that navigate through the survey, &amp;quot;next&amp;quot;, &amp;quot;prev&amp;quot;, &amp;quot;last&amp;quot;, &amp;quot;submit&amp;quot;, &amp;quot;save so far&amp;quot;  and the &amp;quot;clear all&amp;quot; link. It is used in all pages except the completed page.&lt;br /&gt;
*&#039;&#039;&#039;printanswers.pstpl:&#039;&#039;&#039; This file has the HTML wrapper for the print version of the survey.&lt;br /&gt;
*&#039;&#039;&#039;print_group.pstpl:&#039;&#039;&#039; This file is the same as startgroup.pstpl endgroup.pstpl but for the print version of the survey.&lt;br /&gt;
*&#039;&#039;&#039;print_question.pstpl:&#039;&#039;&#039; This file is the same as question.pstpl but for the print version of the survey.&lt;br /&gt;
*&#039;&#039;&#039;print_survey.pstpl:&#039;&#039;&#039; This file is the same as survey.pstpl but for the print version of the survey.&lt;br /&gt;
&lt;br /&gt;
== CSS and Javascript==&lt;br /&gt;
&lt;br /&gt;
Two files are allways used for template : template.css for css and template.js for javascript.&lt;br /&gt;
*&#039;&#039;&#039;{TEMPLATECSS}:&#039;&#039;&#039; Add lines for default css, template.css and template-rtl.css for rtl language.&lt;br /&gt;
*&#039;&#039;&#039;{TEMPLATEJS}:&#039;&#039;&#039; Add lines for default javascript files, template.js and all js files needed for LimeSurvey.&lt;br /&gt;
&lt;br /&gt;
=== Replacing default css or javascript===&lt;br /&gt;
&lt;br /&gt;
Some question use specific files for javascript or css. If you need to replace a function, you add to use cascading system. For javascript function, last function read is the function used.&lt;br /&gt;
&lt;br /&gt;
==Other Template Files==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;privacy.pstpl&#039;&#039;&#039;, &#039;&#039;&#039;invitationemail.pstpl&#039;&#039;&#039;, &#039;&#039;&#039;reminderemail.pstpl&#039;&#039;&#039; and &#039;&#039;&#039;confirmationemail.pstpl&#039;&#039;&#039; are no longer used by LimeSurvey and defaults are instead set in the applicable language files. The email messages can now be edited on a survey by survey basis.&lt;br /&gt;
&lt;br /&gt;
==Standard Pages==&lt;br /&gt;
&lt;br /&gt;
There are ten standard pages that a survey participant may see in the course of taking or accessing the LimeSurvey application.  Each is constructed from a number of common &#039;&#039;&#039;Template&#039;&#039;&#039; files from the &#039;&#039;&#039;Template&#039;&#039;&#039; specified in the survey&#039;s settings.  The table below indicates which template files are used in constructing each of these pages.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!  &#039;&#039;&#039;Survey Pages:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;&#039;Template Files&#039;&#039;&#039;!!Survey&amp;lt;br /&amp;gt;List!!Welcome!!Question!!Completed!!Clear All!!Register!!Load!!Save!!Print&amp;lt;br /&amp;gt;Answers!!Print&amp;lt;br /&amp;gt;Survey&lt;br /&gt;
|-&lt;br /&gt;
|SurveyList||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Welcome|| ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Privacy|| ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Navigator|| ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Survey|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
|StartGroup|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|GroupDescription|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Question&amp;lt;span style=&#039;color:red&#039;&amp;gt;&#039;&#039;&#039;*&#039;&#039;&#039;&amp;lt;/span&amp;gt;|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|EndGroup|| || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Assessment|| || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Completed|| || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|ClearAll|| || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Register|| || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || || ||&lt;br /&gt;
|-&lt;br /&gt;
|Load|| || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| || ||&lt;br /&gt;
|-&lt;br /&gt;
|Save|| || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| ||&lt;br /&gt;
|-&lt;br /&gt;
|PrintAnswers|| || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||&lt;br /&gt;
|-&lt;br /&gt;
|Print Survey || || || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|Print Group || || || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|Print Question || || || || || || || || || ||align=&amp;quot;center&amp;quot; | [[File:check.gif]]&lt;br /&gt;
|-&lt;br /&gt;
|StartPage&amp;lt;br /&amp;gt;EndPage&amp;lt;br /&amp;gt;Template.css||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]||align=&amp;quot;center&amp;quot; | [[File:check.gif]]|| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&#039;color:red&#039;&amp;gt;&#039;&#039;&#039;*&#039;&#039;&#039;&amp;lt;/span&amp;gt;NOTE: In versions 1.90 and up this replaces question.pstpl AND question_start.pstpl. If you are using an old custom template, you need to add the following line to the beginning of question.pstpl:&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div {QUESTION_ESSENTIALS} class=&amp;quot;{QUESTION_CLASS}{QUESTION_MAN_CLASS}{QUESTION_INPUT_ERROR_CLASS}&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;And then add the corresponding closing tag to the end of question.pstpl:&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&#039;color:red&#039;&amp;gt;&#039;&#039;&#039;*&#039;&#039;&#039;&amp;lt;/span&amp;gt;NOTE: In version 1.91 and earlier, LimeSurvey js files are not included by the template. In version 2, &#039;&#039;&#039;you have to use {TEMPLATEJS} in your one of your template file&#039;&#039;&#039; to add the link to the js file. You can add it in startpage.pstpl or in endpage.pstpl. You can remove the {TEMPLATEURL}/template.js line and you have to replace with {TEMPLATEJS} to update a personal template.&lt;br /&gt;
&lt;br /&gt;
==The File Control Section==&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;file control&amp;quot; window on the left, you can click on one of the template files that is used to compile the page. The HTML code for that file will then appear in the &amp;quot;Now editing&amp;quot; window in the center. If the template is editable (determined by directory permissions) you can then make any changes and save them.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Other Files&amp;quot; window shows a list of all other files in the template directory. You can use the right side to &#039;&#039;&#039;upload and select image files (your pics, logos,...) or other files needed to create your template&#039;&#039;&#039;. Note: Instead of a link directly to each picture in your template you can use the field string {TEMPLATEURL}.  So instead of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;img src=&#039;/limesurvey/templates/yourtemplate/mypicture.jpg&#039;&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
You can use:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;img src=&#039;{TEMPLATEURL}mypicture.jpg&#039;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;sample&amp;quot; of the template page you are editing will be visible at the bottom of the screen. There is no way to to delete a template from the template editor. This must be done by accessing the underlying directory and deleting the file there.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; The shipped templates cannot be edited using the Template Editor and should never be changed. If you want to modify them, create a copy first and modify the copy.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Location of template files==&lt;br /&gt;
&lt;br /&gt;
LimeSurvey stores each of the &#039;standard&#039; templates in their own distinct sub-directory within the /templates directory that is kept in the public directory with the other LimeSurvey public files. Customized user templates are stored in the /upload/templates directory.&lt;br /&gt;
&lt;br /&gt;
To create a new template, use the according icon in the template editor.&lt;br /&gt;
&lt;br /&gt;
There should ALWAYS be a &amp;quot;default&amp;quot; directory in the templates directory. This template is used by default and as a fall-back if a template folder doesn&#039;t exist, or can&#039;t be found. The &amp;quot;default&amp;quot; directory comes with the package.&lt;br /&gt;
&lt;br /&gt;
You can use any image files that you upload into the template management area with syntax like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;{TEMPLATEURL}filename.xyz&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Styling questions with CSS=&lt;br /&gt;
&lt;br /&gt;
Styling of questions in CSS has become much easier. Each question type now has a unique class. Mandatory question&#039;s also have an additional mandatory class. For example, for a non-mandatory question:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question5&amp;quot; class=&amp;quot;gender&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and if the question is mandatory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question5&amp;quot; class=&amp;quot;gender mandatory&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and if the question is mandatory but the user didn&#039;t answer it or if there is validation on a question&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question5&amp;quot; class=&amp;quot;gender mandatory input-error&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and if the question has validation applied but the user hasn&#039;t answered correctly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;question6&amp;quot; class=&amp;quot;text-short input-error&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Global classes for question part==&lt;br /&gt;
&lt;br /&gt;
These classes are used for each question type. Some question types use only one or two class, but others can use much more.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable alternance&amp;quot;&lt;br /&gt;
|+ Global classes&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Class name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Part&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Question type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Examples&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Note&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .question&lt;br /&gt;
| All question block&lt;br /&gt;
| All question type&lt;br /&gt;
|&amp;amp;lt;p class=&amp;quot;question&amp;quot;&amp;gt;, &amp;amp;lt;ul class=&amp;quot;question&amp;quot;&amp;gt;, &amp;amp;lt;table class=&amp;quot;question&amp;quot;&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .subquestions-list&lt;br /&gt;
| List of subquestion&lt;br /&gt;
| Multi choice question, array question type&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;subquestions-list&amp;quot;&amp;gt;, &amp;amp;lt;table class=&amp;quot;subquestions-list&amp;quot;&amp;gt;&lt;br /&gt;
| .questions-list is used too&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .answers-list&lt;br /&gt;
| List of answers&lt;br /&gt;
| Single choice question, array question type, Multi input text question&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;answers-list&amp;quot;&amp;gt;, &amp;amp;lt;table class=&amp;quot;answers-list&amp;quot;&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .answer-item&lt;br /&gt;
| The answer part: one answer&lt;br /&gt;
| Single choice question, array question type, Multi input text question&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;answer-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;answer-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .noanswer-item&lt;br /&gt;
| The answer part for no answer&lt;br /&gt;
| Single choice question, array question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;noanswer-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;noanswer-item&amp;quot;&amp;gt;&lt;br /&gt;
| No answer is an answer too, then have double class noanswer-item and answer-item&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .question-item&lt;br /&gt;
| The question part: one question&lt;br /&gt;
| Multi text question, array question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;question-item&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;question-item&amp;quot;&amp;gt;&lt;br /&gt;
| Some answer are question too, then we have a lot of class=&amp;quot;question-item answer-item&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .checkbox-list&lt;br /&gt;
| A list of checkbox&lt;br /&gt;
| Multi choice question, array number (checkbox) question type&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;checkbox-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;checkbox-list&amp;quot;&amp;gt;&lt;br /&gt;
| Some question type have multi list class: like checkbox with comment : class=&amp;quot;checkbox-list text-list&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .checkbox-item&lt;br /&gt;
| The answer part with a checkbox&lt;br /&gt;
| Multi choice question, array number (checkbox) question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;checkbox-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;checkbox-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .radio-list&lt;br /&gt;
| A list of radio item&lt;br /&gt;
| Single choice question, array question type&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;radio-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;radio-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .radio-item&lt;br /&gt;
| The answer part with a radio&lt;br /&gt;
| Single choice question, array question type&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;radio-item&amp;quot;&amp;gt;, &amp;lt;td class=&amp;quot;radio-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .text-list&lt;br /&gt;
| A list of text input&lt;br /&gt;
| Multi text question type, array of text&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;text-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;text-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .text-item&lt;br /&gt;
| The answer part of a text input&lt;br /&gt;
| Multi text question type, array of text&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;text-item&amp;quot;&amp;gt;, &amp;lt;td class=&amp;quot;text-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .numeric-list&lt;br /&gt;
| A list of text input with numeric only answer&lt;br /&gt;
| Multi numeric question type, array of number&lt;br /&gt;
| &amp;amp;lt;ul class=&amp;quot;text-list numeric-list&amp;quot;&amp;gt;, &amp;amp;lt;tr class=&amp;quot;text-list numeric-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .numeric-item&lt;br /&gt;
| The answer part of a numeric input&lt;br /&gt;
| Multi numeric question type, array of number&lt;br /&gt;
| &amp;amp;lt;li class=&amp;quot;numeric-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;numeric-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .select-list&lt;br /&gt;
| A list of select&lt;br /&gt;
| Array numbers, Dual scale array (select)&lt;br /&gt;
| &amp;amp;lt;table class=&amp;quot;select-list&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .select-item&lt;br /&gt;
| The answer part of a select&lt;br /&gt;
| Array numbers, Dual scale array (select), single choice with select&lt;br /&gt;
| &amp;amp;lt;p class=&amp;quot;select-item&amp;quot;&amp;gt;, &amp;amp;lt;td class=&amp;quot;select-item&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .hide&lt;br /&gt;
| Used for accessibility: hidden with css but read by screenreader&lt;br /&gt;
| Short text question&lt;br /&gt;
| &amp;amp;lt;label class=&amp;quot;hide&amp;quot;&amp;gt;&lt;br /&gt;
| Can be used for other purpose&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .dontread&lt;br /&gt;
| Used for accessibility: not be read by screenreader&lt;br /&gt;
| Array question type&lt;br /&gt;
| &amp;amp;lt;th class=&amp;quot;dontread&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .checkbox&lt;br /&gt;
| input[type=checkbox]&lt;br /&gt;
| Question with checkbox&lt;br /&gt;
| &amp;amp;lt;input type=&amp;quot;checkbox&amp;quot; class=&amp;quot;checkbox&amp;quot;&amp;gt;&lt;br /&gt;
| With modern browser: not needed but some old browser need this&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .radio&lt;br /&gt;
| input[type=radio]&lt;br /&gt;
| Question with radio&lt;br /&gt;
| &amp;amp;lt;input type=&amp;quot;radio&amp;quot; class=&amp;quot;radio&amp;quot;&amp;gt;&lt;br /&gt;
| With modern browser: not needed but some old browser need this&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .text&lt;br /&gt;
| input[type=text]&lt;br /&gt;
| Question with input text, or textarea&lt;br /&gt;
| &amp;amp;lt;textarea class=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .answertext&lt;br /&gt;
| Array question type&lt;br /&gt;
| Answer part of array question type&lt;br /&gt;
| &amp;amp;lt;th class=&amp;quot;answertext&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .col-answers&lt;br /&gt;
| Array question type&lt;br /&gt;
| Column of answers&lt;br /&gt;
| &amp;amp;lt;col class=&amp;quot;col-answers&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .odd .even&lt;br /&gt;
| Array question type&lt;br /&gt;
| Alternation for column&lt;br /&gt;
| &amp;amp;lt;col class=&amp;quot;odd&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .odd .even&lt;br /&gt;
| Array question type&lt;br /&gt;
| Alternation for column&lt;br /&gt;
| &amp;amp;lt;col class=&amp;quot;odd&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | .array1 .array2&lt;br /&gt;
| Array question type&lt;br /&gt;
| Alternation for line&lt;br /&gt;
| &amp;amp;lt;tr class=&amp;quot;array1&amp;quot;&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Some example of question part with classes===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text-short question type:&#039;&#039;&#039;&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;question answer-item text-item &amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;label class=&amp;quot;hide label&amp;quot; for=&amp;quot;answerSGQA&amp;quot;&amp;gt;Answer&amp;lt;/label&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; value=&amp;quot;&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; size=&amp;quot;50&amp;quot; class=&amp;quot;text  empty&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Multiple short text&#039;&#039;&#039;&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;subquestions-list questions-list text-list&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;question-item answer-item text-item&amp;quot; id=&amp;quot;javatbdSGQA&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;label for=&amp;quot;answerSGQA&amp;quot;&amp;gt;Some example subquestion&amp;lt;/label&amp;gt;&lt;br /&gt;
     &amp;lt;span&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; value=&amp;quot;&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; size=&amp;quot;20&amp;quot; class=&amp;quot;text empty&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Array question type&#039;&#039;&#039;&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;question subquestion-list questions-list &amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;caption class=&amp;quot;hide read&amp;quot;&amp;gt;Some explanation for accessibility.&amp;lt;/caption&amp;gt;&lt;br /&gt;
	&amp;lt;colgroup class=&amp;quot;col-responses&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;col width=&amp;quot;50%&amp;quot; class=&amp;quot;col-answers&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;col width=&amp;quot;25%&amp;quot; class=&amp;quot;odd&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;col width=&amp;quot;13.3%&amp;quot; class=&amp;quot;col-no-answer even&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;/colgroup&amp;gt;&lt;br /&gt;
	&amp;lt;thead&amp;gt;&lt;br /&gt;
		&amp;lt;tr class=&amp;quot;array1 dontread&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
			&amp;lt;th&amp;gt;1&amp;lt;/th&amp;gt;&lt;br /&gt;
			&amp;lt;th&amp;gt;No answer&amp;lt;/th&amp;gt;&lt;br /&gt;
		&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;/thead&amp;gt;&lt;br /&gt;
	&amp;lt;tbody&amp;gt;&lt;br /&gt;
		&amp;lt;tr class=&amp;quot;array2 answers-list radio-list&amp;quot; id=&amp;quot;javatbdSGQ&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;th width=&amp;quot;20%&amp;quot; class=&amp;quot;answertext&amp;quot;&amp;gt;Some example subquestion&lt;br /&gt;
			&amp;lt;/th&amp;gt;&lt;br /&gt;
			&amp;lt;td class=&amp;quot;answer_cell_001 answer-item radio-item&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;label for=&amp;quot;answerSGQA&amp;quot; class=&amp;quot;hide read&amp;quot;&amp;gt;1&amp;lt;/label&amp;gt;&lt;br /&gt;
				&amp;lt;input type=&amp;quot;radio&amp;quot; value=&amp;quot;1&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; class=&amp;quot;radio&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;/td&amp;gt;&lt;br /&gt;
			&amp;lt;td class=&amp;quot;answer-item radio-item noanswer-item&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;label for=&amp;quot;answerSGQA&amp;quot; class=&amp;quot;hide read&amp;quot;&amp;gt;No answer&amp;lt;/label&amp;gt;&lt;br /&gt;
				&amp;lt;input type=&amp;quot;radio&amp;quot; value=&amp;quot;&amp;quot; id=&amp;quot;answerSGQA&amp;quot; name=&amp;quot;SGQA&amp;quot; class=&amp;quot;radio&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;/tbody&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
==The full list of question classes==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&#039;&#039;&#039;Question Type&#039;&#039;&#039;||&#039;&#039;&#039;Question Class&#039;&#039;&#039;||&#039;&#039;&#039;Question ID&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|5 point choice||.choice-5-pt-radio||5&lt;br /&gt;
|-&lt;br /&gt;
|Array (10 point choice)||.array-10-pt||B&lt;br /&gt;
|-&lt;br /&gt;
|Array (5 point choice)||.array-5-pt||A&lt;br /&gt;
|-&lt;br /&gt;
|Array (Flexible Labels) dual scale||.array-flexible-duel-scale ||1&lt;br /&gt;
|-&lt;br /&gt;
|Array (Increase, Same, Decrease)||.array-increase-same-decrease||E&lt;br /&gt;
|-&lt;br /&gt;
|Array (Multi Flexible) (Numbers)||.array-multi-flexi ||:&lt;br /&gt;
|-&lt;br /&gt;
|Array (Multi Flexible) (Text)||.array-multi-flexi-text||;&lt;br /&gt;
|-&lt;br /&gt;
|Array (Yes/No/Uncertain)||.array-yes-uncertain-no||C&lt;br /&gt;
|-&lt;br /&gt;
|Array (flexible labels)||.array-flexible-row ||F&lt;br /&gt;
|-&lt;br /&gt;
|Array (flexible labels) by column||.array-flexible-column||H&lt;br /&gt;
|-&lt;br /&gt;
|Boilerplate question||.boilerplate||X&lt;br /&gt;
|-&lt;br /&gt;
|Date||.date||D&lt;br /&gt;
|-&lt;br /&gt;
|Gender||.gender||G&lt;br /&gt;
|-&lt;br /&gt;
|Huge free text||.text-huge||U&lt;br /&gt;
|-&lt;br /&gt;
|Language switch||.language||I&lt;br /&gt;
|-&lt;br /&gt;
|List (dropdown)||.list-dropdown||!&lt;br /&gt;
|-&lt;br /&gt;
|List (radio)||.list-radio||L&lt;br /&gt;
|-&lt;br /&gt;
|List with comment||.list-with-comment||O&lt;br /&gt;
|-&lt;br /&gt;
|Long free text||.text-long||T&lt;br /&gt;
|-&lt;br /&gt;
|Multiple numerical input||.numeric-multi||K&lt;br /&gt;
|-&lt;br /&gt;
|Multiple options||.multiple-opt||M&lt;br /&gt;
|-&lt;br /&gt;
|Multiple options with comments||.multiple-opt-comments||P&lt;br /&gt;
|-&lt;br /&gt;
|Multiple short text||.multiple-short-txt||Q&lt;br /&gt;
|-&lt;br /&gt;
|Numerical input||.numeric||N&lt;br /&gt;
|-&lt;br /&gt;
|Ranking||.ranking||R&lt;br /&gt;
|-&lt;br /&gt;
|Short free text||.text-short||S&lt;br /&gt;
|-&lt;br /&gt;
|Yes/No||.yes-no||Y&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==The full list of validation classes==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;Note:  Prior to 1.92, only .mandatory and .input-error classes were available.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These apply to the help and/or validation tip messages so that each type can be individually styled.&lt;br /&gt;
&lt;br /&gt;
The .hide-tip option and .input-error options, by default, interact so that you can have validation tips start hidden, but appear when there validation errors, and disappear again when those errors are rectified.&lt;br /&gt;
&lt;br /&gt;
All of these are designed to eliminate the need for pop-up alert messages.  Instead, tips can appear/disappear as needed, and are color-coded to indicate whether the answers pass the validation criteria.&lt;br /&gt;
&lt;br /&gt;
Furthermore, when you first visit a page that has unmet validation criteria, you can color-code the tips in a pleasing color to show which validation criteria have not been med; then re-display the page using a harsher color if the person submits the page with lingering validation errors.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&#039;&#039;&#039;Purpose&#039;&#039;&#039;||&#039;&#039;&#039;CSS Class&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Mandatory||.mandatory||the question is mandatory&lt;br /&gt;
|-&lt;br /&gt;
|User input error||.input-error||the question had at least one validation error&lt;br /&gt;
|-&lt;br /&gt;
|Hide Tip||.hide-tip||added if you use the hide_tip option&lt;br /&gt;
|-&lt;br /&gt;
|Num answers||.em_num_answers||for for min_answers and max_answers&lt;br /&gt;
|-&lt;br /&gt;
|Value range||.em_value_range||for min/max_num_value_n and multiflexible_min/max&lt;br /&gt;
|-&lt;br /&gt;
|Sum range||.em_sum_range||for min/max/equals_num_value&lt;br /&gt;
|-&lt;br /&gt;
|Regex validation||.em_regex_validation||for regular-expression validation of the question&lt;br /&gt;
|-&lt;br /&gt;
|Question-level validation function||.em_q_fn_validation||for the em_validation_q option&lt;br /&gt;
|-&lt;br /&gt;
|Subquestion-level validation function||.em_sq_fn_validation||for the em_validation_sq option&lt;br /&gt;
|-&lt;br /&gt;
|Other comment mandatory||.em_other_comment_mandatory||for other_comment_mandatory option - shows when &amp;quot;other&amp;quot; is selected but associated comment is missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Importing styles into your custom template==&lt;br /&gt;
&lt;br /&gt;
The custom question styles are near the bottom of each template&#039;s CSS file and start with:&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;/* --------------------------- START: Question styles  ------------------------------ */&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re styling your own custom template, you should be able to copy everything after the above from templates/default/template.css (for tables based layouts) or /templates/limespired/template.css (for CSS based layouts) into your own style sheet without any impact on your other styles.&lt;br /&gt;
&lt;br /&gt;
==Internet Explorer conditional style sheets==&lt;br /&gt;
&lt;br /&gt;
Because of the marked discrepancies in rendering between IE6, IE7 and most other browsers, there are special IE conditional style sheets included for each template.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE]&amp;gt;&lt;br /&gt;
  &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;{TEMPLATEURL}IE_fix_all-versions.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if lt IE 7]&amp;gt;&lt;br /&gt;
  &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;{TEMPLATEURL}IE_fix_older-than-7.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 8]&amp;gt;&lt;br /&gt;
		&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;{TEMPLATEURL}ie_fix_8.css&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should include the above code within your &#039;&#039;&#039;startpage.pstpl&#039;&#039;&#039; and copies of both the IE style sheets from either /templates/default/ or /templates/limespired for Tables base layout and CSS based layout respectively.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; If you copy the styles into your own style sheet you will almost certainly need to tweak them.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Alternative solution for Internet explorer===&lt;br /&gt;
&lt;br /&gt;
You can put conditional class for body in startpage.pstpl, and use this class in your template.css. This method is used in citronade template. Adding a js / no-js class to to have javascript / no javascript system.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&amp;lt;!--[if lt IE 7 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie6 ielt7 ielt8 ielt9 no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 7 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie7 ielt8 ielt9 no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 8 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie8 ielt9  no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 9 ]&amp;gt; &amp;lt;body class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} ie ie9 no-js&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if gt IE 9]&amp;gt;&amp;lt;!--&amp;gt;&amp;lt;body id=&amp;quot;body&amp;quot; class=&amp;quot;lang-{SURVEYLANGUAGE} {SURVEYFORMAT} no-js&amp;quot;&amp;gt;&amp;lt;!--&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;script type=&#039;text/javascript&#039;&amp;gt;/*&amp;lt;![CDATA[*/(function(H){ H.className=H.className.replace(/\bno-js\b/,&#039;js&#039;) })(document.getElementsByTagName(&#039;body&#039;)[0]);/*]]&amp;gt;*/&amp;lt;/script&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And in template.css use&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;css&amp;quot;&amp;gt;.ie6{/*specific for internet explorer 6*/}&lt;br /&gt;
.ielt8{/*specific for internet explorer 6 and 7*/}&lt;br /&gt;
.ie{/*specific for all internet explorer */}&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Right-to-Left (RTL) Languages and justify==&lt;br /&gt;
&lt;br /&gt;
The text editor within LimeSurvey is able to format RTL Text. However, the editor itself shows the RTL language in a left to right format when justified.  This is just an editor display issue. The RTL and justified question or text will display correctly from right to left, even when justified, in your survey or on preview.&lt;br /&gt;
&lt;br /&gt;
==Keywords==&lt;br /&gt;
&lt;br /&gt;
Keywords within a template file get replaced by the current survey information. They are surrounded by curly brackets, for example: {SURVEYNAME}&lt;br /&gt;
&lt;br /&gt;
The following strings will be replaced by LimeSurvey when parsing the template file and presenting it to survey users. These field strings will work on almost every template except for the &#039;Completed Page&#039;. (Most of these strings can be found in the common.php file. If it&#039;s not there, look in the index.php file.)&lt;br /&gt;
&lt;br /&gt;
{|class=wikitable&lt;br /&gt;
!&#039;&#039;&#039;Keyword&#039;&#039;&#039;!!&#039;&#039;&#039;Template files&#039;&#039;&#039;!!&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{SURVEYNAME}||All Files||The survey title&lt;br /&gt;
|-&lt;br /&gt;
|{SURVEYDESCRIPTION}||All Files||The survey description&lt;br /&gt;
|-&lt;br /&gt;
|{WELCOME}||All files (mainly for welcome.pstpl)||The survey &#039;welcome&#039; text&lt;br /&gt;
|-&lt;br /&gt;
|{PERCENTCOMPLETE}||survey.pstpl||A small graph showing the percentage of the survey completed&lt;br /&gt;
|-&lt;br /&gt;
|{GROUPNAME}||startgroup.pstpl, groupdescription.pstpl, endgroup.pstpl||Displays the current group name&lt;br /&gt;
|-&lt;br /&gt;
|{GROUPDESCRIPTION}||startgroup.pstpl, groupdescription.pstpl, endgroup.pstpl||Displays the current group description&lt;br /&gt;
|-&lt;br /&gt;
|{NUMBEROFQUESTIONS}||welcome.pstpl||Displays the total number of questions in the survey (just the number)&lt;br /&gt;
|-&lt;br /&gt;
|{THEREAREXQUESTIONS}||welcome.pstpl||Displays the sentence &amp;quot;There are X questions in this survey&amp;quot; - from the relevant language file. The X is replaced with the number of questions. Note that this will also work appropriately for singular or plural. If there is only 1 question, it will print &amp;quot;There is 1 question in this survey&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|{CHECKJAVASCRIPT}||All files (mainly for welcome.pstpl)||Warning message when end-user browser have javascript disabled&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION}||Question.pstpl||(&#039;&#039;&#039;Has been superseeded but the {QUESTION_...} keywords as of LS1.87&#039;&#039;&#039;) Displays the current question text (The format of {QUESTION} can customised by editing &#039;question_start.pstpl&#039;) Use the following: {QUESTION_TEXT}, {QUESTION_MANDATORY}, {QUESTION_HELP}, {QUESTION_MAN_MESSAGE}, {QUESTION_VALID_MESSAGE} and {QUESTION_INPUT_ERROR_CLASS} and appropriate wrapping HTML instead of {QUESTION}&lt;br /&gt;
|-&lt;br /&gt;
|{ANSWER}||question.pstpl, print_question.pstpl||presents the answer form for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{SGQ}||question.pstpl, question text||Can be used in the question text itself, to reference the input field of the question dynamically by displaying the Survey-Group-Question id for the current question. (as of svn build 9755)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTIONHELP}||question.pstpl, print_question.pstpl||Displays help text (predefined tip for question type) for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_CLASS}||question.pstpl, print_question.pstpl||unique class for each question type. (To be included in the question&#039;s wrapping tag.)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_CODE}||question.pstpl, print_question.pstpl||Displays the current question code&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_ESSENTIALS}||question.pstpl||the question ID and (if a question is conditional), &#039;style=&amp;quot;display:none;&amp;quot;&#039;. (To be included in the question&#039;s wrapping tag.)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_HELP}||question.pstp, question_start.pstpl||Displays the user defined help text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_TYPE_HELP}||print_question.pstp||Displays the user defined help text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_INPUT_ERROR_CLASS}||question.pstp, question_start.pstpl||Provides a class if there was user input error&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_ID}||print_question.pstp||Provides a unique ID for each question to allow styling for specific questions&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_TEXT}||question.pstp, print_question.pstp, question_start.pstpl||Displays the text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_MANDATORY}||question.pstp, print_question.pstp, question_start.pstpl||Displays the translated &#039;Mandatory&#039; text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_MAN_CLASS}||question.pstpl, print_question.pstpl||class if a question is mandatory. (To be included in the question&#039;s wrapping tag.)&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_MAN_MESSAGE}||question.pstp, print_question.pstp, question_start.pstpl||Displays the translated &#039;Mandatory&#039; help message text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_NUMBER}||print_question.pstpl||Incremental count of questions.&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_VALID_MESSAGE}||question.pstp, print_question.pstp, question_start.pstpl||Displays the translated valid help message text for the current question&lt;br /&gt;
|-&lt;br /&gt;
|{QUESTION_SCENARIO}||print_question.pstp||Prints out the &#039;scenario&#039; text for conditional questions.&lt;br /&gt;
|-&lt;br /&gt;
|{NAVIGATOR}||navigator.pstpl||Displays navigation buttons (next, prev, last)&lt;br /&gt;
|-&lt;br /&gt;
|{CLEARALL}||All files (but intended for navigator.pstpl)||Displays the &amp;quot;Exit and Clear Results&amp;quot; link&lt;br /&gt;
|-&lt;br /&gt;
|{COMPLETED}||completed.pstpl||Displays the &#039;completed&#039; message for registering, will change depending on whether the attribute_1 and attribute_2 fields are set.&lt;br /&gt;
|-&lt;br /&gt;
|{URL}||completed.pstpl||Displays the survey &#039;url&#039; and &#039;url text&#039;&lt;br /&gt;
|-&lt;br /&gt;
|{PRIVACYMESSAGE}||privacy.pstpl||The privacy message is shown if you set your survey to be anonymous. [[Translating LimeSurvey|The text can be edited/translated]] in the language files. This can also be changed manually by editing the privacy.pstpl template you wish to use.&lt;br /&gt;
|-&lt;br /&gt;
|{TEMPLATEURL}||All Files||The URL to the current template location (useful for referencing image files in your template)&lt;br /&gt;
|-&lt;br /&gt;
|{SUBMITCOMPLETE}||endpage.pstpl||The statement (from the language files) that tells the user they have completed the survey, and to press the &amp;quot;Submit&amp;quot; button&lt;br /&gt;
|-&lt;br /&gt;
|{SUBMITREVIEW}||survey.pstpl||The statement (from the language files) that tells the user they can review/change the answers they have made by clicking &amp;quot;&amp;lt;&amp;lt; prev&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|{SAVEDID}||All Files||Displays &#039;Response ID&#039; of user&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:FIRSTNAME}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users first name from the tokens table&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:LASTNAME}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users last name from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:EMAIL}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users email from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:ATTRIBUTE_1}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users attribute_1 from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{TOKEN:ATTRIBUTE_2}||All Files||***If survey answers are NOT ANONYMOUS - gets replaced with the users attribute_2 from the tokens table***&lt;br /&gt;
|-&lt;br /&gt;
|{ANSWERSCLEARED}||Preferably in navigator.pstpl||The &amp;quot;Answers Cleared&amp;quot; statement from the language files&lt;br /&gt;
|-&lt;br /&gt;
|{RESTART}||clearall.pstpl||URL to restart the survey&lt;br /&gt;
|-&lt;br /&gt;
|{CLOSEWINDOW}||All Files (Preferably in navigator.pstpl)||URL to close current window&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERERROR}||register.pstpl||Shows any error messages in the register page (ie: &amp;quot;You must include an email address&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERMESSAGE1}||register.pstpl||The statement &amp;quot;You must be registered to complete this survey&amp;quot; from the language files&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERMESSAGE2}||register.pstpl||Details about registering from the language files&lt;br /&gt;
|-&lt;br /&gt;
|{REGISTERFORM}||register.pstpl||The actual form for registering, will change depending on whether the attribute_1 and attribute_2 fields are set.&lt;br /&gt;
|-&lt;br /&gt;
|{SAVE}||Works suitable on navigator.pstpl||Displays the &#039;Save your responses so far&#039; button to offer the user to save and come back later to continue the survey. If the Save option is deactivated in the survey properties the tag will not be shown and ignored.&lt;br /&gt;
|-&lt;br /&gt;
|{LANGUAGECHANGER}||survey.pstpl||Displays a switch in multilingual surveys to change the question.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Input/Buttons==&lt;br /&gt;
&lt;br /&gt;
Each &amp;quot;input&amp;quot; type in a survey has been given its own class name, so that you can add CSS to your &amp;quot;startpage.pstpl&amp;quot; file, and have some control over the appearance of form buttons and inputs. These class names are as follows:&lt;br /&gt;
*&#039;&#039;&#039;submit&#039;&#039;&#039; (Submit Buttons)&lt;br /&gt;
*&#039;&#039;&#039;text&#039;&#039;&#039; (Text Inputs - for short free text, date and numerical type)&lt;br /&gt;
*&#039;&#039;&#039;answertext&#039;&#039;&#039; (Text of answers)&lt;br /&gt;
*&#039;&#039;&#039;radio&#039;&#039;&#039; (Radio Buttons)&lt;br /&gt;
*&#039;&#039;&#039;checkbox&#039;&#039;&#039; (Check Boxes)&lt;br /&gt;
*&#039;&#039;&#039;select&#039;&#039;&#039; (Select / List Boxes)&lt;br /&gt;
*&#039;&#039;&#039;textarea&#039;&#039;&#039; (Large text inputs - for long free text)&lt;br /&gt;
*&#039;&#039;&#039;clearall&#039;&#039;&#039; (The &amp;quot;Exit and Clear Survey&amp;quot; link)&lt;br /&gt;
*&#039;&#039;&#039;rank&#039;&#039;&#039; (The rank style question. Doesn&#039;t set the colour of the select box or the text boxes (these are set by relevant section above) but does allow changing of background colour, text colour and size etc for the rest of the ranking question)&lt;br /&gt;
*&#039;&#039;&#039;graph&#039;&#039;&#039; (The &amp;quot;percentage completed&amp;quot; graph table)&lt;br /&gt;
*&#039;&#039;&#039;innergraph&#039;&#039;&#039; (The table inside the graph table - this contains the 0% and 100% text. Use this for changing the size of this text)&lt;br /&gt;
*&#039;&#039;&#039;question&#039;&#039;&#039; (General settings for any question that is displayed within a table. Generally you should use this to make sure that their font size and colour is the same as you have used elsewhere as a default)&lt;br /&gt;
*&#039;&#039;&#039;mandatory&#039;&#039;&#039;  (Mandatory questions)&lt;br /&gt;
*&#039;&#039;&#039;input-error&#039;&#039;&#039; (User input error - for if a user has made a mistake with a mandatory question or question with validation)&lt;br /&gt;
*&#039;&#039;&#039;array1&#039;&#039;&#039; and &#039;&#039;&#039;array2&#039;&#039;&#039; (These two styles are cycled when presenting the range of answers for an array type question. This allows you to set an alternating background colour for these question types. &#039;&#039;&#039;Array1&#039;&#039;&#039; is also used for the column headings in these question types)&lt;br /&gt;
*&#039;&#039;&#039;errormandatory&#039;&#039;&#039; (Sets the colour and style of the &amp;quot;This question is mandatory&amp;quot; error message)&lt;br /&gt;
*&#039;&#039;&#039;warningjs&#039;&#039;&#039; (Sets the colour and style of the warning message displayed if the participant&#039;s browser has javascript disabled)&lt;br /&gt;
&lt;br /&gt;
There are also some elements that can be accessed using the ID of the element (&#039;&#039;&#039;#ID&#039;&#039;&#039; in CSS):&lt;br /&gt;
*&#039;&#039;&#039;surveycontact&#039;&#039;&#039; (The contact message shown on the start page)&lt;br /&gt;
*&#039;&#039;&#039;tokenmessage&#039;&#039;&#039; (used for messages inside the survey, e.g. the session expired error message)&lt;br /&gt;
&lt;br /&gt;
An example of using these classes with style sheets can be found in the &amp;quot;bubblegum&amp;quot; template that comes with the LimeSurvey application.&lt;br /&gt;
&lt;br /&gt;
Because you can edit all the HTML aspects, there&#039;s no reason to surround your templates with a &amp;lt;div class=&#039;new_name&#039;&amp;gt; and then define a css for that new_name class.&lt;br /&gt;
&lt;br /&gt;
==Styling the progress bar==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Before version 1.87:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The chart.jpg file is a simple one pixel image file which is used to create the progress bar image in the &#039;PERCENTCOMPLETE&#039; table. If the file does not exist, LimeSurvey will use the default &#039;maroon&#039; coloured image in the public directory. If you want to create a bar to match your own colour scheme, then you should save the color in this file. Remember it should be a &#039;&#039;&#039;JPEG&#039;&#039;&#039; file, 1 pixel x 1 pixel, in the colour desired.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 1.87 and newer:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The progress bar appearance can be modified with CSS.&lt;br /&gt;
&lt;br /&gt;
To change the background colour of the bar, add something like the following to the end of your template.css file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#progress-wrapper .ui-widget-header {&lt;br /&gt;
 background-color: #3300FF;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To change the border colour of the bar, add something like the following to the end of your template.css file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#progress-wrapper .ui-widget-content,&lt;br /&gt;
#progress-wrapper .ui-widget-header {&lt;br /&gt;
 border: 1px solid #FF0000;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Advanced Features Available to Developers==&lt;br /&gt;
&lt;br /&gt;
Starting with version 0.99, LimeSurvey has integrated some user-made patches that allow for some special changes.  These very advanced features generally require changes to the underlying code base of LimeSurvey and should be done carefully so as not to introduce security holes.&lt;br /&gt;
&lt;br /&gt;
===Basic CMS Integration support===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;Deprecated: This function is not available anymore in version 2.0 or later&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To be able to integrate LimeSurvey into another CMS, use the following options in &#039;&#039;&#039;config.php&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
// Set $embedded to true and specify the header and footer functions if the survey is to be displayed embedded in a CMS&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
$embedded = false;&lt;br /&gt;
$embedded_inc = &amp;quot;&amp;quot;;               // path to the header to include if any&lt;br /&gt;
$embedded_headerfunc = &amp;quot;&amp;quot;;        // e.g. COM_siteHeader for geeklog&lt;br /&gt;
$embedded_footerfunc = &amp;quot;&amp;quot;;        // e.g. COM_siteFooter for geeklog&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;&#039;$embedded = true;&#039;&#039;&#039; to enable CMS-embedding. By using the &#039;&#039;&#039;$embedded_inc&#039;&#039;&#039; variable one can include their own &#039;&#039;&#039;.php&#039;&#039;&#039; files.  By setting &#039;&#039;&#039;$embedded_headerfunc&#039;&#039;&#039; or &#039;&#039;&#039;$embedded_footerfunc&#039;&#039;&#039;, one can call functions from within included files that output the relevant headers or footers instead of LimeSurveys default ones.&lt;br /&gt;
&lt;br /&gt;
===Support for your own Javascript functions===&lt;br /&gt;
&lt;br /&gt;
Some users may need to run Javascript on the survey pages, but calling &#039;&#039;&#039;checkconditions()&#039;&#039;&#039; in the BODY element made it impossible to do so.  This call has been replaced with a small JavaScript function in the HEAD that sniffs for the existence of &#039;&#039;&#039;checkconditions()&#039;&#039;&#039; and &#039;&#039;&#039;template_onload()&#039;&#039;&#039; before calling each.  This way a template author can create their own &#039;&#039;&#039;template_onload()&#039;&#039;&#039; function in the HEAD that replaces the default one.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version 1.87 and newer:&#039;&#039;&#039;&lt;br /&gt;
*Disable XSS filter - in Global settings -&amp;gt; Security, set &amp;quot;Filter HTML for XSS&amp;quot; to No.&lt;br /&gt;
*Enter your script in the source of a question or group description.&lt;br /&gt;
*There are more details in the [[Workarounds: Manipulating a survey at runtime using Javascript#How to use Script (eg. JavaScript etc.) in LimeSurvey?|workaround section]].&lt;br /&gt;
&lt;br /&gt;
=Videos on Templates=&lt;br /&gt;
&lt;br /&gt;
This video will demonstrate the basic and advanced template functions that are available to all LimeSurvey users. This includes changing the appearance of certain forms and inserting custom graphics. Additionally, it will thoroughly walk you through on how to edit and preview specific page templates, importing/exporting templates, modify appearance of questions in the CSS, customizing survey description page, and completed page.&lt;br /&gt;
&lt;br /&gt;
[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization]&lt;br /&gt;
&lt;br /&gt;
=Tips &amp;amp; Tricks=&lt;br /&gt;
&lt;br /&gt;
==Some language specific element==&lt;br /&gt;
&lt;br /&gt;
If you want to have some language specific sentence in a survey, for example a help at end of each page, you can add in a .pstl file a sentence and hidding it for other language. And hidding it in the template.css, we can use the pseudo selector :lang, but for best compatibility, we use some class.&lt;br /&gt;
&lt;br /&gt;
Example for a help sentence at bottom of the page, in french and english, put this on endpage.pstpl:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;fr&amp;quot; lang=&amp;quot;fr&amp;quot;&amp;gt;Pour de l&#039;aide en direct appelez le 000000&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;For some help, please call 000000&amp;lt;/div&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and in template.css&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;.lang-fr .en{display:none}&lt;br /&gt;
.lang-en .fr{display:none}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can use it to for other sentence in your question before 1.92 ( in 1.92, there are better solutions).&lt;br /&gt;
&lt;br /&gt;
==Change the layout of the survey page==&lt;br /&gt;
&lt;br /&gt;
When editing a template this template can be assigned to a single survey while the survey list page, which is shown at www.yourdomain.org/limesurveyinstallfolder, lists all your surveys.&lt;br /&gt;
&lt;br /&gt;
To use your current template for this page you have change the according setting at the Global Settings screen; at older versions this change can be done by editing the $defaulttemplate setting at the config file: Copy this setting from config-defaults.php to config.php which overrides config-defaults.php and edit this setting to $defaulttemplate = &#039;yourtemplatename&#039;;&lt;br /&gt;
&lt;br /&gt;
==Import/Export of templates: Mac users==&lt;br /&gt;
&lt;br /&gt;
Mac users, please note: Mac OSX default archive utility may have problems with zip folders &amp;quot;generated on the fly&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
a work around is to unix&#039;es unzip from the command line:&lt;br /&gt;
&lt;br /&gt;
$ unzip template.zip -d template&lt;br /&gt;
&lt;br /&gt;
Archive: template.zip&lt;br /&gt;
&lt;br /&gt;
 inflating: template/startpage&lt;br /&gt;
&lt;br /&gt;
 inflating: ...&lt;br /&gt;
&lt;br /&gt;
or scripts in their mac-compiled counterparts:&lt;br /&gt;
&lt;br /&gt;
http://homepage.mac.com/roger_jolly/software/&lt;br /&gt;
&lt;br /&gt;
==Changing your templates traffic light from red to green==&lt;br /&gt;
&lt;br /&gt;
If you haven&#039;t already, set the admin directory to read/write/execute (777). The files within it, however, may be set to read/execute only (chmod 755).&lt;br /&gt;
&lt;br /&gt;
GO to file directory ie file manager, find templates directory.&lt;br /&gt;
&lt;br /&gt;
1 change permission on eg&amp;quot;vallendar&amp;quot; (or any template of your choice) directory to read 777&lt;br /&gt;
&lt;br /&gt;
2 voila! the red traffic light on &amp;quot;vallendar&amp;quot; is now green.&lt;br /&gt;
&lt;br /&gt;
3 NOTE: to restrict access for safety, when finished editing template files, change all templates files back to what they were eg 644&lt;br /&gt;
&lt;br /&gt;
==Replacing the help icon==&lt;br /&gt;
&lt;br /&gt;
When a question help text is shown then an help.gif image is used from the default template folder.&lt;br /&gt;
&lt;br /&gt;
You can replace this image by uploading a new help.gif, help.png or help.jpg in your custom template folder. It then will be automatically used instead of the default help icon.&lt;br /&gt;
&lt;br /&gt;
==Replacing an existing logo==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: Before uploading a new logo always delete the old, existing one!&lt;br /&gt;
&lt;br /&gt;
1. To edit the logo go to the &amp;amp;bdquo;&amp;lt;u&amp;gt;template.css&amp;lt;/u&amp;gt;&amp;amp;rdquo; file which you can find it here:&lt;br /&gt;
&lt;br /&gt;
[[File:t1.PNG|200px]]&lt;br /&gt;
&lt;br /&gt;
2. Click the search button to find occurrences of logo related styles.&lt;br /&gt;
&lt;br /&gt;
[[File:2.png|200px]]&lt;br /&gt;
&lt;br /&gt;
3. Search for &amp;lt;u&amp;gt;#logo&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:3.PNG|200px]]&lt;br /&gt;
&lt;br /&gt;
4. Edit the main style file&lt;br /&gt;
&lt;br /&gt;
You will see something similar to:&lt;br /&gt;
&lt;br /&gt;
[[File:t4.PNG|500px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want to change the image just replace logo.gif with another image link. Example: (&amp;lt;u&amp;gt;logo.png&amp;lt;/u&amp;gt; or &amp;lt;u&amp;gt;logo.jpg&amp;lt;/u&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want change the image size adjust width and height (in pixels) like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;width:100px; height:100px;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Adding your own logo==&lt;br /&gt;
&lt;br /&gt;
1. Find and open the &amp;amp;bdquo;&amp;lt;u&amp;gt;startpage.pstpl&amp;lt;/u&amp;gt;&amp;amp;rdquo; template file.&lt;br /&gt;
&lt;br /&gt;
[[File:5.PNG|200px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. After the &amp;lt;source lang=&amp;quot;html4strict&amp;quot; &amp;gt;&amp;lt;body ... &amp;gt;&amp;lt;/source&amp;gt; tag add this line to &amp;amp;bdquo;&amp;lt;u&amp;gt;startpage.pstpl&amp;lt;/u&amp;gt;&amp;amp;rdquo;:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&amp;lt;img id=&amp;quot;page_logo&amp;quot; src=&amp;quot;{TEMPLATEURL}logo.png&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. To add logo go to &amp;amp;bdquo;&amp;lt;u&amp;gt;template.css&amp;lt;/u&amp;gt;&amp;amp;rdquo;, you can find it here (see in screen):&lt;br /&gt;
&lt;br /&gt;
[[File:6.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.1 Then go to the end of the main &amp;amp;bdquo;&amp;lt;u&amp;gt;template.css&amp;lt;/u&amp;gt;&amp;amp;rdquo; style file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.2 To align the logo add...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want the logo to be placed at left side:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#page_logo{&lt;br /&gt;
   float:left;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want the logo to be placed at right side:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#page_logo{&lt;br /&gt;
   float:right;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you want to center the logo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;#page_logo{&lt;br /&gt;
   display: block;&lt;br /&gt;
   margin-left: auto;&lt;br /&gt;
   margin-right: auto;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Use the same template with different logos==&lt;br /&gt;
&lt;br /&gt;
If you want to use the same template for all surveys and just want to change the logo for each survey, you can use the {SID} placeholder in the template .pstpl file and thereby refer to different images:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;{TEMPLATEURL}logoImage-{SID}.png&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Remove the default help to all question (hide_tip)==&lt;br /&gt;
&lt;br /&gt;
There are 3 solutions to remove the default help:&lt;br /&gt;
# like a [[Advanced question settings#hide_tip|hide_tip attribute]] but for all question and survey.&lt;br /&gt;
# you can remove the {QUESTIONHELP} and is container from the file question.pstl, but it can be a bad idea for screenreader.&lt;br /&gt;
# for the default template and some other, add this at the end of tempate.css&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;span.questionhelp{display:none;}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Display custom favicon==&lt;br /&gt;
&lt;br /&gt;
A favicon is the little icon you see in the browser&#039;s address bar, list of bookmarks or tab. You can display your own icon as follows:&lt;br /&gt;
#Create a favicon - google will find you lots of free favicon generators&lt;br /&gt;
#Name your new favicon &amp;quot;favicon.ico&amp;quot; and place it in your template directory&lt;br /&gt;
#Add the following code to your &#039;&#039;&#039;startpage.pstpl&#039;&#039;&#039; before the &amp;lt;/head&amp;gt; tag&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;link rel=&amp;quot;shortcut icon&amp;quot; href=&amp;quot;{TEMPLATEURL}favicon.ico&amp;quot; type=&amp;quot;image/x-icon&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;icon&amp;quot; href=&amp;quot;{TEMPLATEURL}favicon.ico&amp;quot; type=&amp;quot;image/x-icon&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Different appearance for survey-/question-pages==&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;Version 1.91 and newer&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
If you want LimeSurvey to change the appearance of every second page (i.e. of even and odd survey pages) you can use &#039;&#039;&#039;.page-odd&#039;&#039;&#039; class in your css file to change the appearance of odd pages.&lt;br /&gt;
&lt;br /&gt;
example from default template of LimeSurvey 1.91+&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
.page-odd table.question-group {&lt;br /&gt;
 background-color: #D2F2D3;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To &#039;&#039;&#039;not&#039;&#039;&#039; differentiate even and odd pages at the (default) template find all instances of &#039;&#039;.page-odd&#039;&#039; in template.css and remove those styles.&lt;br /&gt;
&lt;br /&gt;
==Create a vertical separator  border for dual scale array==&lt;br /&gt;
&lt;br /&gt;
To create a vertical separator border for a dual scale array you can add the following lines to your &#039;&#039;&#039;template.css&#039;&#039;&#039;-file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
table.question thead td.header_separator,&lt;br /&gt;
table.question tbody td.dual_scale_separator&lt;br /&gt;
{&lt;br /&gt;
   border-right:solid 1px #00A8E1;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
header_separator is used to adress the separator for the header &amp;quot;td&amp;quot; and &amp;quot;dual_scale_separator&amp;quot; is used to adress the separator column in the dual scale array.&lt;br /&gt;
&lt;br /&gt;
==Hide the survey contact message shown on the start page/survey list==&lt;br /&gt;
&lt;br /&gt;
To hide the &amp;quot;Please contact ...&amp;quot; message on the start page (with the survey list) you can add the following to the &#039;&#039;&#039;$(document).ready&#039;&#039;&#039; function in the &#039;&#039;&#039;template.js&#039;&#039;&#039; of your used design template:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
$(&#039;#surveycontact&#039;).hide(); //Hides the survey contact message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Remove the survey contact message shown on error messages==&lt;br /&gt;
&lt;br /&gt;
If you want to remove the survey contact message from error messages it&#039;ll be trickier. You can add the following function call to the &#039;&#039;&#039;$(document).ready&#039;&#039;&#039; function in the &#039;&#039;&#039;template.css&#039;&#039;&#039; of your used design template:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
removeContactAdressFromMessage(); //Removes the survey contact message from error messages&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and add the following function to your *template.js* file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
function removeContactAdressFromMessage()&lt;br /&gt;
{&lt;br /&gt;
if ($(&#039;#tokenmessage&#039;).length &amp;gt; 0)&lt;br /&gt;
   {&lt;br /&gt;
   var oldMessage = $(&#039;#tokenmessage&#039;).html();&lt;br /&gt;
   var indexContact = oldMessage.indexOf(&#039;Bitte kontaktieren&#039;);&lt;br /&gt;
   var newMessage = oldMessage.substr(0, indexContact);&lt;br /&gt;
   $(&#039;#tokenmessage&#039;).html(newMessage);&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will probably not work for a survey in English language and has to be extended when used for multilingual surveys. But it&#039;s an idea/tip how to solve this.&lt;br /&gt;
&lt;br /&gt;
==How to deal with multilingual question attributes (before version 2.0 at which those were added)==&lt;br /&gt;
&lt;br /&gt;
If you have a multilingual survey and e. g. want to use a different string for the &amp;quot;other&amp;quot; field, this could only be done for the base language (until this feature was added at LimeSurvey 2.0). To work around this, paste in the field to change the label for &amp;quot;other&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;en&amp;quot;&amp;gt;New label&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;fr&amp;quot;&amp;gt;Nouveau label&amp;lt;/span&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At the template.css of your template (at /limesurvey/upload/templates/&amp;lt;yourtemplatename&amp;gt;/template.css) add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;html:lang(en) .fr{display:none}&lt;br /&gt;
html:lang(fr) .en{display:none}&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Theme_editor/1/it&amp;diff=62272</id>
		<title>Translations:Theme editor/1/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Theme_editor/1/it&amp;diff=62272"/>
		<updated>2014-08-28T11:59:26Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;=Introduzione=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduzione=&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/it&amp;diff=61836</id>
		<title>LimeSurvey Manual/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/it&amp;diff=61836"/>
		<updated>2014-05-30T13:31:07Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Introduzione=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
Principali capitoli:&lt;br /&gt;
*[[Installation/it|Installazione]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
*[[Primi passi]]&lt;br /&gt;
*[[Creazione indagini - Introduzione]]&lt;br /&gt;
*[[Gestione indagini]]&lt;br /&gt;
*[[Funzionalità avanzate senza categoria]]&lt;br /&gt;
*[[FAQ generali]]&lt;br /&gt;
*[[Glossario di LimeSurvey]]&lt;br /&gt;
*[[Come progettare una buona indagine (guida)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
*[[Licenza]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] è un programma che permette di creare in modo semplice ed efficace indagini di tipo online, a cui possono partecipare decine di migliaia di intervistati. &lt;br /&gt;
Il software permette di creare indagini pilotate per facilitare la compilazione da parte dell&#039;intervistato.&lt;br /&gt;
&lt;br /&gt;
Il manuale fornisce un supporto sia per le operazioni di installazione e amministrazione del programma, sia per la creazione vera e propria delle indagini e la gestione dei risultati.&lt;br /&gt;
&lt;br /&gt;
Negli ultimi anni sono stati fatti grandi passi avanti per lo sviluppo del programma, introducendo nuove funzionalità e potenziando quelle già esistenti.&lt;br /&gt;
Assicurati di aver aggiornato il programma all&#039;ultima versione disponibile per poter sfruttare al meglio LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
Dal box a fianco potrai accedere ai principali capitoli della guida, mentre per selezionare specifici argomenti ti invitiamo a consultare l&#039;indice del manuale di seguito, che rimanda alle specifiche pagine.&lt;br /&gt;
&lt;br /&gt;
Se non trovi quello che cerchi potrai sempre utilizzare &lt;br /&gt;
il box &#039;&#039;&#039;Ricerca&#039;&#039;&#039; in alto a destra, oppure consulta le [[General FAQ]] e [[Workarounds]], ti segnaliamo inoltre i nostri forum [http://www.limesurvey.org/en/forum/ discussion forums].&lt;br /&gt;
&lt;br /&gt;
Ricorda che [http://www.limesurvey.org/ LimeSurvey]è un programma open-source e gratis. &lt;br /&gt;
Hai trovato degli errori o delle inesattezze? Aiutaci a migliorarle!&lt;br /&gt;
Inoltre,tutta questa documentazione è di tipo &amp;quot;Wiki&amp;quot; perciò dà la possibilità a te o a chiunque altro di modificarne il contenuto. &lt;br /&gt;
Supporta il team di LimeSurvey &lt;br /&gt;
[http://donate.limesurvey.org donate] e aiutaci a fare la differenza!!&lt;br /&gt;
&lt;br /&gt;
= Manuale - Indice=&lt;br /&gt;
&lt;br /&gt;
*[[Installation/it|Installazione]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
**[[Creating a new survey]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Aggiungere una domanda]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Tokens]]&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
**[[Authentication vs Atlassian Crowd]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
&lt;br /&gt;
=sviluppo di LimeSurvey=&lt;br /&gt;
*[[Development overview]] - Introduzione allo sviluppo di LimeSurvey&lt;br /&gt;
*[[LimeSurvey 1.x development documentation]]&lt;br /&gt;
*[[LimeSurvey 2.x development documentation]]&lt;br /&gt;
&lt;br /&gt;
=Tradurre LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
Se vuoi &amp;quot;aggiungere una nuova traduzione&amp;quot; o &amp;quot;correggere una traduzione&amp;quot; puoi seguire queste istruzioni:&lt;br /&gt;
*[[Translating LimeSurvey|How to translate LimeSurvey 1.x/2.x]]&lt;br /&gt;
&lt;br /&gt;
=Google Summer of Code / partecipazioni ai Code-In=&lt;br /&gt;
*[[Project Ideas for GSoC 2013]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2012]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2011]]&lt;br /&gt;
*[[LimeSurvey GSoC 2011]]/[[GSoC getting started]]&lt;br /&gt;
*[[LimeSurvey GSoC 2010]]&lt;br /&gt;
*[[LimeSurvey GSoC 2009]]&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/9/it&amp;diff=61835</id>
		<title>Translations:LimeSurvey Manual/9/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/9/it&amp;diff=61835"/>
		<updated>2014-05-30T13:31:06Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Installation/it|Installazione]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creating surveys - Introduction]]&lt;br /&gt;
**[[Creating a new survey]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Aggiungere una domanda]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Tokens]]&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
**[[Authentication vs Atlassian Crowd]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/it&amp;diff=61834</id>
		<title>LimeSurvey Manual/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Manual/it&amp;diff=61834"/>
		<updated>2014-05-30T13:29:37Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Introduzione=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
Principali capitoli:&lt;br /&gt;
*[[Installation/it|Installazione]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
*[[Primi passi]]&lt;br /&gt;
*[[Creazione indagini - Introduzione]]&lt;br /&gt;
*[[Gestione indagini]]&lt;br /&gt;
*[[Funzionalità avanzate senza categoria]]&lt;br /&gt;
*[[FAQ generali]]&lt;br /&gt;
*[[Glossario di LimeSurvey]]&lt;br /&gt;
*[[Come progettare una buona indagine (guida)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
*[[Licenza]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[http://www.limesurvey.com/ LimeSurvey] è un programma che permette di creare in modo semplice ed efficace indagini di tipo online, a cui possono partecipare decine di migliaia di intervistati. &lt;br /&gt;
Il software permette di creare indagini pilotate per facilitare la compilazione da parte dell&#039;intervistato.&lt;br /&gt;
&lt;br /&gt;
Il manuale fornisce un supporto sia per le operazioni di installazione e amministrazione del programma, sia per la creazione vera e propria delle indagini e la gestione dei risultati.&lt;br /&gt;
&lt;br /&gt;
Negli ultimi anni sono stati fatti grandi passi avanti per lo sviluppo del programma, introducendo nuove funzionalità e potenziando quelle già esistenti.&lt;br /&gt;
Assicurati di aver aggiornato il programma all&#039;ultima versione disponibile per poter sfruttare al meglio LimeSurvey!&lt;br /&gt;
&lt;br /&gt;
Dal box a fianco potrai accedere ai principali capitoli della guida, mentre per selezionare specifici argomenti ti invitiamo a consultare l&#039;indice del manuale di seguito, che rimanda alle specifiche pagine.&lt;br /&gt;
&lt;br /&gt;
Se non trovi quello che cerchi potrai sempre utilizzare &lt;br /&gt;
il box &#039;&#039;&#039;Ricerca&#039;&#039;&#039; in alto a destra, oppure consulta le [[General FAQ]] e [[Workarounds]], ti segnaliamo inoltre i nostri forum [http://www.limesurvey.org/en/forum/ discussion forums].&lt;br /&gt;
&lt;br /&gt;
Ricorda che [http://www.limesurvey.org/ LimeSurvey]è un programma open-source e gratis. &lt;br /&gt;
Hai trovato degli errori o delle inesattezze? Aiutaci a migliorarle!&lt;br /&gt;
Inoltre,tutta questa documentazione è di tipo &amp;quot;Wiki&amp;quot; perciò dà la possibilità a te o a chiunque altro di modificarne il contenuto. &lt;br /&gt;
Supporta il team di LimeSurvey &lt;br /&gt;
[http://donate.limesurvey.org donate] e aiutaci a fare la differenza!!&lt;br /&gt;
&lt;br /&gt;
= Manuale - Indice=&lt;br /&gt;
&lt;br /&gt;
*[[Installation/it|Installazione]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creare un&#039;indagine - Introduzione]]&lt;br /&gt;
**[[Creating a new survey]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Aggiungere una domanda]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Tokens]]&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
**[[Authentication vs Atlassian Crowd]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;br /&gt;
&lt;br /&gt;
=sviluppo di LimeSurvey=&lt;br /&gt;
*[[Development overview]] - Introduzione allo sviluppo di LimeSurvey&lt;br /&gt;
*[[LimeSurvey 1.x development documentation]]&lt;br /&gt;
*[[LimeSurvey 2.x development documentation]]&lt;br /&gt;
&lt;br /&gt;
=Tradurre LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
Se vuoi &amp;quot;aggiungere una nuova traduzione&amp;quot; o &amp;quot;correggere una traduzione&amp;quot; puoi seguire queste istruzioni:&lt;br /&gt;
*[[Translating LimeSurvey|How to translate LimeSurvey 1.x/2.x]]&lt;br /&gt;
&lt;br /&gt;
=Google Summer of Code / partecipazioni ai Code-In=&lt;br /&gt;
*[[Project Ideas for GSoC 2013]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2012]]&lt;br /&gt;
*[[LimeSurvey Google Code-in 2011]]&lt;br /&gt;
*[[LimeSurvey GSoC 2011]]/[[GSoC getting started]]&lt;br /&gt;
*[[LimeSurvey GSoC 2010]]&lt;br /&gt;
*[[LimeSurvey GSoC 2009]]&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/9/it&amp;diff=61833</id>
		<title>Translations:LimeSurvey Manual/9/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:LimeSurvey_Manual/9/it&amp;diff=61833"/>
		<updated>2014-05-30T13:29:36Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Installation/it|Installazione]]&lt;br /&gt;
**[[Optional settings]]&lt;br /&gt;
**[[Upgrading from a previous version]]&lt;br /&gt;
***[[ComfortUpdate]]&lt;br /&gt;
***[[Upgrade hints for version 1.92]]&lt;br /&gt;
**[[Transferring an installation]]&lt;br /&gt;
**[[Installation FAQ]]&lt;br /&gt;
**[[Installation security hints]]&lt;br /&gt;
*[[Administering LimeSurvey]]&lt;br /&gt;
**[[Global settings]]&lt;br /&gt;
**[[Manage users]]&lt;br /&gt;
**[[Manage user groups]]&lt;br /&gt;
**[[Label sets]]&lt;br /&gt;
**[[The template editor]]&lt;br /&gt;
**[[Localisation]]&lt;br /&gt;
**[[Survey Status Screen]]&lt;br /&gt;
**[[Central participants database]]&lt;br /&gt;
*[[Getting Started]]&lt;br /&gt;
**[[First login - Your user preferences]]&lt;br /&gt;
*[[Creare un&#039;indagine - Introduzione]]&lt;br /&gt;
**[[Creating a new survey]]&lt;br /&gt;
***[[Importing a survey structure]]&lt;br /&gt;
***[[Survey security settings]]&lt;br /&gt;
**[[Creating a question group]]&lt;br /&gt;
***[[Change group order]]&lt;br /&gt;
**[[Aggiungere una domanda]]&lt;br /&gt;
***[[Question types]]&lt;br /&gt;
****[[Question type - Array]]&lt;br /&gt;
****[[Question type - Array by column]]&lt;br /&gt;
****[[Question type - Array dual scale]]&lt;br /&gt;
****[[Question type - Array (5 point choice)]]&lt;br /&gt;
****[[Question type - Array (10 point choice)]]&lt;br /&gt;
****[[Question type - Array (Increase-Same-Decrease)]]&lt;br /&gt;
****[[Question type - Array (Numbers)]]&lt;br /&gt;
****[[Question type - Array (Texts)]]&lt;br /&gt;
****[[Question type - Array (Yes-No-Uncertain)]]&lt;br /&gt;
****[[Question type - Date]]&lt;br /&gt;
****[[Question type - Equation]]&lt;br /&gt;
****[[Question type - File upload]]&lt;br /&gt;
****[[Question type - Gender]]&lt;br /&gt;
****[[Question type - Language switch]]&lt;br /&gt;
****[[Question type - Numerical input]]&lt;br /&gt;
****[[Question type - Multiple numerical input]]&lt;br /&gt;
****[[Question type - Ranking]]&lt;br /&gt;
****[[Question type - Text display]]&lt;br /&gt;
****[[Question type - Yes-No]]&lt;br /&gt;
****[[Question type - Multiple choice]]&lt;br /&gt;
****[[Question type - Multiple choice with comments]]&lt;br /&gt;
****[[Question type - 5 point choice]]&lt;br /&gt;
****[[Question type - List (Dropdown)]]&lt;br /&gt;
****[[Question type - List (Radio)]]&lt;br /&gt;
****[[Question type - List with comment]]&lt;br /&gt;
****[[Question type - Short free text]]&lt;br /&gt;
****[[Question type - Long free text]]&lt;br /&gt;
****[[Question type - Huge free text]]&lt;br /&gt;
****[[Question type - Multiple short text]]&lt;br /&gt;
***[[Change question order]]&lt;br /&gt;
***[[Question preview]]&lt;br /&gt;
***[[Adding answers or subquestions]]&lt;br /&gt;
**[[Setting conditions]]&lt;br /&gt;
***[[Expression Manager]]&lt;br /&gt;
****[[Expression Manager for developers]]&lt;br /&gt;
****[[Expression Manager HowTos]]&lt;br /&gt;
****[[Expression Manager Roadmap]]&lt;br /&gt;
****[[Expression Manager Examples]]&lt;br /&gt;
****[[Expression Manager Sample Surveys]]&lt;br /&gt;
***[[Show Logic File]]&lt;br /&gt;
**[[Assessments]]&lt;br /&gt;
**[[Quotas]]&lt;br /&gt;
**[[Email templates]]&lt;br /&gt;
*[[Managing Surveys]]&lt;br /&gt;
**[[Testing a survey]]&lt;br /&gt;
**[[Validate Survey Logic]]&lt;br /&gt;
**[[Activating a survey]]&lt;br /&gt;
**[[Running a survey safely]]&lt;br /&gt;
**[[Browsing survey results]]&lt;br /&gt;
**[[Closing a survey]]&lt;br /&gt;
**[[Changing an active survey]]&lt;br /&gt;
**[[Tokens]]&lt;br /&gt;
***[[Email bounce tracking system]]&lt;br /&gt;
**[[Iterate Survey]]&lt;br /&gt;
**[[Data entry]]&lt;br /&gt;
**[[Statistics]]&lt;br /&gt;
**[[Exporting results]]&lt;br /&gt;
**[[Exporting a survey structure]]&lt;br /&gt;
***[[Excel Survey Structure]]&lt;br /&gt;
**[[Quick-translation]]&lt;br /&gt;
*[[Not Categorized and Advanced Features]]&lt;br /&gt;
**[[SGQA identifier]]&lt;br /&gt;
**[[Using regular expressions]]&lt;br /&gt;
**[[RemoteControl 2 API]]&lt;br /&gt;
**[[Authentication vs Atlassian Crowd]]&lt;br /&gt;
*[[General FAQ]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[[LimeSurvey Glossary]]&lt;br /&gt;
*[[How to design a good survey (guide)]]&lt;br /&gt;
*[[Workarounds]]&lt;br /&gt;
**[[Workarounds: Question design, layout and templating]]&lt;br /&gt;
**[[Workarounds: Manipulating a survey at runtime using Javascript]]&lt;br /&gt;
**[[Workarounds: Survey behaviour]]&lt;br /&gt;
**[[Workarounds: Further solutions provided by LimeSurvey users]]&lt;br /&gt;
*[[License]]&lt;br /&gt;
*[[Version change log]]&lt;br /&gt;
*[[Plugins]]&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61832</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61832"/>
		<updated>2014-05-30T13:26:36Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
Ci sono molti video tutorial su LimeSurvey, ecco di seguito quelli che consideriamo i migliori.&lt;br /&gt;
Crea un nuovo tutorial e aggiungilo qui sotto, sarà benaccetto!&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - video tutorial creato da 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; ] - interessante video disponibile su YouTube, che può essere visto anche in HD.&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - Ottima introduzione alla modifica e personalizzazione dei Template.&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&gt;
&lt;br /&gt;
Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Indagine==&lt;br /&gt;
&lt;br /&gt;
In questa barra è possibile selezionare un &#039;&#039;&#039;Gruppo di domande&#039;&#039;&#039; tra quelle esistenti oppure &#039;&#039;&#039;Creare un gruppo di domande&#039;&#039;&#039; mediante l&#039;apposito pulsante [[File:CreateSurvey-button.png]]. &lt;br /&gt;
In entrambi i casi apparirà una seconda barra relativa al &#039;&#039;&#039;Gruppo&#039;&#039;&#039;, sotto gli strumenti di gestione dell&#039; &#039;&#039;&#039;Indagine&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Gruppo domande==&lt;br /&gt;
&lt;br /&gt;
Anche in questo caso, all&#039;interno del gruppo di domande è possibile selezionare una &#039;&#039;&#039;Domanda&#039;&#039;&#039; pre-esistente oppure cliccare sull&#039;icona &#039;&#039;&#039;Creare una domanda&#039;&#039;&#039; [[File:CreateSurvey-button.png]]. &lt;br /&gt;
Apparirà di conseguenza un quarto menù per modificare le &#039;&#039;&#039;Domande&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Icone comuni==&lt;br /&gt;
&lt;br /&gt;
Nelle singole barre degli strumenti saranno sempre presenti i seguenti pulsanti:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Modifica&#039;&#039;&#039;[[File:edit-button.png]]: per modificare &lt;br /&gt;
l&#039;oggetto selezionato&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Elimina&#039;&#039;&#039; [[File:delete-button.png]]: per eliminare l&#039;oggetto&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Esporta&#039;&#039;&#039; [[File:export-button.png]]: per esportare la struttura di un sondaggio, di un gruppo di domande o di una domanda.&lt;br /&gt;
Si ricorda infatti che il pulsante &#039;&#039;&#039;Crea&#039;&#039;&#039; [[File:CreateSurvey-button.png]] permette di importare un oggetto pre-esistente.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Infine, per le barre relative ai &#039;&#039;&#039;Gruppi&#039;&#039;&#039; e alle &#039;&#039;&#039;Domande&#039;&#039;&#039;, il pulsante &#039;&#039;&#039;Riordinare&#039;&#039;&#039; [[File:change-order-button.png]] permette di modificare l&#039;ordine di visualizzazione delle domande del questionario.&lt;br /&gt;
&lt;br /&gt;
[[File:QuestionToolbar.png]]&lt;br /&gt;
&lt;br /&gt;
Infine, le icone più piccole sulla destra [[File:CommonButtons.png]] permettono di restringere, allagare e chiudere la barra/finestra.&lt;br /&gt;
&lt;br /&gt;
Naturalmente ciascuna barra compare mano a mano che si approfondisce il livello (Indagine, Gruppo di domande, Domanda)&lt;br /&gt;
&lt;br /&gt;
Nelle prossime sezioni verrà approfondito ciascun menù.&lt;br /&gt;
&lt;br /&gt;
=Creare una nuova indagine=&lt;br /&gt;
&lt;br /&gt;
Dopo aver fatto un&#039;introduzione generale sui pulsanti è il momento di creare una nuova indagine! [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/3/it&amp;diff=61831</id>
		<title>Translations:Surveys - introduction/3/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/3/it&amp;diff=61831"/>
		<updated>2014-05-30T13:26:36Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ci sono molti video tutorial su LimeSurvey, ecco di seguito quelli che consideriamo i migliori.&lt;br /&gt;
Crea un nuovo tutorial e aggiungilo qui sotto, sarà benaccetto!&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - video tutorial creato da 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; ] - interessante video disponibile su YouTube, che può essere visto anche in HD.&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - Ottima introduzione alla modifica e personalizzazione dei Template.&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61830</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61830"/>
		<updated>2014-05-30T13:23:20Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
Ci sono molti video tutorial su LimeSurvey, ecco di seguito quelli che consideriamo i migliori.&lt;br /&gt;
Crea un nuovo tutorial e aggiungilo qui sotto, sarà benaccetto!&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;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&gt;
&lt;br /&gt;
Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Indagine==&lt;br /&gt;
&lt;br /&gt;
In questa barra è possibile selezionare un &#039;&#039;&#039;Gruppo di domande&#039;&#039;&#039; tra quelle esistenti oppure &#039;&#039;&#039;Creare un gruppo di domande&#039;&#039;&#039; mediante l&#039;apposito pulsante [[File:CreateSurvey-button.png]]. &lt;br /&gt;
In entrambi i casi apparirà una seconda barra relativa al &#039;&#039;&#039;Gruppo&#039;&#039;&#039;, sotto gli strumenti di gestione dell&#039; &#039;&#039;&#039;Indagine&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Gruppo domande==&lt;br /&gt;
&lt;br /&gt;
Anche in questo caso, all&#039;interno del gruppo di domande è possibile selezionare una &#039;&#039;&#039;Domanda&#039;&#039;&#039; pre-esistente oppure cliccare sull&#039;icona &#039;&#039;&#039;Creare una domanda&#039;&#039;&#039; [[File:CreateSurvey-button.png]]. &lt;br /&gt;
Apparirà di conseguenza un quarto menù per modificare le &#039;&#039;&#039;Domande&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Icone comuni==&lt;br /&gt;
&lt;br /&gt;
Nelle singole barre degli strumenti saranno sempre presenti i seguenti pulsanti:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Modifica&#039;&#039;&#039;[[File:edit-button.png]]: per modificare &lt;br /&gt;
l&#039;oggetto selezionato&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Elimina&#039;&#039;&#039; [[File:delete-button.png]]: per eliminare l&#039;oggetto&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Esporta&#039;&#039;&#039; [[File:export-button.png]]: per esportare la struttura di un sondaggio, di un gruppo di domande o di una domanda.&lt;br /&gt;
Si ricorda infatti che il pulsante &#039;&#039;&#039;Crea&#039;&#039;&#039; [[File:CreateSurvey-button.png]] permette di importare un oggetto pre-esistente.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Infine, per le barre relative ai &#039;&#039;&#039;Gruppi&#039;&#039;&#039; e alle &#039;&#039;&#039;Domande&#039;&#039;&#039;, il pulsante &#039;&#039;&#039;Riordinare&#039;&#039;&#039; [[File:change-order-button.png]] permette di modificare l&#039;ordine di visualizzazione delle domande del questionario.&lt;br /&gt;
&lt;br /&gt;
[[File:QuestionToolbar.png]]&lt;br /&gt;
&lt;br /&gt;
Infine, le icone più piccole sulla destra [[File:CommonButtons.png]] permettono di restringere, allagare e chiudere la barra/finestra.&lt;br /&gt;
&lt;br /&gt;
Naturalmente ciascuna barra compare mano a mano che si approfondisce il livello (Indagine, Gruppo di domande, Domanda)&lt;br /&gt;
&lt;br /&gt;
Nelle prossime sezioni verrà approfondito ciascun menù.&lt;br /&gt;
&lt;br /&gt;
=Creare una nuova indagine=&lt;br /&gt;
&lt;br /&gt;
Dopo aver fatto un&#039;introduzione generale sui pulsanti è il momento di creare una nuova indagine! [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/3/it&amp;diff=61829</id>
		<title>Translations:Surveys - introduction/3/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/3/it&amp;diff=61829"/>
		<updated>2014-05-30T13:23:19Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ci sono molti video tutorial su LimeSurvey, ecco di seguito quelli che consideriamo i migliori.&lt;br /&gt;
Crea un nuovo tutorial e aggiungilo qui sotto, sarà benaccetto!&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;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/1/it&amp;diff=61828</id>
		<title>Translations:Surveys - introduction/1/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/1/it&amp;diff=61828"/>
		<updated>2014-05-30T13:20:48Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;__TOC__&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61827</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61827"/>
		<updated>2014-05-30T13:20:18Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Dopo aver fatto un&amp;#039;introduzione generale sui pulsanti è il momento di creare una nuova indagine! survey settings.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&gt;
&lt;br /&gt;
Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Indagine==&lt;br /&gt;
&lt;br /&gt;
In questa barra è possibile selezionare un &#039;&#039;&#039;Gruppo di domande&#039;&#039;&#039; tra quelle esistenti oppure &#039;&#039;&#039;Creare un gruppo di domande&#039;&#039;&#039; mediante l&#039;apposito pulsante [[File:CreateSurvey-button.png]]. &lt;br /&gt;
In entrambi i casi apparirà una seconda barra relativa al &#039;&#039;&#039;Gruppo&#039;&#039;&#039;, sotto gli strumenti di gestione dell&#039; &#039;&#039;&#039;Indagine&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Gruppo domande==&lt;br /&gt;
&lt;br /&gt;
Anche in questo caso, all&#039;interno del gruppo di domande è possibile selezionare una &#039;&#039;&#039;Domanda&#039;&#039;&#039; pre-esistente oppure cliccare sull&#039;icona &#039;&#039;&#039;Creare una domanda&#039;&#039;&#039; [[File:CreateSurvey-button.png]]. &lt;br /&gt;
Apparirà di conseguenza un quarto menù per modificare le &#039;&#039;&#039;Domande&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Icone comuni==&lt;br /&gt;
&lt;br /&gt;
Nelle singole barre degli strumenti saranno sempre presenti i seguenti pulsanti:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Modifica&#039;&#039;&#039;[[File:edit-button.png]]: per modificare &lt;br /&gt;
l&#039;oggetto selezionato&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Elimina&#039;&#039;&#039; [[File:delete-button.png]]: per eliminare l&#039;oggetto&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Esporta&#039;&#039;&#039; [[File:export-button.png]]: per esportare la struttura di un sondaggio, di un gruppo di domande o di una domanda.&lt;br /&gt;
Si ricorda infatti che il pulsante &#039;&#039;&#039;Crea&#039;&#039;&#039; [[File:CreateSurvey-button.png]] permette di importare un oggetto pre-esistente.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Infine, per le barre relative ai &#039;&#039;&#039;Gruppi&#039;&#039;&#039; e alle &#039;&#039;&#039;Domande&#039;&#039;&#039;, il pulsante &#039;&#039;&#039;Riordinare&#039;&#039;&#039; [[File:change-order-button.png]] permette di modificare l&#039;ordine di visualizzazione delle domande del questionario.&lt;br /&gt;
&lt;br /&gt;
[[File:QuestionToolbar.png]]&lt;br /&gt;
&lt;br /&gt;
Infine, le icone più piccole sulla destra [[File:CommonButtons.png]] permettono di restringere, allagare e chiudere la barra/finestra.&lt;br /&gt;
&lt;br /&gt;
Naturalmente ciascuna barra compare mano a mano che si approfondisce il livello (Indagine, Gruppo di domande, Domanda)&lt;br /&gt;
&lt;br /&gt;
Nelle prossime sezioni verrà approfondito ciascun menù.&lt;br /&gt;
&lt;br /&gt;
=Creare una nuova indagine=&lt;br /&gt;
&lt;br /&gt;
Dopo aver fatto un&#039;introduzione generale sui pulsanti è il momento di creare una nuova indagine! [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/41/it&amp;diff=61826</id>
		<title>Translations:Surveys - introduction/41/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/41/it&amp;diff=61826"/>
		<updated>2014-05-30T13:20:18Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Dopo aver fatto un&amp;#039;introduzione generale sui pulsanti è il momento di creare una nuova indagine! survey settings.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dopo aver fatto un&#039;introduzione generale sui pulsanti è il momento di creare una nuova indagine! [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61825</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61825"/>
		<updated>2014-05-30T13:17:54Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;=Creare una nuova indagine=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&gt;
&lt;br /&gt;
Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Indagine==&lt;br /&gt;
&lt;br /&gt;
In questa barra è possibile selezionare un &#039;&#039;&#039;Gruppo di domande&#039;&#039;&#039; tra quelle esistenti oppure &#039;&#039;&#039;Creare un gruppo di domande&#039;&#039;&#039; mediante l&#039;apposito pulsante [[File:CreateSurvey-button.png]]. &lt;br /&gt;
In entrambi i casi apparirà una seconda barra relativa al &#039;&#039;&#039;Gruppo&#039;&#039;&#039;, sotto gli strumenti di gestione dell&#039; &#039;&#039;&#039;Indagine&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Gruppo domande==&lt;br /&gt;
&lt;br /&gt;
Anche in questo caso, all&#039;interno del gruppo di domande è possibile selezionare una &#039;&#039;&#039;Domanda&#039;&#039;&#039; pre-esistente oppure cliccare sull&#039;icona &#039;&#039;&#039;Creare una domanda&#039;&#039;&#039; [[File:CreateSurvey-button.png]]. &lt;br /&gt;
Apparirà di conseguenza un quarto menù per modificare le &#039;&#039;&#039;Domande&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Icone comuni==&lt;br /&gt;
&lt;br /&gt;
Nelle singole barre degli strumenti saranno sempre presenti i seguenti pulsanti:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Modifica&#039;&#039;&#039;[[File:edit-button.png]]: per modificare &lt;br /&gt;
l&#039;oggetto selezionato&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Elimina&#039;&#039;&#039; [[File:delete-button.png]]: per eliminare l&#039;oggetto&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Esporta&#039;&#039;&#039; [[File:export-button.png]]: per esportare la struttura di un sondaggio, di un gruppo di domande o di una domanda.&lt;br /&gt;
Si ricorda infatti che il pulsante &#039;&#039;&#039;Crea&#039;&#039;&#039; [[File:CreateSurvey-button.png]] permette di importare un oggetto pre-esistente.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Infine, per le barre relative ai &#039;&#039;&#039;Gruppi&#039;&#039;&#039; e alle &#039;&#039;&#039;Domande&#039;&#039;&#039;, il pulsante &#039;&#039;&#039;Riordinare&#039;&#039;&#039; [[File:change-order-button.png]] permette di modificare l&#039;ordine di visualizzazione delle domande del questionario.&lt;br /&gt;
&lt;br /&gt;
[[File:QuestionToolbar.png]]&lt;br /&gt;
&lt;br /&gt;
Infine, le icone più piccole sulla destra [[File:CommonButtons.png]] permettono di restringere, allagare e chiudere la barra/finestra.&lt;br /&gt;
&lt;br /&gt;
Naturalmente ciascuna barra compare mano a mano che si approfondisce il livello (Indagine, Gruppo di domande, Domanda)&lt;br /&gt;
&lt;br /&gt;
Nelle prossime sezioni verrà approfondito ciascun menù.&lt;br /&gt;
&lt;br /&gt;
=Creare una nuova indagine=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/40/it&amp;diff=61824</id>
		<title>Translations:Surveys - introduction/40/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/40/it&amp;diff=61824"/>
		<updated>2014-05-30T13:17:54Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;=Creare una nuova indagine=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Creare una nuova indagine=&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61823</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61823"/>
		<updated>2014-05-30T13:17:40Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Nelle prossime sezioni verrà approfondito ciascun menù.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&gt;
&lt;br /&gt;
Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Indagine==&lt;br /&gt;
&lt;br /&gt;
In questa barra è possibile selezionare un &#039;&#039;&#039;Gruppo di domande&#039;&#039;&#039; tra quelle esistenti oppure &#039;&#039;&#039;Creare un gruppo di domande&#039;&#039;&#039; mediante l&#039;apposito pulsante [[File:CreateSurvey-button.png]]. &lt;br /&gt;
In entrambi i casi apparirà una seconda barra relativa al &#039;&#039;&#039;Gruppo&#039;&#039;&#039;, sotto gli strumenti di gestione dell&#039; &#039;&#039;&#039;Indagine&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Gruppo domande==&lt;br /&gt;
&lt;br /&gt;
Anche in questo caso, all&#039;interno del gruppo di domande è possibile selezionare una &#039;&#039;&#039;Domanda&#039;&#039;&#039; pre-esistente oppure cliccare sull&#039;icona &#039;&#039;&#039;Creare una domanda&#039;&#039;&#039; [[File:CreateSurvey-button.png]]. &lt;br /&gt;
Apparirà di conseguenza un quarto menù per modificare le &#039;&#039;&#039;Domande&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Icone comuni==&lt;br /&gt;
&lt;br /&gt;
Nelle singole barre degli strumenti saranno sempre presenti i seguenti pulsanti:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Modifica&#039;&#039;&#039;[[File:edit-button.png]]: per modificare &lt;br /&gt;
l&#039;oggetto selezionato&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Elimina&#039;&#039;&#039; [[File:delete-button.png]]: per eliminare l&#039;oggetto&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Esporta&#039;&#039;&#039; [[File:export-button.png]]: per esportare la struttura di un sondaggio, di un gruppo di domande o di una domanda.&lt;br /&gt;
Si ricorda infatti che il pulsante &#039;&#039;&#039;Crea&#039;&#039;&#039; [[File:CreateSurvey-button.png]] permette di importare un oggetto pre-esistente.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Infine, per le barre relative ai &#039;&#039;&#039;Gruppi&#039;&#039;&#039; e alle &#039;&#039;&#039;Domande&#039;&#039;&#039;, il pulsante &#039;&#039;&#039;Riordinare&#039;&#039;&#039; [[File:change-order-button.png]] permette di modificare l&#039;ordine di visualizzazione delle domande del questionario.&lt;br /&gt;
&lt;br /&gt;
[[File:QuestionToolbar.png]]&lt;br /&gt;
&lt;br /&gt;
Infine, le icone più piccole sulla destra [[File:CommonButtons.png]] permettono di restringere, allagare e chiudere la barra/finestra.&lt;br /&gt;
&lt;br /&gt;
Naturalmente ciascuna barra compare mano a mano che si approfondisce il livello (Indagine, Gruppo di domande, Domanda)&lt;br /&gt;
&lt;br /&gt;
Nelle prossime sezioni verrà approfondito ciascun menù.&lt;br /&gt;
&lt;br /&gt;
=Creating a new survey=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/39/it&amp;diff=61822</id>
		<title>Translations:Surveys - introduction/39/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/39/it&amp;diff=61822"/>
		<updated>2014-05-30T13:17:40Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Nelle prossime sezioni verrà approfondito ciascun menù.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Nelle prossime sezioni verrà approfondito ciascun menù.&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61821</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61821"/>
		<updated>2014-05-30T13:15:02Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Naturalmente ciascuna barra compare mano a mano che si approfondisce il livello (Indagine, Gruppo di domande, Domanda)&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&gt;
&lt;br /&gt;
Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Indagine==&lt;br /&gt;
&lt;br /&gt;
In questa barra è possibile selezionare un &#039;&#039;&#039;Gruppo di domande&#039;&#039;&#039; tra quelle esistenti oppure &#039;&#039;&#039;Creare un gruppo di domande&#039;&#039;&#039; mediante l&#039;apposito pulsante [[File:CreateSurvey-button.png]]. &lt;br /&gt;
In entrambi i casi apparirà una seconda barra relativa al &#039;&#039;&#039;Gruppo&#039;&#039;&#039;, sotto gli strumenti di gestione dell&#039; &#039;&#039;&#039;Indagine&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Gruppo domande==&lt;br /&gt;
&lt;br /&gt;
Anche in questo caso, all&#039;interno del gruppo di domande è possibile selezionare una &#039;&#039;&#039;Domanda&#039;&#039;&#039; pre-esistente oppure cliccare sull&#039;icona &#039;&#039;&#039;Creare una domanda&#039;&#039;&#039; [[File:CreateSurvey-button.png]]. &lt;br /&gt;
Apparirà di conseguenza un quarto menù per modificare le &#039;&#039;&#039;Domande&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Icone comuni==&lt;br /&gt;
&lt;br /&gt;
Nelle singole barre degli strumenti saranno sempre presenti i seguenti pulsanti:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Modifica&#039;&#039;&#039;[[File:edit-button.png]]: per modificare &lt;br /&gt;
l&#039;oggetto selezionato&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Elimina&#039;&#039;&#039; [[File:delete-button.png]]: per eliminare l&#039;oggetto&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Esporta&#039;&#039;&#039; [[File:export-button.png]]: per esportare la struttura di un sondaggio, di un gruppo di domande o di una domanda.&lt;br /&gt;
Si ricorda infatti che il pulsante &#039;&#039;&#039;Crea&#039;&#039;&#039; [[File:CreateSurvey-button.png]] permette di importare un oggetto pre-esistente.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Infine, per le barre relative ai &#039;&#039;&#039;Gruppi&#039;&#039;&#039; e alle &#039;&#039;&#039;Domande&#039;&#039;&#039;, il pulsante &#039;&#039;&#039;Riordinare&#039;&#039;&#039; [[File:change-order-button.png]] permette di modificare l&#039;ordine di visualizzazione delle domande del questionario.&lt;br /&gt;
&lt;br /&gt;
[[File:QuestionToolbar.png]]&lt;br /&gt;
&lt;br /&gt;
Infine, le icone più piccole sulla destra [[File:CommonButtons.png]] permettono di restringere, allagare e chiudere la barra/finestra.&lt;br /&gt;
&lt;br /&gt;
Naturalmente ciascuna barra compare mano a mano che si approfondisce il livello (Indagine, Gruppo di domande, Domanda)&lt;br /&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;
=Creating a new survey=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/38/it&amp;diff=61820</id>
		<title>Translations:Surveys - introduction/38/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/38/it&amp;diff=61820"/>
		<updated>2014-05-30T13:15:01Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Naturalmente ciascuna barra compare mano a mano che si approfondisce il livello (Indagine, Gruppo di domande, Domanda)&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Naturalmente ciascuna barra compare mano a mano che si approfondisce il livello (Indagine, Gruppo di domande, Domanda)&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61819</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61819"/>
		<updated>2014-05-30T13:05:29Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Infine, le icone più piccole sulla destra File:CommonButtons.png permettono di restringere, allagare e chiudere la barra/finestra.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&gt;
&lt;br /&gt;
Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Indagine==&lt;br /&gt;
&lt;br /&gt;
In questa barra è possibile selezionare un &#039;&#039;&#039;Gruppo di domande&#039;&#039;&#039; tra quelle esistenti oppure &#039;&#039;&#039;Creare un gruppo di domande&#039;&#039;&#039; mediante l&#039;apposito pulsante [[File:CreateSurvey-button.png]]. &lt;br /&gt;
In entrambi i casi apparirà una seconda barra relativa al &#039;&#039;&#039;Gruppo&#039;&#039;&#039;, sotto gli strumenti di gestione dell&#039; &#039;&#039;&#039;Indagine&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Gruppo domande==&lt;br /&gt;
&lt;br /&gt;
Anche in questo caso, all&#039;interno del gruppo di domande è possibile selezionare una &#039;&#039;&#039;Domanda&#039;&#039;&#039; pre-esistente oppure cliccare sull&#039;icona &#039;&#039;&#039;Creare una domanda&#039;&#039;&#039; [[File:CreateSurvey-button.png]]. &lt;br /&gt;
Apparirà di conseguenza un quarto menù per modificare le &#039;&#039;&#039;Domande&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Icone comuni==&lt;br /&gt;
&lt;br /&gt;
Nelle singole barre degli strumenti saranno sempre presenti i seguenti pulsanti:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Modifica&#039;&#039;&#039;[[File:edit-button.png]]: per modificare &lt;br /&gt;
l&#039;oggetto selezionato&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Elimina&#039;&#039;&#039; [[File:delete-button.png]]: per eliminare l&#039;oggetto&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Esporta&#039;&#039;&#039; [[File:export-button.png]]: per esportare la struttura di un sondaggio, di un gruppo di domande o di una domanda.&lt;br /&gt;
Si ricorda infatti che il pulsante &#039;&#039;&#039;Crea&#039;&#039;&#039; [[File:CreateSurvey-button.png]] permette di importare un oggetto pre-esistente.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Infine, per le barre relative ai &#039;&#039;&#039;Gruppi&#039;&#039;&#039; e alle &#039;&#039;&#039;Domande&#039;&#039;&#039;, il pulsante &#039;&#039;&#039;Riordinare&#039;&#039;&#039; [[File:change-order-button.png]] permette di modificare l&#039;ordine di visualizzazione delle domande del questionario.&lt;br /&gt;
&lt;br /&gt;
[[File:QuestionToolbar.png]]&lt;br /&gt;
&lt;br /&gt;
Infine, le icone più piccole sulla destra [[File:CommonButtons.png]] permettono di restringere, allagare e chiudere la barra/finestra.&lt;br /&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;
We will discuss navigating through a survey itself later on in the section on testing the survey.&lt;br /&gt;
&lt;br /&gt;
=Creating a new survey=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/37/it&amp;diff=61818</id>
		<title>Translations:Surveys - introduction/37/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/37/it&amp;diff=61818"/>
		<updated>2014-05-30T13:05:29Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Infine, le icone più piccole sulla destra File:CommonButtons.png permettono di restringere, allagare e chiudere la barra/finestra.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Infine, le icone più piccole sulla destra [[File:CommonButtons.png]] permettono di restringere, allagare e chiudere la barra/finestra.&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/36/it&amp;diff=61817</id>
		<title>Translations:Surveys - introduction/36/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/36/it&amp;diff=61817"/>
		<updated>2014-05-30T13:00:20Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;File:QuestionToolbar.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:QuestionToolbar.png]]&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61816</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61816"/>
		<updated>2014-05-30T13:00:17Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Nelle singole barre degli strumenti saranno sempre presenti i seguenti pulsanti:  - &amp;#039;&amp;#039;&amp;#039;Modifica&amp;#039;&amp;#039;&amp;#039;File:edit-button.png: per modificare  l&amp;#039;oggetto selezionato  - &amp;#039;&amp;#039;&amp;#039;Elimina...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&gt;
&lt;br /&gt;
Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Indagine==&lt;br /&gt;
&lt;br /&gt;
In questa barra è possibile selezionare un &#039;&#039;&#039;Gruppo di domande&#039;&#039;&#039; tra quelle esistenti oppure &#039;&#039;&#039;Creare un gruppo di domande&#039;&#039;&#039; mediante l&#039;apposito pulsante [[File:CreateSurvey-button.png]]. &lt;br /&gt;
In entrambi i casi apparirà una seconda barra relativa al &#039;&#039;&#039;Gruppo&#039;&#039;&#039;, sotto gli strumenti di gestione dell&#039; &#039;&#039;&#039;Indagine&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Gruppo domande==&lt;br /&gt;
&lt;br /&gt;
Anche in questo caso, all&#039;interno del gruppo di domande è possibile selezionare una &#039;&#039;&#039;Domanda&#039;&#039;&#039; pre-esistente oppure cliccare sull&#039;icona &#039;&#039;&#039;Creare una domanda&#039;&#039;&#039; [[File:CreateSurvey-button.png]]. &lt;br /&gt;
Apparirà di conseguenza un quarto menù per modificare le &#039;&#039;&#039;Domande&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Icone comuni==&lt;br /&gt;
&lt;br /&gt;
Nelle singole barre degli strumenti saranno sempre presenti i seguenti pulsanti:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Modifica&#039;&#039;&#039;[[File:edit-button.png]]: per modificare &lt;br /&gt;
l&#039;oggetto selezionato&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Elimina&#039;&#039;&#039; [[File:delete-button.png]]: per eliminare l&#039;oggetto&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Esporta&#039;&#039;&#039; [[File:export-button.png]]: per esportare la struttura di un sondaggio, di un gruppo di domande o di una domanda.&lt;br /&gt;
Si ricorda infatti che il pulsante &#039;&#039;&#039;Crea&#039;&#039;&#039; [[File:CreateSurvey-button.png]] permette di importare un oggetto pre-esistente.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Infine, per le barre relative ai &#039;&#039;&#039;Gruppi&#039;&#039;&#039; e alle &#039;&#039;&#039;Domande&#039;&#039;&#039;, il pulsante &#039;&#039;&#039;Riordinare&#039;&#039;&#039; [[File:change-order-button.png]] permette di modificare l&#039;ordine di visualizzazione delle domande del questionario.&lt;br /&gt;
&lt;br /&gt;
[[File:QuestionToolbar.png]]&lt;br /&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;
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;
We will discuss navigating through a survey itself later on in the section on testing the survey.&lt;br /&gt;
&lt;br /&gt;
=Creating a new survey=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/35/it&amp;diff=61815</id>
		<title>Translations:Surveys - introduction/35/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/35/it&amp;diff=61815"/>
		<updated>2014-05-30T13:00:17Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Nelle singole barre degli strumenti saranno sempre presenti i seguenti pulsanti:  - &amp;#039;&amp;#039;&amp;#039;Modifica&amp;#039;&amp;#039;&amp;#039;File:edit-button.png: per modificare  l&amp;#039;oggetto selezionato  - &amp;#039;&amp;#039;&amp;#039;Elimina...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Nelle singole barre degli strumenti saranno sempre presenti i seguenti pulsanti:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Modifica&#039;&#039;&#039;[[File:edit-button.png]]: per modificare &lt;br /&gt;
l&#039;oggetto selezionato&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Elimina&#039;&#039;&#039; [[File:delete-button.png]]: per eliminare l&#039;oggetto&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;Esporta&#039;&#039;&#039; [[File:export-button.png]]: per esportare la struttura di un sondaggio, di un gruppo di domande o di una domanda.&lt;br /&gt;
Si ricorda infatti che il pulsante &#039;&#039;&#039;Crea&#039;&#039;&#039; [[File:CreateSurvey-button.png]] permette di importare un oggetto pre-esistente.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Infine, per le barre relative ai &#039;&#039;&#039;Gruppi&#039;&#039;&#039; e alle &#039;&#039;&#039;Domande&#039;&#039;&#039;, il pulsante &#039;&#039;&#039;Riordinare&#039;&#039;&#039; [[File:change-order-button.png]] permette di modificare l&#039;ordine di visualizzazione delle domande del questionario.&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61814</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61814"/>
		<updated>2014-05-30T12:48:16Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;==Icone comuni==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&gt;
&lt;br /&gt;
Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Indagine==&lt;br /&gt;
&lt;br /&gt;
In questa barra è possibile selezionare un &#039;&#039;&#039;Gruppo di domande&#039;&#039;&#039; tra quelle esistenti oppure &#039;&#039;&#039;Creare un gruppo di domande&#039;&#039;&#039; mediante l&#039;apposito pulsante [[File:CreateSurvey-button.png]]. &lt;br /&gt;
In entrambi i casi apparirà una seconda barra relativa al &#039;&#039;&#039;Gruppo&#039;&#039;&#039;, sotto gli strumenti di gestione dell&#039; &#039;&#039;&#039;Indagine&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Gruppo domande==&lt;br /&gt;
&lt;br /&gt;
Anche in questo caso, all&#039;interno del gruppo di domande è possibile selezionare una &#039;&#039;&#039;Domanda&#039;&#039;&#039; pre-esistente oppure cliccare sull&#039;icona &#039;&#039;&#039;Creare una domanda&#039;&#039;&#039; [[File:CreateSurvey-button.png]]. &lt;br /&gt;
Apparirà di conseguenza un quarto menù per modificare le &#039;&#039;&#039;Domande&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Icone comuni==&lt;br /&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;
[[File:QuestionToolbar.png]]&lt;br /&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;
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;
We will discuss navigating through a survey itself later on in the section on testing the survey.&lt;br /&gt;
&lt;br /&gt;
=Creating a new survey=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/34/it&amp;diff=61813</id>
		<title>Translations:Surveys - introduction/34/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/34/it&amp;diff=61813"/>
		<updated>2014-05-30T12:48:16Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;==Icone comuni==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Icone comuni==&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/33/it&amp;diff=61812</id>
		<title>Translations:Surveys - introduction/33/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/33/it&amp;diff=61812"/>
		<updated>2014-05-30T12:47:52Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;File:GroupToolbarSelectQuestion.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:GroupToolbarSelectQuestion.png]]&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61811</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61811"/>
		<updated>2014-05-30T12:47:50Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Anche in questo caso, all&amp;#039;interno del gruppo di domande è possibile selezionare una &amp;#039;&amp;#039;&amp;#039;Domanda&amp;#039;&amp;#039;&amp;#039; pre-esistente oppure cliccare sull&amp;#039;icona &amp;#039;&amp;#039;&amp;#039;Creare una domanda&amp;#039;&amp;#039;&amp;#039; File:Cre...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&gt;
&lt;br /&gt;
Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Indagine==&lt;br /&gt;
&lt;br /&gt;
In questa barra è possibile selezionare un &#039;&#039;&#039;Gruppo di domande&#039;&#039;&#039; tra quelle esistenti oppure &#039;&#039;&#039;Creare un gruppo di domande&#039;&#039;&#039; mediante l&#039;apposito pulsante [[File:CreateSurvey-button.png]]. &lt;br /&gt;
In entrambi i casi apparirà una seconda barra relativa al &#039;&#039;&#039;Gruppo&#039;&#039;&#039;, sotto gli strumenti di gestione dell&#039; &#039;&#039;&#039;Indagine&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Gruppo domande==&lt;br /&gt;
&lt;br /&gt;
Anche in questo caso, all&#039;interno del gruppo di domande è possibile selezionare una &#039;&#039;&#039;Domanda&#039;&#039;&#039; pre-esistente oppure cliccare sull&#039;icona &#039;&#039;&#039;Creare una domanda&#039;&#039;&#039; [[File:CreateSurvey-button.png]]. &lt;br /&gt;
Apparirà di conseguenza un quarto menù per modificare le &#039;&#039;&#039;Domande&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Common Buttons==&lt;br /&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;
[[File:QuestionToolbar.png]]&lt;br /&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;
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;
We will discuss navigating through a survey itself later on in the section on testing the survey.&lt;br /&gt;
&lt;br /&gt;
=Creating a new survey=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/32/it&amp;diff=61810</id>
		<title>Translations:Surveys - introduction/32/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/32/it&amp;diff=61810"/>
		<updated>2014-05-30T12:47:50Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Anche in questo caso, all&amp;#039;interno del gruppo di domande è possibile selezionare una &amp;#039;&amp;#039;&amp;#039;Domanda&amp;#039;&amp;#039;&amp;#039; pre-esistente oppure cliccare sull&amp;#039;icona &amp;#039;&amp;#039;&amp;#039;Creare una domanda&amp;#039;&amp;#039;&amp;#039; File:Cre...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anche in questo caso, all&#039;interno del gruppo di domande è possibile selezionare una &#039;&#039;&#039;Domanda&#039;&#039;&#039; pre-esistente oppure cliccare sull&#039;icona &#039;&#039;&#039;Creare una domanda&#039;&#039;&#039; [[File:CreateSurvey-button.png]]. &lt;br /&gt;
Apparirà di conseguenza un quarto menù per modificare le &#039;&#039;&#039;Domande&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61809</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61809"/>
		<updated>2014-05-30T12:44:50Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;==Barra degli strumenti Gruppo domande==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&gt;
&lt;br /&gt;
Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Indagine==&lt;br /&gt;
&lt;br /&gt;
In questa barra è possibile selezionare un &#039;&#039;&#039;Gruppo di domande&#039;&#039;&#039; tra quelle esistenti oppure &#039;&#039;&#039;Creare un gruppo di domande&#039;&#039;&#039; mediante l&#039;apposito pulsante [[File:CreateSurvey-button.png]]. &lt;br /&gt;
In entrambi i casi apparirà una seconda barra relativa al &#039;&#039;&#039;Gruppo&#039;&#039;&#039;, sotto gli strumenti di gestione dell&#039; &#039;&#039;&#039;Indagine&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Gruppo domande==&lt;br /&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;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Common Buttons==&lt;br /&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;
[[File:QuestionToolbar.png]]&lt;br /&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;
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;
We will discuss navigating through a survey itself later on in the section on testing the survey.&lt;br /&gt;
&lt;br /&gt;
=Creating a new survey=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/31/it&amp;diff=61808</id>
		<title>Translations:Surveys - introduction/31/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/31/it&amp;diff=61808"/>
		<updated>2014-05-30T12:44:49Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;==Barra degli strumenti Gruppo domande==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Barra degli strumenti Gruppo domande==&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/30/it&amp;diff=61807</id>
		<title>Translations:Surveys - introduction/30/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/30/it&amp;diff=61807"/>
		<updated>2014-05-30T12:44:19Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;File:SurveyToolbarSelectGroupSmall.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:SurveyToolbarSelectGroupSmall.png]]&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61806</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61806"/>
		<updated>2014-05-30T12:44:16Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;In questa barra è possibile selezionare un &amp;#039;&amp;#039;&amp;#039;Gruppo di domande&amp;#039;&amp;#039;&amp;#039; tra quelle esistenti oppure &amp;#039;&amp;#039;&amp;#039;Creare un gruppo di domande&amp;#039;&amp;#039;&amp;#039; mediante l&amp;#039;apposito pulsante File:CreateSur...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&gt;
&lt;br /&gt;
Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Indagine==&lt;br /&gt;
&lt;br /&gt;
In questa barra è possibile selezionare un &#039;&#039;&#039;Gruppo di domande&#039;&#039;&#039; tra quelle esistenti oppure &#039;&#039;&#039;Creare un gruppo di domande&#039;&#039;&#039; mediante l&#039;apposito pulsante [[File:CreateSurvey-button.png]]. &lt;br /&gt;
In entrambi i casi apparirà una seconda barra relativa al &#039;&#039;&#039;Gruppo&#039;&#039;&#039;, sotto gli strumenti di gestione dell&#039; &#039;&#039;&#039;Indagine&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Group Tool Bar==&lt;br /&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;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Common Buttons==&lt;br /&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;
[[File:QuestionToolbar.png]]&lt;br /&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;
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;
We will discuss navigating through a survey itself later on in the section on testing the survey.&lt;br /&gt;
&lt;br /&gt;
=Creating a new survey=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/29/it&amp;diff=61805</id>
		<title>Translations:Surveys - introduction/29/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/29/it&amp;diff=61805"/>
		<updated>2014-05-30T12:44:15Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;In questa barra è possibile selezionare un &amp;#039;&amp;#039;&amp;#039;Gruppo di domande&amp;#039;&amp;#039;&amp;#039; tra quelle esistenti oppure &amp;#039;&amp;#039;&amp;#039;Creare un gruppo di domande&amp;#039;&amp;#039;&amp;#039; mediante l&amp;#039;apposito pulsante File:CreateSur...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In questa barra è possibile selezionare un &#039;&#039;&#039;Gruppo di domande&#039;&#039;&#039; tra quelle esistenti oppure &#039;&#039;&#039;Creare un gruppo di domande&#039;&#039;&#039; mediante l&#039;apposito pulsante [[File:CreateSurvey-button.png]]. &lt;br /&gt;
In entrambi i casi apparirà una seconda barra relativa al &#039;&#039;&#039;Gruppo&#039;&#039;&#039;, sotto gli strumenti di gestione dell&#039; &#039;&#039;&#039;Indagine&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61804</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61804"/>
		<updated>2014-05-30T12:40:11Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;==Barra degli strumenti Indagine==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&gt;
&lt;br /&gt;
Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti Indagine==&lt;br /&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;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Group Tool Bar==&lt;br /&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;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Common Buttons==&lt;br /&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;
[[File:QuestionToolbar.png]]&lt;br /&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;
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;
We will discuss navigating through a survey itself later on in the section on testing the survey.&lt;br /&gt;
&lt;br /&gt;
=Creating a new survey=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/28/it&amp;diff=61803</id>
		<title>Translations:Surveys - introduction/28/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/28/it&amp;diff=61803"/>
		<updated>2014-05-30T12:40:11Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;==Barra degli strumenti Indagine==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Barra degli strumenti Indagine==&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/27/it&amp;diff=61802</id>
		<title>Translations:Surveys - introduction/27/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/27/it&amp;diff=61802"/>
		<updated>2014-05-30T12:39:43Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;File:GroupToolbarSmall.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:GroupToolbarSmall.png]]&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61801</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61801"/>
		<updated>2014-05-30T12:39:39Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Cliccando sul pulsante &amp;#039;&amp;#039;&amp;#039;Crea indagine&amp;#039;&amp;#039;&amp;#039; File:CreateSurvey-button.png o selezionando un&amp;#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&gt;
&lt;br /&gt;
Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;br /&gt;
&lt;br /&gt;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Survey Tool Bar==&lt;br /&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;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Group Tool Bar==&lt;br /&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;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Common Buttons==&lt;br /&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;
[[File:QuestionToolbar.png]]&lt;br /&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;
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;
We will discuss navigating through a survey itself later on in the section on testing the survey.&lt;br /&gt;
&lt;br /&gt;
=Creating a new survey=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/26/it&amp;diff=61800</id>
		<title>Translations:Surveys - introduction/26/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/26/it&amp;diff=61800"/>
		<updated>2014-05-30T12:39:38Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Cliccando sul pulsante &amp;#039;&amp;#039;&amp;#039;Crea indagine&amp;#039;&amp;#039;&amp;#039; File:CreateSurvey-button.png o selezionando un&amp;#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cliccando sul pulsante &#039;&#039;&#039;Crea indagine&#039;&#039;&#039; [[File:CreateSurvey-button.png]] o selezionando un&#039;indagine esistente, si aprirà una nuova barra degli strumenti per poter gestire l&#039;indagine.&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61799</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61799"/>
		<updated>2014-05-30T12:37:12Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Per tornare alla &amp;#039;&amp;#039;&amp;#039;Barra degli strumenti di amministrazione&amp;#039;&amp;#039;&amp;#039; generale è sufficiente cliccare sull&amp;#039;icona home File:button-home.png.  La barra scompare infatti quando si...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;br /&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;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Survey Tool Bar==&lt;br /&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;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Group Tool Bar==&lt;br /&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;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Common Buttons==&lt;br /&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;
[[File:QuestionToolbar.png]]&lt;br /&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;
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;
We will discuss navigating through a survey itself later on in the section on testing the survey.&lt;br /&gt;
&lt;br /&gt;
=Creating a new survey=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/25/it&amp;diff=61798</id>
		<title>Translations:Surveys - introduction/25/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/25/it&amp;diff=61798"/>
		<updated>2014-05-30T12:37:11Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;Per tornare alla &amp;#039;&amp;#039;&amp;#039;Barra degli strumenti di amministrazione&amp;#039;&amp;#039;&amp;#039; generale è sufficiente cliccare sull&amp;#039;icona home File:button-home.png.  La barra scompare infatti quando si...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Per tornare alla &#039;&#039;&#039;Barra degli strumenti di amministrazione&#039;&#039;&#039; generale è sufficiente cliccare sull&#039;icona home [[File:button-home.png]]. &lt;br /&gt;
La barra scompare infatti quando si entra nella sezione &#039;&#039;&#039;Etichette di testo&#039;&#039;&#039; [[File:button-labelset.png]] o &amp;quot;Template/Modelli grafici&amp;quot; [[File:button-template-editor.png]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61797</id>
		<title>Surveys - introduction/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Surveys_-_introduction/it&amp;diff=61797"/>
		<updated>2014-05-30T12:31:05Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Suggerimenti&amp;#039;&amp;#039;&amp;#039;:&amp;lt;br /&amp;gt; Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&amp;#039;icona e ti apparir...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Video tutorials=&lt;br /&gt;
&lt;br /&gt;
There are a number of tutorial videos for LimeSurvey out there. This is a list of the ones we think that are the best. You are welcome to create a new tutorial and add it here.&lt;br /&gt;
*[[LimeSurvey Video-Tutorial|Tutorial A]] - this video tutorial was made available to us by Andreas Pursche ([http://www.paul-consultants.de/ PAUL Consultants e.V.] of University of Technology Dresden).&lt;br /&gt;
*[http://www.youtube.com/watch?v=KWE0wAoyvak Tutorial &#039;How to get started - a first survey&#039; ] - this one is really nice and available on YouTube and should be viewed in HD&lt;br /&gt;
*[http://youtu.be/Uk3FQyDTIY0 LimeSurvey training video - template customization] - A very good introduction on how to customize a Limesurvey template&lt;br /&gt;
&lt;br /&gt;
=Indagini esempio=&lt;br /&gt;
&lt;br /&gt;
Un modo semplice per imparare ad usare LimeSurvey è provarlo creando delle indagini. Qui  [[Expression Manager Sample Surveys|dozen surveys]]troverai una versione dimostrativa che contiene tutte le principali caratteristiche del programma aggiornate alle ultime versioni.&lt;br /&gt;
&lt;br /&gt;
We also provide [[Expression Manager HowTos|How To]] and [[Expression Manager Examples|Examples ]]pages to help orient users to Expression Manager.&lt;br /&gt;
&lt;br /&gt;
Simply import those surveys into your installation (or into the [http://www.limesurvey.org/en/demo public LimeSurvey demo]), and test the survey.  One of the easiest ways to review the survey logic is via the new [[Show Logic File|Show Survey Logic]] feature.&lt;br /&gt;
&lt;br /&gt;
=Elementi fondamentali di un&#039;indagine=&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; è formata da 3 elementi fondamentali, che devono sempre essere presenti: &lt;br /&gt;
*Titolo dell&#039;indagine&lt;br /&gt;
*Almeno un gruppo di domande&lt;br /&gt;
*Almeno una domanda [[Question types|question]]&lt;br /&gt;
&lt;br /&gt;
Tra gli elementi opzionali di una nuova &#039;&#039;&#039;indagine&#039;&#039;&#039; si trovano:&lt;br /&gt;
*Opzioni di risposta per ciascuna domanda&lt;br /&gt;
*Etichette modificabili&lt;br /&gt;
*Condizioni che determinano se una domanda dev&#039;essere visualizzata&lt;br /&gt;
&lt;br /&gt;
==Titolo dell&#039;indagine==&lt;br /&gt;
&lt;br /&gt;
Il &#039;&#039;&#039;titolo dell&#039;indagine&#039;&#039;&#039; è il primo elemento obbligatorio da definire quando si crea una nuova indagine, insieme alla scelta della lingua. &lt;br /&gt;
Questi due elementi sono sufficienti a creare una nuova indagine, ma ne esistono altri (facoltativi) che consentono di personalizzarla ulteriormente come:&lt;br /&gt;
*il messaggio di benvenuto&lt;br /&gt;
*la descrizione dell&#039;indagine&lt;br /&gt;
*il messaggio di conclusione&lt;br /&gt;
*i contatti dell&#039;amministratore.&lt;br /&gt;
&lt;br /&gt;
==Gruppi di domande==&lt;br /&gt;
&lt;br /&gt;
Un&#039;&#039;&#039;&#039;indagine&#039;&#039;&#039; richiede che ciascuna domanda faccia parte di uno specifico di &#039;&#039;&#039;gruppo di domande&#039;&#039;&#039;.&lt;br /&gt;
In base al numero di domande dell&#039;indagine, i &#039;&#039;&#039;Gruppi&#039;&#039;&#039; possono essere usati per raggruppare domande sullo stesso tema, o per personalizzarne la visualizzazione (es. visualizzare tutte le domande in un gruppo in un&#039;unica pagina).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;:&amp;lt;br /&amp;gt;Questo capitolo riguarda i &#039;&#039;&#039;gruppi di domande&#039;&#039;&#039;, da non confondere con i &amp;quot;gruppi di utenti&amp;quot;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Un &#039;&#039;&#039;gruppo&#039;&#039;&#039; di domande ha un titolo e una descrizione opzionale. E&#039; necessario creare almeno un gruppo di domande per ciascuna indagine.&lt;br /&gt;
&lt;br /&gt;
==Domande==&lt;br /&gt;
&lt;br /&gt;
Le &#039;&#039;&#039;domande&#039;&#039;&#039; sono il cuore della ricerca. LimeSurvey non pone limiti al numero di domande di un&#039;indagine o di un gruppo. &lt;br /&gt;
Per ciascuna domanda dovrà essere inserito il testo del quesito, e si andrà a selezionare la tipologia di domanda desiderata (ad. es. domanda aperta, domanda a scelta multipla con precodifiche, ecc..)&lt;br /&gt;
La domanda potrà contenere una breve spiegazione, e si potrà indicare come obbligatoria o facoltativa. &lt;br /&gt;
Per maggiori dettagli visita la sezione [[Question types|question types]].&lt;br /&gt;
&lt;br /&gt;
=Basi della navigazione nell&#039;interfaccia di amministrazione=&lt;br /&gt;
&lt;br /&gt;
L&#039;interfaccia iniziale di &#039;&#039;&#039;LimeSurvey&#039;&#039;&#039; è rappresentata da una barra degli strumenti orizzontale, che si presenta come intestazione alla pagina di navigazione.&lt;br /&gt;
&lt;br /&gt;
==Barra degli strumenti di amministrazione==&lt;br /&gt;
&lt;br /&gt;
La barra degli strumenti iniziale permette di accedere alle principali azioni/macro funzioni di LimeSurvey.&lt;br /&gt;
Uno degli strumenti fondamentali del programma è dato dal menù a tendina in alto a destra che permette di selezionare un&#039;indagine esistente e il pulsante accanto che permette di creare una nuova indagine (&#039;&#039;&#039;Crea, importa o copia un&#039;indagine&#039;&#039;&#039;). &lt;br /&gt;
A fianco si trova invece il pulsante di logout.&lt;br /&gt;
&lt;br /&gt;
[[File:SystemAdmin.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;br /&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;
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;
[[File:GroupToolbarSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Survey Tool Bar==&lt;br /&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;
[[File:SurveyToolbarSelectGroupSmall.png]]&lt;br /&gt;
&lt;br /&gt;
==Group Tool Bar==&lt;br /&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;
[[File:GroupToolbarSelectQuestion.png]]&lt;br /&gt;
&lt;br /&gt;
==Common Buttons==&lt;br /&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;
[[File:QuestionToolbar.png]]&lt;br /&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;
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;
We will discuss navigating through a survey itself later on in the section on testing the survey.&lt;br /&gt;
&lt;br /&gt;
=Creating a new survey=&lt;br /&gt;
&lt;br /&gt;
Now that we have some basics down, lets move on and create our first survey. When doing so, we first have to define the basic [[Creating a new survey|survey settings]].&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/24/it&amp;diff=61796</id>
		<title>Translations:Surveys - introduction/24/it</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Surveys_-_introduction/24/it&amp;diff=61796"/>
		<updated>2014-05-30T12:31:04Z</updated>

		<summary type="html">&lt;p&gt;Sdv2: Created page with &amp;quot;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Suggerimenti&amp;#039;&amp;#039;&amp;#039;:&amp;lt;br /&amp;gt; Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&amp;#039;icona e ti apparir...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&#039;&#039;&#039;Suggerimenti&#039;&#039;&#039;:&amp;lt;br /&amp;gt;&lt;br /&gt;
Vuoi saperne di più di un particolare pulsante della barra degli strumenti? Posizionati col mouse sopra l&#039;icona e ti apparirà la funzione collegata, oppure clicca sul pulsante Help [[File:help-button.png]] nella &#039;&#039;&#039;Barra degli strumenti&#039;&#039;&#039; per vedere la descizione delle icone attive nella barra.&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sdv2</name></author>
	</entry>
</feed>