I was wondering if it is possible to grant specific access on a question / question group to a user /user group.
If I'm not clear, let say my survey have 25 questions, applicable for all users, but some users (identified because they are part of a group) also need to reply to a bunch of additional questions.
Can I grant those kind of access?
How do you identify these users?
In a token based survey, then you'd add an additional attribute like "group" to the participant table
and show/hide these questions according to the attribute
Relevance equation for example:
TOKEN:ATTRIBUTE_1==1
TOKEN:ATTRIBUTE_1==2
Or is it an open survey? Then you identify this group of user by a special question.
Well, the same; relevance equation usoing this question.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Dear Joffm, I have tried to use this relevance equation:
TOKEN:LASTNAME=='name'
but if the condition is not met, then the whole survey does not appear. Furthermore, this seems to happen only for questions of "Text Display" type. Do you know how I may solve this problem?