x

Hauptkapitel

  1. LimeSurvey Cloud oder LimeSurvey CE?
  2. LimeSurvey Cloud - Schnellstartanleitung
  3. LimeSurvey CE - Installation
  4. Wie man eine gute Umfrage gestaltet (Leitfaden)
  5. Erste Schritte
  6. LimeSurvey-Konfiguration
  7. Einführung - Umfragen
  8. Umfrageeinstellungen anzeigen
  9. Umfragemenü anzeigen
  10. Umfragestruktur anzeigen
  11. Einführung - Fragen/Fragetypen
  12. Einführung - Fragegruppen
  13. Einführung - Umfragen - Management
  14. Optionen der Umfrage-Symbolleiste
  15. Mehrsprachige Umfrage
  16. Kurzanleitung - ExpressionScript
  17. Erweiterte Funktionen
  18. Allgemeine FAQ - Häufig gestellte Fragen
  19. Fehlerbehebung
  20. Tipps und Tricks
  21. Lizenzbestimmungen
  22. Änderungshistorie
  23. Plugins - Erweitert
 Actions

Antwort-Vorgabewerte

From LimeSurvey Manual

Revision as of 17:45, 11 June 2013 by C schmitz (talk | contribs) (Created page with "<languages /> <onlyinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Default values (defaults)

Description

This lets you set the default values for certain list and multiple choice question types.

Starting in version 1.92, you can also set default values for text-entry questions.

Valid values

  • For multiple choice questions, you will see drop-down boxes letting you select the desired default
  • For text-entry questions, you will have a text entry field in which you can enter any string or expression. If you use an expression, you need to include curly braces

Example

  • You have a non-anonymous survey, where {TOKEN:ATTRIBUTE_1} is the person's age as of the time the tokens table was created. You want to prefill a question with the person's age and ask them to validate that the age is accurate, or let them change the age value if it is not accurate. In the text entry field for the default value, you would enter {TOKEN:ATTRIBUTE_1}