Can I pipe formatted text and images from previous questions?
When designing surveys, you may want to reference responses from previous questions, including formatted text or images, in follow-up questions. While simple text piping is supported for option labels, piping formatted content or images requires a different approach.
There are two recommended solutions:
Using Monadic Blocks (Recommended)
- Set up a monadic block for your follow-up questions
- Add display logic for each stimulus based on the corresponding selection from the previous question
- This approach provides:
- Cleaner survey structure
- Easier analysis
- Better control over formatting and display
Custom Implementation
- For more complex requirements or specific formatting needs, a customisation may be necessary
Example Scenario
Let’s say you want to show different product images in a single-choice question and then reference the selected image in follow-up questions:
- Create your initial question with product options
- Create a monadic block for follow-up questions
- Set display logic for each variant to show only when the corresponding product was selected
- This ensures the correct formatted content appears based on previous selections
For complex piping requirements or custom implementations, please contact Conjointly support for assistance.