Solved
Custom Numeric Validation
Hi,
I am having participants estimate different amounts. I want their responses to be numerical and estimated to the second decimal point (e.g., 17.15). I cannot find a way to do this in Qualtrics with the existing options. For Content Validation I can specify numeric, a min, a max, and the max number of decimals (when really I want a min number of decimals). I maybe be able to achieve my goal via the Custom Validation with regex code.
Can anyone help me with this? Thank you!!
Best answer by NiC
hi @ecw2144
You can use custom validation where the text entry matches with the following regex:
^\\d+\\.\\d\\d$
Hope this helps :)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
