I have limesurvey 2.x. I have one survey(Survey1) with two question groups (QG1, QG2). Each question groups contains 3 questions. Also I have two type of user groups(UG1, UG2).
My question is, how do we allow UG1 only access QG1 as well UG2 only access QG2 within single survey (Survey1)?
If you use tokens you can create a custom attribute where you define the user group and then you can access this custom attribute within the survey via the expression manager.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
The following user(s) said Thank You: muthukrishnanr
Thanks for your immediate answer. i have followed your stpes and achieved my target. Thank you!.
Below are the stpes i have followed,
- Created Tokens
- Created Token custom attributes and displayed on registration page to get user input (before accessing survey).
- Created group relevance by using above attribute inputs (used Expression Manager).
Now user will get survey questions based on their attribute input.