Hi, I can find lots of comments on character counts in open text responses, but nothing on word counts. I'd like to set up a question which restricts people to answer no more than 3 words. Is this possible?
Page 1 / 1
TimBurrell - You can use custom validation to match the following regex:
^(?:\\b\\w+\\b[\\s\\r\\n]*){1,3}$
Thank you so much!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.