Fragetyp - Kurzer Freitext
From LimeSurvey Manual
Contents
Kurzbeschreibung
Dieser Fragetyp erfasst eine einzelne Texteingabezeile.

Example: Short_free_text_question.zip
Anmerkung: In der MySQL-Datenbank kann die maximale Anzahl an Zeichen unbegrenzt sein. In Postgres und MSSQL können maximal 255 Zeichen eingegeben werden.
Allgemeine Optionen
Pflichtangabe
Beschreibung:
Mit dieser Option wird festgelgt, ob eine bestimmte Frage von Umfrageteilnehmern zum Fortfahren beantwortet werden muss. Müssen nur bestimmte Unterfragen beantwortet werden, verwenden Sie das Attribut minimale Antwort in der Registerkarte Logik (nur bei Matrix- oder Mehrfachauswahlfragen).

Verfügbare Optionen:
- An
- Aus (Standardwert)
Wenn die Karte als Google-Karte aktiviert ist und die Frage auf Pflichtfrage gesetzt ist, muss der Benutzer der Umfrage den roten Punkt verschieben oder im Textfeld den Längen-/Breitengrade eingeben. Der Benutzer kann sich nicht nur auf die Standardeinstellung verlassen und die Schaltfläche "Weiter" klicken. Es wird empfohlen, dass Sie dies im Inhalt des Fragetextes angeben.
Relevanz-Gleichung
Beschreibung:
Ist das Ergebnis einer Relevanz-Gleichung 1 oder wahr, ist die Frage im Umfragekontext relevant. Dies bedeutet, dass Sie den Umfrageteilnehmern angezeigt ist. Eine Relevanz-Gleichung kann für jede Frage einer Umfrage angegeben werden.
Syntax-Hervorhebung:
Wenn Sie die Relevanz-Gleichung speichern, wird sie ausgewertet und die Syntax hervorgehoben. Fehler werden farblich gekennzeichnet, damit Sie sie schnell erkennen und beheben können.
Gültige Werte:
- Jede Gleichung, die der Ausdrucksmanager - verwendet, ohne die geschweiften Klammern.
Beispiel
Hier finden Sie Beispielen für die Syntax-Hervorhebung (derzeit nur auf Englisch).
Validation (using regular expressions) (preg_validation)
Beschreibung
This option lets you specify a regular expression with which you can validate all the parts of a question.
If any question or subquestion value does not meet the validation requirements, the background colour of the text entry field will be changed to red so that users can easily see which parts of the question need to be corrected. Thus, you can do on-page validation. In this way you will not need to wait for the user to click on the submit button to validate the respective question.
Gültige Werte
- Jeder gültige reguläre Ausdruck
Example
- Click here to check multiple examples.
Anzeige
Anzahl Zeilen (display_rows)
Beschreibung
It sets the number of rows that are displayed without making use of the scroll bar to check all the content. If there are more rows than the number mentioned in this field, then a scroll bar will be displayed. The default value for the "Long free text" question type is 5, while for the "Huge free text question type" is 30.
Gültige Werte
- Jede positive ganze Zahl größer 0
Hide tip (hide_tip)
Beschreibung
Most questions will usually include a tip that says "Please choose one of the following options" or a hint text on how to fill out the question. This attribute allows you to turn off or on this tips/hints.
These tips/hints include validation criteria messages (such as min/max number of answers, min/max/equals sum value). If hide_tip is enabled, these messages will be hidden. However, if the user enters invalid data, the tips will appear. They will be coloured in red, getting changed to green once the validation criteria are met.
Available options
- On - the tips/hints are hidden;
- Off (default).
Breite Eingabefeld (text_input_width)
Beschreibung
This attribute sets the width of the text input boxes (of the "wrapper" of the text input boxes). The input box is used to introduce an answer to the (sub)question. If the value of the width is sufficiently high, then the text input box will be displayed on the next line. Please note that this option does not set the size of the input or the width of the entire column!
Available options
- Default: If selected, a default value will be allocated to this attribute in such a way to have both the label and its corresponding text input box on the same line. For example, if the text input box width is 41%, the value of the width of the text input box will be a value that allows both the label and the input box on the same line (58% in this case). If the width of text input box was higher than 58%, then the text input box would be displayed on the next line.
- 8%; 17%...92%, 100%: the bigger the selected value, the larger the width of the text input box.
Beispiel
- If you wish to have the input part displayed below the subquestion/label, select the 100% option from the dropdown list.
Beschreibung
If enabled, the question will always be hidden - it will not be displayed to the survey participants. This function can be used in the following scenarios:
- If you wish to prefill a question with a URL and you want not to have it displayed on the screen. This overrides any conditions used within the survey because the respective question will not even be embedded on the page.
- If you wish to store or calculate a value on the fly via the Expression Manager.

Available options
- On
- Off (default)
Eingabe
Standort
Mit dem folgenden Optionen können Sie "Karten" -Fragen erstellen, in denen die Umfrageteilnehmer aufgefordert werden, einen bestimmten Ort auf einer Openstreet / Google-Karte zu bestimmen. Darüber hinaus kann eine Reihe von Daten in der Datenbank gespeichert werden, z. B. Postleitzahl, Land, Region und Stadt. Standardkoordinaten können ebenfalls angegeben werden.
For more personalized solutions, we recommend LimeSurvey users to visit our forum to see the customizations done by our community members. For example, user Hulotte proposed the following customized script: forum link. Other solutions can be found by typing in "maps" in the search query of limesurvey.org.
In case you are looking for professional help, please get in touch with one of our official partners: https://limesurvey.com.
Mapping-Dienst verwenden (location_mapservice)
Beschreibung
Wenn diese Option aktiviert ist, zeigt der Fratgetyp Kurzer freier Text eine Karte und kein Textfeld an (sie können nicht beides gleichzeitig verwenden).
Verfügbare Optionen
- Aus (Standard)
- OpenStreetMap über MapQuest!
- Google Maps

Erweitert

QS:Location nodefaultfromip/de
QS:Location defaultcoordinates/de
Logik
Randomisierungsgruppenname (random_group)
Beschreibung
Ordne die Frage der angegebenen Randomisierungsgruppe zu. Alle Fragen in der gleichen Gruppe werden in einer zufälligen Reihenfolge erscheinen.
You can find a sample survey using randomization group name in Expression Manager sample survey.
Gültige Werte
Geben Sie irgendeine Zeichenkette ein (zum Beispiel 'gruppe1'). Alle Fragen, die die gleiche Zeichenkette gesetzt haben, werden in der Umfrage jeweils zufällig durcheinander ausgetauscht.
Validierungsgleichung für die ganze Frage (em_validation_q)
Beschreibung
This is an equation that is used to validate the entire question (e.g, all of its parts collectively for a multi-answer question). If the question fails the validation criteria, then em_validation_q_tip message will be displayed (it uses the CSS style .error). This tip uses the .em_q_fn_validation CSS style, which is hidden by default within template.css.
The main difference between this feature and the subquestion validation equations (em_validation_sq option) is that for this feature, if the question (or question parts) fail validation, then an error message could be shown. For the subquestion validation, each text entry cell (e.g., in an array question type, but it can also be applied to single entry question types) will be styled so that the background color is (light) red.
Valid values
- Any equation that makes use of the Expression Manager syntax, without surrounding curly braces.
Example
- You want to collect demographic information from users via a multiple short text question, and you want to validate that the user has entered a valid email address and phone number.
This example shows how the question looks with invalid answers:

And here is what it looks like with one invalid answer:

Here is how you edit a question to enter that information:

And here is part of the Show Logic File output that lets you check the accuracy of your expression and ensure that there are no syntax errors:

As you can see, the validation equation tests that both the email and phone number are either empty or match a regular expression filter.
The validation tip only shows the warning message if the phone or email appears invalid.
If you wish to import the example from above into your LimeSurvey installation, download the following .lsq file: Em_validation_q_example.zip.
Sonstiges
Insert page break in printable view (page_break)
Beschreibung
This attribute is only active when you actually print a survey from the Printable View. It forces a page break before the question.
Available options
- On
- Off (default)
Statistik
Timer
QS:Time limit countdown message/de
QS:Time limit message delay/de
QS:Time limit message style/de
QS:Time limit warning display time/de