You need to explain what you want to do step by step …
You need to explain what is the exact situation .
We don't have to try to understand your question since we help on our free time.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Hi ,
I create a survey that have one question that is dropdown (question type) which have multiple entries and that entries is same as participants entries (participants who participate in the survey) . Now , let X be a participant that choose x from drop down (X also present in the drop down because participants and drop down value is same ) that is know as self selection so , I do not want that X choose the value X from the dropdown .
Assuming you are using tokens, assign a token attribute to each participant containing the answer code corresponding to their name. Then you can use a question validation equation like:
Code:
is_empty(Q1) OR Q1 != TOKEN:ATTRIBUTE_1
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: DenisChenu, tammo