You can pipe an image throughout a survey if the image is stored in a hidden question. The image can be piped into question text or answer text of the questions requiring the image pipe.
Example
You would like to reuse an image throughout your survey for the question or answer text, but do not want to manually insert and format each question.
Detailed Steps
Create the hidden question and insert your image
- In your survey, create an Open End question.
- Right-click and select Hide.
- In the question text editor, use the Image Manager or the HTML button to insert your image.
- Click Save.
Insert the Pipe into questions
- Access the question you'd like to display the image.
- Click into the Question Text Editor and select the Pipes menu.
- In the Pipes menu, click Questions and select the name of the question you added the image to.
- In the Question Text Editor, your Pipe will look similar to: [%Question_Name.ToString()%].
- To Pipe the images, we will need to change 'ToString()' to be 'Html'.
Example: [%Q1_Test.Html%].
More Information
Read this WebHelp article to learn more about Piping.
Comments
0 comments
Article is closed for comments.