I have a question that asks participants what their preferred name is (e.g. "Joe" instead of "Joseph"). Can I then fill in "Joe" in future questions?
E.g.
First field, variable name: preferred_name
Question: What is the preferred name of the person with the genetic disorder?
Answer: Joe
Next field, variable name: over_12
Question: Is <preferred_name> over 12 years old?
I want <preferred_name> to fill in with "Joe" when the person taking the survey views it.
Thanks!
I have a question that asks participants what their preferred name is (e.g. "Joe" instead of "Joseph"). Can I then fill in "Joe" in future questions?
E.g.
First field, variable name: preferred_name
Question: What is the preferred name of the person with the genetic disorder?
Answer: Joe
Next field, variable name: over_12
Question: Is <preferred_name> over 12 years old?
I want <preferred_name> to fill in with "Joe" when the person taking the survey views it.
Thanks!
Share Improve this question asked Mar 25 at 19:18 Melissa SingletonMelissa Singleton 11 bronze badge 1- Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Bot Commented Mar 31 at 9:01
1 Answer
Reset to default 0You can simply pipe the first field into the field label of the second field using square brackets:
Is [preferred_name] over 12 years old?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744173851a4561660.html
评论列表(0条)