My survey has a text input box which is stored into variable ${q://QID16/ChoiceTextEntryValue}
The survey needs to check if the text contains a phrase (sub-string?): "incorrect year level".
Can it be achieved without JS?
If not, what will be the JS code?
Thanks!
Page 1 / 1
We can use branch logic, with "is contains" condition
Will it reliably (or at all) work for a string ?
I mean a sub-string in the text
When putting a string ""incorrect year level" into "contains" condition, do I need to use double quotes or single quotes or no quotes at all?
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.