Actions

Globale Einstellungen

From LimeSurvey Manual

Revision as of 17:32, 8 October 2020 by C schmitz (talk | contribs)

Allgemeine Beschreibung

Wenn Sie in der Symbolleiste der Startseite auf die Schaltfläche "Konfiguration" und dann auf "Globale Einstellungen" (auf der Registerkarte "Einstellungen") klicken, gelangen Sie zum Dialogfeld "Globale Einstellungen" Ihrer LimeSurvey-Installation.



Die Globalen Einstellungen stehen nur Administrationsbenutzern mit der Berechtigung Settings & Plugins zur Verfügung. Es kann verwendet werden, um bestimmte Einstellungen von LimeSurvey in einem globalen Kontext anzupassen. Sobald Sie den globalen Einstellungsdialog aufrufen und die gewünschte Konfiguration speichern, werden die vorherigen LimeSurvey-Werte damit überschrieben.

Erläuterung der Einstellungen


Übersicht

  • Übersicht' ': Enthält die folgenden allgemeinen Informationen zu Ihrer LimeSurvey-Installation :
    • Benutzer : Zeigt die Anzahl der Benutzer an, die auf LimeSurvey zugreifen können Installation über das interne Datenbankauthentifizierungssystem
    • Umfragen: Zeigt die Gesamtzahl der (aktiven & inaktiven) Umfragen an
    • Aktive Umfragen: Zeigt die Gesamtzahl der Umfragen an Aktive Umfragen (auf die andere Benutzer über das Web zugreifen können)
    • Deaktivierte Ergebnistabellen: Irgendwann möchten Sie möglicherweise einige Fragen während der Laufzeit der Umfrage ändern. Wenn Sie dies tun, werden alle vorherigen Antworten, die mit der jeweiligen Umfrage verknüpft sind, von der neu bearbeiteten Umfrage getrennt. Die zuvor gesammelten Daten werden in 'deaktivierten Ergebnistabellen' gespeichert
    • Aktive Umfrageteilnehmertabellen: Zeigt die Anzahl der aktiven Umfrageteilnehmertabellen an (die eine entsprechende aktive Umfrage haben)
    • Deaktivierte Umfrageteilnehmertabellen: Zeigt die Anzahl der deaktivierten Umfrageteilnehmertabellen an
Weitere Informationen finden Sie in unserem Wiki im Kapitel Umfrageteilnehmer.
  • Updates Template:ObsoleteIn/de: Für automatische Updates verwenden Sie bitte die Funktion ComfortUpdate/de. In späteren Versionen finden Sie es auf der Registerkarte Erweitert im Dialogfeld Konfiguration in der Hauptsymbolleiste von Limesurvey
Für Debug-Zwecke finden Sie hier auch eine Schaltfläche, die Ihnen PHP-Informationen anzeigt.

Allgemein

  • Site-Name: Dies ist der Name Ihrer Umfrage-Site. Dieser Name wird in der Übersicht der Umfrageliste und im Administrationsheader angezeigt
  • Standardvorlage: Diese Einstellung gibt die Standardentwurfsvorlage an, die für die 'öffentliche Liste' von Umfragen und für neue Umfragen oder Umfragen, deren Vorlage nicht mehr existiert, verwendet wird. Wenn Sie eine personalisierte Vorlage verwenden möchten, lesen Sie, wie Sie den Vorlageneditor von LimeSurvey [The_template_editor/de] verwenden können

Template:Hinweis

  • ' Administrationsvorlage ': Diese Einstellung gibt die Designvorlage an, die für die LimeSurvey-Administration verwendet wird. Um eine benutzerdefinierte Vorlage zu verwenden, speichern Sie sie in '/limesurvey/upload/admintheme/'
  • Zeitdifferenz (in Stunden): Wenn sich Ihr Webserver in einer anderen Zeitzone befindet als der Ort, an dem Sie wohnen, geben Sie hier den Unterschied zwischen Ihrem Server und Ihrer Heimatzeitzone an. Ich lebe zum Beispiel in Australien, habe aber einen US-Webserver. Der Webserver befindet sich 14 Stunden hinter meiner lokalen Zeitzone. Meine Einstellung hier ist also "+14". Mit anderen Worten, die Zeit des Webservers wird um 14 Stunden nach vorne verstellt. Diese Einstellung ist besonders wichtig, wenn Sie Umfrageantworten mit einem Zeitstempel versehen.*Session lifetime (seconds) (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. Not only the web server settings but also the other similar settings of other applications may overwrite the setting for file-based sessions when editing it locally via the application. The maximum value that can be introduced is 65000 (seconds). It is recommendable to use a reasonable value. Bear in mind that, when using database sessions, check whether the MySQL setting called max_allowed_packet is set to a large value because some surveys generate over 2 MB of session data
  • IP Info DB API Key: Allows integration with the IP-Info-DB service, which let's you determine the geographic location of survey takers based on their IP. To use 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 override this site-level value. The tracking ID can be inserted into templates using {GOOGLE_ANALYTICS_API_KEY}. The full JavaScript that Google Analytics expects to find (including the key) can be included in templates via {GOOGLE_ANALYTICS_JAVASCRIPT}
For further details on how to use Google's API with LimeSurvey, check our Google API howto page.
  • Google Translate API Key:  The Auto Translate feature uses version 2 of Google Translate's API. Google charges for this service. In order for the Auto Translate feature to work, get an API key from this site, and then enter the key in this field
  • Character set for file import/export: You can specify the character set most suiting you and your system, if you experience problems with the exporting/importing functions*Side-menu behavior (Obsolete since 3.0): How the side-menu should behave while editing surveys. The default value is 'Adaptive', meaning that the side-menu can be changed when and how the users want. The other values are 'Always open' and 'Always closed'
  • Default HTML editor mode: Sets the default mode for integrated HTML editor. The valid settings are:
    • inline (default): 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 the HTML code is displayed on the form
    • HTML source : No HTML editor used, 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 an enhanced editor (with syntax-highlighting) when editing survey templates and 'Simple template editor' to get a plain editor field
  Attention : You will observe that some of the options can be found in your user's preferences, under Your personal settings tab. If you change the respective options from the global settings of your LimeSurvey installation, the 'default' option from the drop-down list of each option that is located under 'Your personal settings' tab will inherit the global settings values. For example, if you, as a user with Settings & Plugins permissions, change the HTML editor mode to the 'popup' mode, all the other users that have chosen the 'default value' option from the HTML editor mode in their personal settings will also use the popup option.


E-Mail-Einstellungen

  • Standard Admin E-Mailadresse: Dies ist die Standard-E-Mail-Adresse des Site-Administrators, für Systemnachrichten und als Kontaktmöglichkeit.
  • Administratorname: Der Name des Site-Administrators.
  • E-Mail-Methode: Diese Einstellung legt fest, wie E-Mail-Nachrichten gesendet werden. Die folgenden Optionen sind verfügbar:
    • PHP: Interner PHP-Mailer
    • Sendmail: Sendmail Mailer
    • SMTP: Versand über SMTP. Verwenden Sie diese Einstellung, wenn LimeSurvey auf einem Host ausgeführt wird, der nicht gleichzeitig Ihr E-Mail-Server ist.
      • Stellen Sie sicher, dass Sie Ihre SMTP-konfigurierte E-Mail-Adresse (Globale Einstellungen -> E-Mail-Einstellungen) auch in den Umfrage-Einstellungen setzen (Wenn Sie eine Umfrage erstellen oder, nachdem Sie ein erstellt haben unter Umfrage-Einstellungen -> Allgemein), sonst könnte es passieren, dass der folgende Fehler beim Senden angezeigt wird: SMTP -> ERROR: RCPT not accepted from server: 553 5.7.1 : Sender address rejected: not owned by user.
    • Qmail:Setzen Sie dies, wenn den Qmail-Mailer benutzen
  • SMTP Server: Wenn Sie 'SMTP' als E-Mail Methode gewählt haben, dann setzen Sie Ihren SMTP-Server hier. Wenn Sie mit einem anderen Port als Port 25 (Standard für SMTP) arbeiten, dann müssen Sie die Port-Nummer mit einem Doppelpunkt getrennt angeben (Beispiel: 'smtp.gmail.com:465')
  • SMTP-Benutzername: Wenn Ihr SMTP-Server Authentifizierung erfordert, dann setzen Sie hier Ihren Benutzernamen, sonst muss das Feld leer sein.
  • SMTP-Kennwort: Wenn Ihr SMTP-Server Authentifizierung erfordert, dann setzen Sie hier ein Kennwort, ansonsten muss es leer sein.
  • SMTP SSL/TLS: Setze 'SSL' oder 'TLS' für die Verwendung von SSL/TLS für Ihre SMTP-Verbindung
  • SMTP Debugmodus: Wenn Sie dies aktivieren, dann bekommen Sie beim Versand von Einladungen und Erinnerungen ein detailliertes Verbindungs-Protokoll und Fehler-Meldungen (sofern ein Fehler auftritt). Nicht für schwache Nerven, aber das kann wertvolle Hinweise geben, warum ein SMTP-Relay nicht funktioniert. In der Regel sollte dies ausgeschaltet sein.
  • Anzahl der E-Mails die pro Durchlauf versendet werden: Für das Versenden von Einladungen und Erinnerungen an die Umfrageteilnehmer, wird diese Einstellung verwendet, um zu bestimmen, wie viele E-Mails in einem Durchlauf gesendet werden. Verschiedene Webserver haben verschiedene E-Mail-Kapazitäten, und wenn Ihr Skript zu lange braucht, weil Sie eine zu große Anzahl von E-Mails senden, kann das Skript Fehler verursachen. Die meisten Webserver können mindestens 100 E-Mails innerhalb der Standard-30-Sekunden-Grenze für ein PHP-Script senden. Wenn man Script-Timeout-Fehler beim Senden von einer großen Anzahl von E-Mails bekommt, reduzieren Sie die Zahl in dieser Einstellung.

Beim Klicken auf den 'E-Mail-Einladung senden"-Knopf in der Zugangsschlüssel-Symbolleiste (nicht der Button auf der linken Seite eines jeden Zugangsschlüssel-Eintrags), wird die hier eingestellte Anzahl von Einladungen/Erinnerungen versendet, zeigt dann eine Liste mit den Adressen, an die gesendet wurde und eine Warnung, dass "...noch mehr E-Mails auf Versenden warten, als in einem Durchgang versendet werden konnte. Senden Sie weitere E-Mails, indem Sie unten klicken. Es gibt xxx E-Mails, die noch auf Versenden warten" und gibt einen "Weiter" - Knopf, um mit der nächsten Durchgang fortzufahren. D.h. der Anwender legt fest, wann der nächste Stapel Einladungen nach jedem Durchgang gesendet wird. Es ist nicht notwendig, diesen Bildschirm im Browser geöffnet zu lassen. Der Admin könnte sich abmelden und zu einem späteren Zeitpunkt wiederkommen, um dann die nächsten Einladungen/Erinnerungen zu versenden.

*SMTP host: If you use 'SMTP' as email method, then you have to put your SMTP server here. If you are using a different port than port 25 (standard for SMTP), then you have to add the port number separated be a colon (example: 'smtp.gmail.com:465')

  • SMTP username: If your SMTP-server needs authentication, set this to your user name, otherwise it must be blank
  • SMTP password: If your SMTP-server needs authentication, set this to your password, otherwise it must be blank
  • SMTP encryption - Three options are available:
    • Off (default value)
    • SSL
    • TLS
      Check the following link for further details about SSL/TLS.
  • SMTP debug mode - It comes with three options:
    • Off (default value): The user wants this activated only in the case in which the SMTP relay does not work and further details are needed in order remedy the technical problem
    • On errors : A detailed connection log and error message will be given if an error occurs
    • Always : It gives valuable information on how a SMTP relay works. If an error occurs, further details are provided
Debug part are shown when sending email to participant.

*Email batch size: When sending invitations or reminders to survey participants, this setting helps the administrator determine how many emails can be sent in one bunch. Different web servers have different email capacities, and if your script takes too long to send a bunch of emails, the script could time out and cause errors. Most web servers can send 100 emails in one go within the default 30 second time limit for a PHP script. If you get script timeout errors when sending large numbers of emails, reduce the number with the help of this setting. Clicking the 'send email invitation' button that is located on the token control toolbar on the right of each token sends the 'maxemails' number of invitations, displaying a list of the addresses to which the email was already delivered and a warning that "There are more emails pending than could be sent in one batch. Continue sending emails by clicking below. There are ### emails still to be sent." and provides a "continue button" to proceed with the next batch. So, the user determines when to send the next batch after each batch gets emailed. It is not necessary to wait with this screen active. The admin could log off and come back at a later time to send the next batch of invites

Bounce-Einstellungen

  • Standard Bounce E-Mailadresse: Die E-Mail-Adresse zu der zurückgewiesene E-Mails gesendet werden.
  • Servertyp: Wenn 'Aus' stehen keine Bounce-Verarbeitungsfunktionen zur Verfügung. Setzen Sie dieses auf POP oder IMAP um ein solche Konto zu überprüfen.
  • Servername & Port: Name des Servers, und (wenn nötig) der Port durch einen Doppelpunkt getrennt.
  • Benutzername: Der Benutzername für das POP/IMAP-Konto
  • Kennwort: Das Passwort für das POP/IMAP-Konto
  • Verschlüsselung: Wenn Verschlüsselung verwendet wird, bitte hier angeben (SSL oder TLS)

*Server name & port: Name of the server and (if needed) the port separated by a colon. The port number isn't typically needed unless the email host uses a non-standard port

  • User name: The user name for the POP/IMAP account
  • Password: The password for the POP/IMAP account
  • Encryption type: If encryption is used, please set the right type here (SSL or TLS)

Sicherheit

  • Umfragevorschau nur für Administratoren: Standardmäßig ist die Vorschau einer inaktiven Umfrage nur auf authentifizierte Benutzer beschränkt. Wenn Sie diese Einstellung auf 'Nein' setzen, kann jede Person Ihre Befragung mit der Umfrage-URL testen - ohne Anmeldung in der Administration und ohne die Umfrage aktivieren zu müssen.
  • HTML nach XSS filtern: Standardmäßig sind Administratoren nicht berechtigt, "gefährliche" HTML-Tags (z.B. JavaScript-Code) in Ihrer Umfrage/Gruppe/Frage/Beschriftungssets zu verwenden. Dies soll verhindern, dass ein Umfrageadministrator seine Berechtigungen über Schadcode ausbaut. Wenn Sie Script-Objekte wie Javascript oder Flash-Applets in Ihren Umfragen nutzen wollen, müssen Sie diese Option abzuschalten.
  • Mitglied können nur eigene Gruppe sehen: Standardmäßig können Nicht-Superadmin-Benutzer nur Benutzer sehen, die einer Gruppe angehören, der dieser Benutzer auch angehört. Wenn Sie diese Einstellung auf 'Nein' setzen können alle Benutzer gesehen werden (zum Beispiel in Umfrage Sicherheits-Einstellungen )
  • Erzwinge HTTPS: Standardmäßig ist diese Einstellung auf "Erzwinge weder an noch aus". Ändern Sie die Einstellung auf "an", um SSL-Verschlüsselung (HTTPS) zu verwenden. Hinweis: Wenn Ihr Server SSL nicht richtig unterstützt, könnten Sie sich aus dem System aussperren! Deshalb testen Sie den Link "Prüfen, ob dieser link funktioniert" zuerst. Wenn der Link nicht funktioniert, und Sie erzwingen SSL/HTTPS, werden Sie auf LimeSurvey nicht mehr zugreifen können.

*Disable question script for XSS restricted user (New in 4.1.0 ): Set to 'on' by default, this mean simple user can not add or update scripts in question editor. they can see it but don't update it. If you disable XSS protection : then this settings are not used. If you set it to 'off', then even with XSS filtering active : any user can add or update script in question.

  • 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 only if they belong to at least one common group. If the administrator sets this to 'No', then the users can see all the users defined in the LimeSurvey User Control panel, regardless of the group they belong to
  • IFrame embedding allowed: This option can be used to indicate whether or not a browser should be allowed to render the survey page in a <frame>, <iframe> or <object>. You can use this to avoid clickjacking attacks, by ensuring that your survey is not embedded into other sites. If you set it to 'Allow' (the default value), there is no restriction. Setting this to 'Same origin' will make the content to be loaded only if the survey runs on the same domain and port as the including <frame>, <iframe> or <object>
 Hint: Theoretically, it is working. However, this function might not work when it is enabled because it heavily depends on the used web browser and whether it allows iframes or not.
  • Force HTTPS: This is set by default to "Don't force on/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, click on the "check if this link works" located below the option. 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 mistake, you can deactivate it in application/config/config.php file, changing the value of ssl_emergency_override to 1.


Präsentation

  • Zeige 'Keine Antwort'-Option für nicht-Pflichtfragen: Wenn eine Frage keine Pflichtfrage ist, und dies wird auf 'Yes' (Standardeinstellung) gesetzt, wird ein zusätzlicher Eintrag 'Keine Antwort' für die jeweiligen (Teil-)frage gezeigt - so dass die Teilnehmer auch aswählen können, dass sie die Frage nicht beantworten möchten. Manchmal möchte man dies aber nicht. Setzen Sie dies auf "Nein", um dies auszuschalten.
  • Wiederkehrende Überschriften in Matrix-Fragen alle X Teilfragen: Wenn Sie einen Matrix-Fragetyp nutzen, werden Sie oft eine Menge von Teilfragen haben, die wenn Sie auf dem Bildschirm angezeigt mehr als eine Seite ausfüllen. Hier können können Sie einstellen, nach wie vielen Teilfragen die Kopfzeilen für die Frage wiederholt angezeigt werden. Eine gute Einstellung dafür ist etwa 25. Wenn Sie nicht möchten, dass sich die Überschriften überhaupt wiederholen, setzen Sie diese Einstellung auf 0.
  • Zeige "Es gibt X Fragen in dieser Umfrage":
  • Zeige Fragengruppennamen und/oder -beschreibung:
  • Zeige Fragenummer und/oder Fragencode:

*Show "There are X questions in this survey": It shows the number of questions the survey contains to the user participants. The number of the questions is shown in the moment in which someone wishes to start the survey.

  • Font size of PDFs: 9 is the default size for normal text. The group title font size is the value introduced in this box plus two, while the font size of the survey's title is the value introduced in this box plus four. In the default case scenario, the PDF uses a font size of 9 for normal text, of 11 for group titles, and of 13 for the title of the survey
  • Width of PDF header logo: the 'dimension' of the PDF header logo. The logo appears only on the PDF file that includes the answers of the survey participants to a survey - a survey participant may wish to export his answers after completing the survey.
  • PDF header title: If it is left empty, the site name will be used. The PDF header title appears only on the PDF file that is the result of the survey participant's wish to export his answers after completing a survey.
  • PDF header string: If empty, the survey name will be used. The PDF header string appears only on the PDF file that is the result of the survey participant's wish to export his answers after completing a survey.*Show question group title and/or description: It works in the same manner as the Show question number and/or question code function.
  • Show 'no answer' option for non-mandatory questions: When a radio button/select type question that contains editable answers (i.e.: List & array questions) is not mandatory and the "show 'no answer'" is also enabled (default), an additional entry "No answer" is shown for each subquestion - so that survey respondents may choose not to answer the question. You can select from the global settings one of the following options:
    • Selectable : If the LimeSurvey administrator selects it, a survey administrator can choose whether his/her own survey displays the "no answer" option for non-mandatory questions or not (see the Presentation wiki section for more details)
    • On (default value): If this option is chosen, all non-mandatory questions will contain the "no answer" option - this cannot be changed by the survey administrator because the global settings trump survey settings
    • Off : If off, the non-mandatory questions will not display any "no answer" option - this cannot be changed by the survey administrator because the global settings trump the survey settings*Show header in answers export PDFs: Turn it off (default) if you would like to see nothing in the header of the PDF that contains the answers of the respondents. If it is turned on, the following information will be displayed in the header of the PDF that contains the respondents' answers
  • Add gray background to questions in PDF: It is turned 'On' by default. This function refers to export-responses PDFs.
  • PDF questions in bold: It is turned 'Off' by default. This functions refer to export-responses PDFs.
  • Borders around questions in PDF: It is turned "On" by default. This function refers to export-responses PDFs.
  • Borders around responses in PDF: It is turned "On" by default. This function refers to export-responses PDFs.'

Data Policy

  • Show data policy on the surveylist page:: Whether to display the "data policy" button on the surveylist. On click this will display a button that shows a popup box(modal) with the "data policy" message.
  • Show legal notice on the surveylist page: Whether to display the "legal notice" button on the surveylist. On click this will display a button that shows a popup box(modal) with the "legal notice".
  • Data policy: Fill in the textbox to add all the information related to your legal notice (e.g., rights, duties obligations).
  • Legal notice: Fill in the textbox to add all the information related to your survey data policy (e.g., where the data is stored, for how long, and so on).
All the options from above influence only the parameters of the PDF which contain the answers/responses to a survey/questionnaire. Therefore, the options mentioned above influence only the PDF result of the 'answers export PDF' function.
LimeSurvey also allows questionnaires to be printed and to be completed offline, but the export questionnaire PDF function is an experimental option and the output is far from being perfect. Its parameters can be modified either from the 'Style' from the queXML PDF export page or from the config.php file.

Sprache

  • Standardsprache: Dies ist die Standard-Sprache in Ihrer Administration und auch die Standardsprache für die öffentliche Umfrageliste, wenn keine in der URL angegeben wurde.
  • Verfügbare Sprachen: Wenn Sie nicht möchten, dass alle Sprachen in der Administration zur Verfügung stehen, können Sie hier festlegen, welche verfügbar sein sollen.

Schnittstellen

  • RPC-Interface aktiviert: Mit dieser Funktion können Sie die LimeSurvey RemoteControl2 (nur englisch) API-Schnittstelle aktivieren/deaktivieren, die entweder mit JSON-RPC(empfohlen) oder XML-RPC arbeitet.
  • URL: http://<ihre_domain>/<limesurvey_verzeichnis>/index.php/admin/remotecontrol
  • API unter / admin / remotecontrol veröffentlichen: Wenn Sie diese Option aktivieren, ist unter der angegebenen URL eine kurze Beschreibung der API-Funktionen verfügbar. Normalerweise sollten Sie dies nicht aktivieren müssen und sollten im Allgemeinen nur für Debug-Zwecke aktiviert werden.
Hinweis: Bitte beachten Sie, dass RemoteControl im Allgemeinen von Entwicklern verwendet wird, um von anderen Anwendungen aus auf LimeSurvey zuzugreifen (auf diese Weise sind Sie nicht nur auf PHP beschränkt). Es wird nur fortgeschrittenen Benutzern empfohlen. Weitere Informationen zur Verwendung finden Sie im folgenden Abschnitt oder in den LimeSurvey-Foren.