To create survey logic based on where participants are coming from, you can append answer values to the survey link or an activity link pipe, which will be passed into a hidden question and recorded. You can then use the hidden question for survey logic.
Example
You have different intro pages for your members invited through email and non-members accessing the survey from Facebook and Twitter.
Detailed Steps
Create a hidden question in your survey
- From the Survey Toolbox, under Questions, click the Single Choice question.
- Enter a name for your question.
For our example, we will use the name Access. - In the Answers text fields, add all possible options.
Using the above example, the answers will be: - Hide the question.
Create survey logic
- From the Survey Toolbox, under Survey Actions, click the Survey Logic action.
- Edit the Survey Logic Name.
- Create a condition based on the hidden question.
Using our example, the filter condition for each access type will be:- Email Invitation: This Survey Access IS Email
- Facebook: This Survey Access IS Facebook
- Twitter: This Survey Access IS Twitter
- Set the condition to show the contained elements.
- Drag the necessary questions or page elements within the survey logic.
Append the values in an email invitation for members
- In the left-hand menu, click Distribute.
- Click New Invitation.
- Click Source to switch to HTML view.
- Search for the activity link pipe [%ActivityLink%]
- Place your cursor at the end of the activity link pipe and type an ampersand (&).
- Type the question name and answer value after the ampersand (&).
For example:- To append the Click here to start hyperlink:
<a href="[%ActivityLink%]&Access=Email">Click here to start</a>
- To append the [%ActivityLink%] variable:
[%ActivityLink%]&Access=Email
- To append the Click here to start hyperlink:
- Click Source to switch back to Rich Text view.
Result: After appending the value, the survey links will look like this:
Append the values in activity links for social media
- In the left-hand menu, click Distribute.
- Click New Link.
- In the Links area, beside an activity link, click Links.
- Click Generate Live Link.
- Copy and paste the link into a text editor such as Notepad.
- Place your cursor at the end of the link, and type a question mark (?)
- Type the question name and answer value after the question mark.
For Example:https://CommunityName.com/c/a/UniqueSurveyId?Access=Faceboox https://CommunityName.com/c/a/UniqueSurveyId?Access=Twitter
More Information
Please click the WebHelp links below for more information:
- Append answer values to an activity link
- Append answer values to the ActivityLink pipe
- Survey logic: Skip or display questions
Additionally, these Knowledge Base articles may be helpful:
Comments
0 comments
Article is closed for comments.