Actions

Global settings/sl: Difference between revisions

From LimeSurvey Manual

(Updating to match new version of source page)
(Updating to match new version of source page)
Line 4: Line 4:
=Splošen opis=
=Splošen opis=


If you click on '''Configuration''' and then '''Global settings''' in the main toolbar you will get to the Global settings.  
If you click on '''Configuration''' and then '''Global settings''' in the main toolbar you will get to the Global settings.


[[File:global.png]]  
[[File:global.png]]  
Line 12: Line 12:
=Nastavitve in njihova razlaga=
=Nastavitve in njihova razlaga=


==Pregled & posodobitev==
==Overview & Update==
*'''Pregled sistema''': ime pove samo po sebi. Tukaj lahko dobite kratek vpogled o številu anket in druge statistične podatke. Za potrebe razhroščevanja se v tem delu najde tudi gumb, ki omogoča prikaz PHP informacij.
*'''System overview''': This is pretty much self explaining. Here you can get a short insight on the number of surveys and other statistics in your LimeSurvey installation. For debug purposes you can also find a button to show your PHP Info.
*'''Posodobitve''':
*'''Updates''': For automatic Updates Please use the [[ComfortUpdate]] feature.
:[[File:Update_check_settings.jpg]]
 
:{{Arrow|1}}Nastavite lahko če in kako pogosto LimeSurvey preverja  posodobitve. Če je nadgradnja najdena, jo lahko izvedete ročno (s prenosom novega LimeSurvey-evega paketa in sledite [[Upgrading from a previous version/sl|navodila za nadgradnjo]]) ali uporabite orodje [[ComfortUpdate/sl|ComfortUpdate]].
:{{Arrow|2}} V tem območju lahko preverite za možnimi LimeSurvey-evimi nadgradnjami.
:{{Arrow|3}} Lahko nastavite vrste posodobitev, ki bodo priglašene. V stabilnih namestitvah je priporočena nastavitev "For stable versions". {{NewIn|2.00}}


==General==
==General==
Line 28: Line 23:
** ''inline'': Inline replacement of fields by an HTML editor. Slow but convenient and user friendly
** ''inline'': Inline replacement of fields by an HTML editor. Slow but convenient and user friendly
** ''popup'': Adds an icon that opens a popup window with the HTML editor. Faster, but HTML code is displayed on the form.
** ''popup'': Adds an icon that opens a popup window with the HTML editor. Faster, but HTML code is displayed on the form.
** ''none'': No HTML editor
** ''HTML source'': No HTML editor, just the plain html source
*'''Question type selector''': Choose 'Full selector' to get a question type selector with preview and 'Simple' to get a plain select box.
*'''Question type selector''': Choose 'Full selector' to get a question type selector with preview and 'Simple' to get a plain select box.
*'''Template editor:''': Choose 'Full template editor' to get a enhanced editor (with syntax-highlighting) when editing survey templates  and 'Simple template editor' to get a plain editor field
*'''Template editor:''': Choose 'Full template editor' to get a enhanced editor (with syntax-highlighting) when editing survey templates  and 'Simple template editor' to get a plain editor field
*'''Time difference (in hours)''': If your web server is in a different time zone to the location where your surveys will be based, put the difference between your server and your home time zone here. For example, I live in Australia but use a US web server. The web server is 14 hours behind my local time zone. So my setting here is "+14". In other words, it adds 14 hours to the web servers time. This setting is particularly important when surveys timestamp the responses.
*'''Time difference (in hours)''': If your web server is in a different time zone to the location where your surveys will be based, put the difference between your server and your home time zone here. For example, I live in Australia but use a US web server. The web server is 14 hours behind my local time zone. So my setting here is "+14". In other words, it adds 14 hours to the web servers time. This setting is particularly important when surveys timestamp the responses.
*'''Session lifetime''': Defines the time in seconds after which a survey session expires (provided there is no action from the participant). '''This setting is NOT available when using default file-based sessions. It is only available when LimeSurvey is configured to store sessions in a database.''' When using regular, file-based sessions, it is up to the system administrator to define the right values for "session.gc_maxlifetime", "session.save_path", etc. in the PHP configuration because when setting this locally via the application, not only the webserver settings but also similar settings by other applications may overwrite the setting for file-based sessions. The maximum value on this is 65000 (seconds). Please use a reasonable value. When using database sessions, make sure then MySQL setting '''max_allowed_packet''' is set large enough, some surveys generate over 2 MB of session data.
*'''Session lifetime''': [''only available with database sessions''] Defines the time in seconds after which a survey session expires (provided there is no action from the participant). When using regular, file-based sessions, it is up to the system administrator to define the right values for "session.gc_maxlifetime", "session.save_path", etc. in the PHP configuration because when setting this locally via the application, not only the webserver settings but also similar settings by other applications may overwrite the setting for file-based sessions. The maximum value on this is 65000 (seconds). Please use a reasonable value. When using database sessions, make sure then MySQL setting '''max_allowed_packet''' is set large enough, some surveys generate over 2 MB of session data.  
*'''IP Info DB API Key''': Allows integration with the [http://ipinfodb.com IP-Info-DB service] that let's you determine the geographic location of survey takers based on their IP. To have a key, you need to [http://ipinfodb.com/register.php register] for the API.
*'''IP Info DB API Key''': Allows integration with the [http://ipinfodb.com IP-Info-DB service] that let's you determine the geographic location of survey takers based on their IP. To have a key, you need to [http://ipinfodb.com/register.php register] for the API.
*'''Google Maps API Key''': Allows for integration with Google Maps.
*'''Google Maps API Key''': Allows for integration with Google Maps.
*'''Google Analytics API Key''': Allows for integration with Google Analytics. Surveys can over-ride this  site-level value.  The API key can be inserted into templates using {GOOGLE_ANALYTICS_API_KEY}.  The full JavaScript that Google Analytics expects (including the key) can be included in templates via {GOOGLE_ANALYTICS_JAVASCRIPT}.
*'''Google Analytics Tracking ID''': Allows for integration with Google Analytics. Surveys can over-ride this  site-level value.  The tracking ID can be inserted into templates using {GOOGLE_ANALYTICS_API_KEY}.  The full JavaScript that Google Analytics expects (including the key) can be included in templates via {GOOGLE_ANALYTICS_JAVASCRIPT}.
*'''Google API howto''':
*'''Google API howto''':
# Register/login on Google Analytics (GA): [http://www.google.com/analytics/ www.google.com/analytics/]
# Register/login on Google Analytics (GA): [http://www.google.com/analytics/ www.google.com/analytics/]
# Create a key (the site should not point to the survey, but to the part before 'index.php?') The key should be UA-xxxxx.
# Create a tracking ID (the site should not point to the survey, but to the part before 'index.php?') The tracking ID should be UA-xxxxx.
# Go to your survey's global settings in LimeSurvey.
# Go to your survey's global settings in LimeSurvey.
# Put the key in appropriate field (Google Analytics API Key). It's probably the best to set GA to track all pages as you can have more info.
# Put the tracking ID into the appropriate field (Google Analytics tracking ID). It's probably the best to set GA to track all pages as you can have more info.
# You don't need to do anything in shipped templates, as the {GOOGLE_ANALYTICS_JAVASCRIPT} part is already there.
# You don't need to do anything in shipped templates, as the {GOOGLE_ANALYTICS_JAVASCRIPT} part is already there.
# Activate the survey.
# Activate the survey.
# Do the survey.
# Do the survey.
# Go to GA panel mainsite. (select appropriate account in left-hand upper corner if you have more than one). You should see some graphs with the statistics. Beware of the dates in upper right corner.
# Go to the GA panel main site (select the appropriate account in the left-hand upper corner if you have more than one). You should see some graphs with the statistics. Beware of the dates in the upper right corner.
*'''Google Translate API Key''':  As of version 1.92, the Auto Translate feature is now using the new version 2 of  Google Translate's API.  Google now charges for this service.  In order for the Auto Translate feature to work, you get an API key from [https://code.google.com/apis/console/?api=translate this site], and enter the key in this field.  Please note that this is currently a global feature, so any installation that has an assigned Translate API key will all charge translations to the same account.
*'''Google Translate API Key''':  As of version 1.92, the Auto Translate feature is now using the new version 2 of  Google Translate's API.  Google now charges for this service.  In order for the Auto Translate feature to work, you get an API key from [https://code.google.com/apis/console/?api=translate this site], and enter the key in this field.  Please note that this is currently a global feature, so any installation that has an assigned Translate API key will all charge translations to the same account.
*'''Google Analytics Event Tracking Code''': Some LimeSurvey {KEYWORDS} can be used inside [https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide GG Analytics Event Tracking Code], e.g, '_trackEvent', 'MyEvent', '{SID}'
*'''Character set for file import/export''': You can specify the character set most suiting you and your system, if you experience problems with exporting/importing.
*'''Side-menu behaviour''': How the side-menu should behave while editing surveys.


==Email nastavitve==
==Email nastavitve==
Line 91: Line 87:
==Interfaces==
==Interfaces==
*'''RPC interface enabled''': s to nastavitvijo  lahko aktivirate/deaktivirate LimeSurvey-evo zmožnost [[RemoteControl 2 API/sl|daljinskega upravljanja]]. Uporabite lahko JSON-RPC (priporočeno) ali XML-RPC.
*'''RPC interface enabled''': s to nastavitvijo  lahko aktivirate/deaktivirate LimeSurvey-evo zmožnost [[RemoteControl 2 API/sl|daljinskega upravljanja]]. Uporabite lahko JSON-RPC (priporočeno) ali XML-RPC.
*'''Publish API on /admin/remotecontrol''': If you activate this option then under the specified URL a short  description of the API functions will be available. Usually you should not need to activate it and should only be activated for debug purposes in general.

Revision as of 15:19, 30 January 2017

Splošen opis

If you click on Configuration and then Global settings in the main toolbar you will get to the Global settings.

The Global settings dialog is only available to administration users with the right Settings & Plugins. It can be used to adjust certain settings of LimeSurvey in a global context. In versions earlier to 1.87 these Optional settings were only available when editing config.php/config-defaults.php. Starting with 1.87 the values in config.php/config-defaults.php serve merely as a default value. Once you enter the Global settings dialog and saved once then the values will be overruled by the settings in the Global settings.

Nastavitve in njihova razlaga

Overview & Update

  • System overview: This is pretty much self explaining. Here you can get a short insight on the number of surveys and other statistics in your LimeSurvey installation. For debug purposes you can also find a button to show your PHP Info.
  • Updates: For automatic Updates Please use the ComfortUpdate feature.

General

  • Site name: Give your survey site a name. This name will appear in the survey list overview and in the administration header.
  • Default template: This setting specifies the default design template used for the 'public list' of surveys and for new surveys or surveys using a non-existing template.
  • Administration template: This setting specifies the default design template used for the LimeSurvey administration.
  • Default HTML editor mode: Sets the default mode for integrated HTML editor. Valid settings are: inline (default), popup and none:
    • inline: Inline replacement of fields by an HTML editor. Slow but convenient and user friendly
    • popup: Adds an icon that opens a popup window with the HTML editor. Faster, but HTML code is displayed on the form.
    • HTML source: No HTML editor, just the plain html source
  • Question type selector: Choose 'Full selector' to get a question type selector with preview and 'Simple' to get a plain select box.
  • Template editor:: Choose 'Full template editor' to get a enhanced editor (with syntax-highlighting) when editing survey templates and 'Simple template editor' to get a plain editor field
  • Time difference (in hours): If your web server is in a different time zone to the location where your surveys will be based, put the difference between your server and your home time zone here. For example, I live in Australia but use a US web server. The web server is 14 hours behind my local time zone. So my setting here is "+14". In other words, it adds 14 hours to the web servers time. This setting is particularly important when surveys timestamp the responses.
  • Session lifetime: [only available with database sessions] Defines the time in seconds after which a survey session expires (provided there is no action from the participant). When using regular, file-based sessions, it is up to the system administrator to define the right values for "session.gc_maxlifetime", "session.save_path", etc. in the PHP configuration because when setting this locally via the application, not only the webserver settings but also similar settings by other applications may overwrite the setting for file-based sessions. The maximum value on this is 65000 (seconds). Please use a reasonable value. When using database sessions, make sure then MySQL setting max_allowed_packet is set large enough, some surveys generate over 2 MB of session data.
  • IP Info DB API Key: Allows integration with the IP-Info-DB service that let's you determine the geographic location of survey takers based on their IP. To have a key, you need to register for the API.
  • Google Maps API Key: Allows for integration with Google Maps.
  • Google Analytics Tracking ID: Allows for integration with Google Analytics. Surveys can over-ride this  site-level value.  The tracking ID can be inserted into templates using {GOOGLE_ANALYTICS_API_KEY}.  The full JavaScript that Google Analytics expects (including the key) can be included in templates via {GOOGLE_ANALYTICS_JAVASCRIPT}.
  • Google API howto:
  1. Register/login on Google Analytics (GA): www.google.com/analytics/
  2. Create a tracking ID (the site should not point to the survey, but to the part before 'index.php?') The tracking ID should be UA-xxxxx.
  3. Go to your survey's global settings in LimeSurvey.
  4. Put the tracking ID into the appropriate field (Google Analytics tracking ID). It's probably the best to set GA to track all pages as you can have more info.
  5. You don't need to do anything in shipped templates, as the {GOOGLE_ANALYTICS_JAVASCRIPT} part is already there.
  6. Activate the survey.
  7. Do the survey.
  8. Go to the GA panel main site (select the appropriate account in the left-hand upper corner if you have more than one). You should see some graphs with the statistics. Beware of the dates in the upper right corner.
  • Google Translate API Key:  As of version 1.92, the Auto Translate feature is now using the new version 2 of  Google Translate's API.  Google now charges for this service.  In order for the Auto Translate feature to work, you get an API key from this site, and enter the key in this field.  Please note that this is currently a global feature, so any installation that has an assigned Translate API key will all charge translations to the same account.
  • Character set for file import/export: You can specify the character set most suiting you and your system, if you experience problems with exporting/importing.
  • Side-menu behaviour: How the side-menu should behave while editing surveys.

Email nastavitve

  • Privzeti email naslov administratorja: to je privzeti elektronski naslov skrbnika anketnega portala, ki se uporablja za sistemska sporočila in in možnosti kontaktiranja.
  • Ime administratorja: ime skrbnika anketnega portala.
  • Email način:  ta nastavitev določa, kako bodo poslana elektronska sporočila. Na voljo so naslednje možnosti:
    • PHP: uporabi notranji PHP sistem za pošiljanje pošte
    • Sendmail: uporabi sendmail sistem za pošiljanje pošte
    • SMTP: uporablja SMTP prenos. To možnost uporabite, kadar je LimeSurvey nameščen na strežniku, ki ni hkrati vaš strežnik za e-pošto.
      • Če uporabite SMTP se prepričajte, da uporabite pri nastavitvah ankete (v trenutku, ko ustvarite anketo ali kasneje v meniju Lastnosti ankete -> Glavne nastavitve) vaš nastavljen SMTP e-mail račun (Globalne nastavitve -> E-mail nastavitve), sicer se lahko pojavi sledeča napaka: SMTP -> ERROR: RCPT not accepted from server: 553 5.7.1 : Sender address rejected: not owned by user.
    • Qmail:uporabi Qmail sistem za pošiljanje pošte
  • SMTP host: če za Email način uporabite 'SMTP ', potem morate tukaj vstaviti naslov vašega SMTP-strežnika. Če uporabljate drugačna vrata (port) kot 25 (standardno za SMPT), potem morate dodati številko vrat ločeno z dvopičjem (primer: 'smtp.gmail.com:465')
  • SMTP username: če vaš SMTP-strežnik potrebuje preverjanje pristnosti, potem tukaj nastavite vaše uporabniško ime, sicer mora biti to polje prazno.
  • SMTP password: če vaš SMTP-strežnik potrebuje preverjanje pristnosti, potem tukaj nastavite vaše geslo, sicer mora biti to polje prazno.
  • SMTP SSL/TLS: nastavite to možnost na 'ssl' ali 'tls', da boste uporabili SSL/TLS način za SMTP povezavo
  • SMTP debug mode: če vklopite to možnost, potem boste imeli na voljo pri pošiljanju povabil ali opomnikov podrobne zapise o povezavi in sporočila o napaki (če pride do napak). Za izkušene uporabnike so lahko to dragocene informacije o tem, zakaj SMTP pošiljanje ne deluje. Običajno si želite imeti to možnost izklopljeno.
  • Velikost email skupine: ta nastavitev določa, koliko povabil ali opomnikov v obliki e-sporočil lahko pošlje LimeSurvey v enem sklopu. Različni spletni strežniki imajo različne zmožnosti pošiljanja e-sporočil in v kolikor vaše ukazne datoteke (skripte) potrebujejo preveč časa za posredovanje kopice e-sporočil, lahko sistem javi časovno prekinitev in povzroča napake. Večina spletnih strežnikov lahko pošlje 100 e-sporočil naenkrat v 30 sekundah, kolikor znaša privzeti čas za za izvajanje PHP ukaznih datotek (skript). V kolikor dobivate sporočila o časovnih prekinitvah pri pošiljanju večje količine e-sporočil, zmanjšajte številko pri tej nastavitvi. S klikom na gumb za 'pošiljanje e-povabil' v orodni vrstici za delo z žetoni (pri tem niso v mislih gumbki na desni strani vsakega žetona) sistem pošlje največjo količino povabil v obliki e-sporočil in prikaže seznam uporabljenih naslovov. V kolikor povabila niso bila poslana vsem uporabnikom z žetoni, bo sistem javil sporočilo, iz katerega bo razvidna informacija, da so še vedno povabila na čakanju in prikazal povezavo, preko katere je možno poslati še preostala povabila. Preostala povabila ni nujno takoj poslati - uporabnik anketnega sistema se lahko odjavi in kasneje pošlje naslednjo skupino povabil.

Odbijajoče nastavitve

  • Privzeti email za odgovore na email: vnesite e-naslov za sporočila, kamor bodo posredovana zavrnjena sporočila.
  • Vrsta strežnika: če nastavite na 'Izklopljeno', ne bo posredovanja sporočil ob zavrnitvah e-sporočil. Nastavite na POP ali IMAP, da preverite povezane račune za zavrnjena sporočila.
  • Ime strežnika in port: ime strežnika in (če je potrebno) številka vrat (port) vneseno ločeno s podpičjem.
  • Uporabniško ime: uporabniško ime za POP/IMAP račun
  • Geslo: geslo za POP/IMAP račun
  • Vrsta kodiranja: če se uporablja postopek prekrivanja sporočil, potem nastavite ustrezen način (SSL ali TLS)

Security

  • Survey preview only for administration users: By default, preview of inactive survey is restricted to authenticated users only. If you set this to 'No' any person can test your survey using the survey URL - without logging in to the administration and without having to activate the survey first.
  • Filter HTML for XSS: By default your survey manager will not be authorized to use dangerous HTML tags in their survey/group/question/labels texts (for instance JavaScript code). This is intended to prevent a survey operator to add malicious script in order to have a true admin raise his permissions on the system. If you want to use any script objects like Javascript scripts of Flash applets in your surveys you will need to switch this off (Specific script for video hoster can be used). The XSS filtering is always disabled for the superadministrator. In order to see the effects of XSS filtering, it is advised to use a regular user account.
      With XSS enable, some expression manager system can not be used : see XSS and Expression Manager


  • Group member can only see own group: By default non-admin users defined in the LimeSurvey management interface will only be able to see other users if they belong to at least one group this user belongs to. If you set this to 'No' they can see all users (for example in Survey security settings )
  • Force HTTPS: By default this is set to "Don't force on or off". Switch the setting to "on" to force the connection to use HTTPS.
      Attention : If your server doesn't support HTTPS properly, you can lock yourself from the system! Therefore test the "check if this link works" link first.If the link does not work and you turn on HTTPS, LimeSurvey will break and you won't be able to access it.
 Hint: If you activate https by error, you can deactivate it in application/config/config.php file using ssl_emergency_override to 1.


Predstavitev

  • Show 'no answer' option for non-mandatory questions: kadar vprašanje tipa radijski gumb/izbira, ki omogoča urejanje odgovorov (vprašanja seznami in lestvice) ni obvezno in nastavite to možnost na 'Da' (privzeto), se prikaže dodaten vnos 'Brez odgovora' za vsako podvprašanje. Tako lahko anketiranci izberejo, da na vprašanje ne bodo odgovarjali. Nekateri uporabniki imajo raje, da ta možnost ni na voljo; v tem primeru je potrebno to nastaviti izklopiti z nastavitvijo na 'Ne'.
  • Ponavljaj naslov v polju vprašanj vsakih X podvprašanj: pri vprašanjih tipa lestvice boste zelo pogosto uporabljali celo kopico podvprašanj, ki zavzamejo na zaslonu anketiranca več kot eno stran. Ta nastavitev vam omogoča izbiro števila vprašanj, ki se prikažejo pred ponovitvijo informacij iz glave lestvice. Dobra nastavitev za to možnost je okoli števila 25. Če te možnosti sploh ne želite uporabljati, jo nastavite na 0.
  • Pokaži "V anketi je X vprašanj": če nastavite na "Da", bo v uvodnem sporočilu pri reševanju ankete vedno prikazano tudi koliko vprašanj je v anketi. V kolikor nastavite na "Ne", se te informacije ne bodo prikazale. Lahko pa to odločitev prepustite avtorjem anket tako da nastavite na "Administrator ankete lahko izbere".
  • Prikaži vprašanje imena skupine in/ali opisa: če nastavite na "Prikaži oboje", bo na vsaki strani ankete prikazano ime skupine in opis skupine vprašanj (če je skupina opisana). V kolikor nastavite na "Skrij oboje", se te informacije ne bodo prikazale. Z nastavitvami "Prikaži samo..." lahko vklopite prikaz ene ali druge vrste informacij. Lahko pa to odločitev prepustite avtorjem anket tako da nastavite na "Administrator ankete lahko izbere".
  • Prikaži številko vprašanja in/ali kodo vprašanja: če nastavite na "Prikaži oboje", bo pri vsakem vprašanju prikazana številka vprašanja in koda vprašanja. V kolikor nastavite na "Skrij oboje", se te informacije ne bodo prikazale. Z nastavitvami "Prikaži samo..." lahko vklopite prikaz ene ali druge vrste informacij. Lahko pa to odločitev prepustite avtorjem anket tako da nastavite na "Administrator ankete lahko izbere".

Jezik

  • Privzeti jezik strani: to je privzeti jezik, ki se bo uporabljal v vašem skrbniškem delu in prav tako za seznam javno objavljenih anket, če drugi ni bil določen.
  • Available languages: če ne želite, da so v skrbniškem delu na voljo vsi jeziki, jih lahko določite tukaj (seznam jezikov, ki se prikaže pri ustvarjanju ankete in pri nastavitvah ankete).

Interfaces

  • RPC interface enabled: s to nastavitvijo lahko aktivirate/deaktivirate LimeSurvey-evo zmožnost daljinskega upravljanja. Uporabite lahko JSON-RPC (priporočeno) ali XML-RPC.
  • Publish API on /admin/remotecontrol: If you activate this option then under the specified URL a short description of the API functions will be available. Usually you should not need to activate it and should only be activated for debug purposes in general.