Actions

QS

Preg validation/de: Difference between revisions

From LimeSurvey Manual

(Created page with "'''Gültige Werte''' *Jeder gültige reguläre Ausdruck")
(Updating to match new version of source page)
Line 8: Line 8:
Mit dieser Option können Sie einen regulären Ausdruck angeben, mit der alle Antworten einer Frage überprüft werden.
Mit dieser Option können Sie einen regulären Ausdruck angeben, mit der alle Antworten einer Frage überprüft werden.


<div class="simplebox">Starting in version 1.92, if any question or sub-question value does not meet the validation requirements, the background color 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 and do not need to wait for the user to click submit in order to validate the question.</div>
If any question or sub-question value does not meet the validation requirements, the background color of the text entry field will be changed to red {{NewIn|1.92}} so that users can easily see which parts  of the question need to be corrected.  Thus, you can do on-page validation and do not need to wait for the user to click submit in order to validate the question.


'''Gültige Werte'''
'''Gültige Werte'''
Line 17: Line 17:


</onlyinclude>
</onlyinclude>
[[Category:Question Settings]][[Category:Advanced Question Settings]]

Revision as of 01:19, 13 June 2013


Validierung (preg_validation)

Beschreibung

Mit dieser Option können Sie einen regulären Ausdruck angeben, mit der alle Antworten einer Frage überprüft werden.

If any question or sub-question value does not meet the validation requirements, the background color of the text entry field will be changed to red (New in 1.92 ) so that users can easily see which parts of the question need to be corrected. Thus, you can do on-page validation and do not need to wait for the user to click submit in order to validate the question.

Gültige Werte

  • Jeder gültige reguläre Ausdruck

Beispiel