Is it possible to link two surveys using the pull data function, while also controlling the appearance of questions in Survey 2 based on responses from Survey 1? Additionally, is it possible to filter the choices in a multiple-choice question in Survey 2 based on answers provided in Survey 1?
Solved! Go to Solution.
Is it possible to link two surveys using the pull data function
For all intent and purpose... yes.
This will probably do what you want: Survey123 Tricks of the Trade: pulldata("@layer")
while also controlling the appearance of questions in Survey 2 based on responses from Survey 1? Additionally, is it possible to filter the choices in a multiple-choice question in Survey 2 based on answers provided in Survey 1?
Easy. You just use calculates and IF() statements to dynamically change content. What this looks like depends on the content.
Is it possible to link two surveys using the pull data function
For all intent and purpose... yes.
This will probably do what you want: Survey123 Tricks of the Trade: pulldata("@layer")
while also controlling the appearance of questions in Survey 2 based on responses from Survey 1? Additionally, is it possible to filter the choices in a multiple-choice question in Survey 2 based on answers provided in Survey 1?
Easy. You just use calculates and IF() statements to dynamically change content. What this looks like depends on the content.