I have 3 surveys within a survey and I need to present a different image to participants based on 1. which treatment they were assigned and 2. how they answered the survey to which they were assigned. (example: show “example image” only for: Control condition, and participants who landed on “x y z” results page)
Below is how I am randomizing treatment. “tid” stands for treatment ID and then I branch by “tid=1” and so on. How can I use more embedded data to present participants with a specific image after they’ve completed their assigned treatment survey?