- Posts: 23
- Thank you received: 1
validation in text array
1 month 6 days ago #190641
by Dennis
validation in text array was created by Dennis
I'm trying to validate the answers in a text array. The respondents should enter codes, let's say either a,b or c in the text fields.
I used the evaluation: self=="a" or self=="b" or self=="c" in the question evaluation field. However, this doesn't work and the system says the question is not answered correctly.
Help?
I used the evaluation: self=="a" or self=="b" or self=="c" in the question evaluation field. However, this doesn't work and the system says the question is not answered correctly.
Help?
Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 11997
- Karma: 413
- Thank you received: 2190
1 month 5 days ago #190648
by DenisChenu
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
An error happen ? Before make a new topic : remind the Debug mode .
Replied by DenisChenu on topic validation in text array
this.NAOK=="a" or this.NAOK=="b" or this.NAOK=="c"
in Sub-question validation equation
self give you the list of answers , this can only be used is Sub-question
in Sub-question validation equation
self give you the list of answers , this can only be used is Sub-question
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
An error happen ? Before make a new topic : remind the Debug mode .
The following user(s) said Thank You: tpartner
Please Log in or Create an account to join the conversation.
1 month 5 days ago #190652
by Dennis
Replied by Dennis on topic validation in text array
Thanks Denis!
Please Log in or Create an account to join the conversation.