Actions

QS

QS:Preg validation

From LimeSurvey Manual

Revision as of 11:29, 18 May 2018 by Bravehorse (talk | contribs)


(正規表現を使った)検証 (preg_validation)

説明

This option lets you specify a regular expression with which to validate all parts of a question.

If any question or subquestion 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. In this way you will not need to wait for the user to click on the submit button to validate the respective question.

値チェックの条件

  • 正規表現として妥当なものならすべて可

Example