As far as I understand, these 40 participant do not see this question.
Well, this is just relevance equation:
Let's say these participants have an ATTRIBUTE_1 = 1, all others something else.
Then the question relevance equation is something like:
"TOKEN:ATTRIBUTE_1!=1"
Or did I misunderstand?
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
But you know these 40 participants.
And can add an attribute_2 to them which is equal to all.
Or you extend the relevance equation:
TOKEN:ATTRIBUTE_1=="x87v-4489-2Y65-4987" OR TOKEN:ATTRIBUTE_1=="o998-ju76-lkfd-4444" OR ...
But in my opinion this is the worst approach.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Yes, adding the 40 to attribute_2 is perfect! Perfect solution.
Now I just need to tweak the basic admin email which is different for the 40 than the others, but I think that can be accomplished with a solved post by dotxm here:
It states "Important: It is only safe to refer to variables that occur in preceding pages or questions. "
Could that be the reason when I input either of the following conditions in the relevance field of "edit question" page, Limesurvey fails to either show or hide the question. I.e., it's not working:
TOKEN:ATTRIBUTE_1!=1 <--- when attribute_1 contains either 1 or 2 or nothing.
or
!is_empty(TOKEN:ATTRIBUTE_1) <---- when attribute_1 contains 1 or 2 or nothing.