Qualtrics – Using Word Count as Validation with Text Entry Questions
There is a very simple way to use the number of words in a text box as Custom Validation. In order to do this, you simply add Custom Validation to “Match Regex” and the regular expression pattern to match is ^\s*(\S+\s+){0,249}\S*$ (change the “0” to the […]