I have a number of Questions pairs (array questions) where the second question in a 2-question pair has the same sub-questions as the first question. I will likely have to do a good bit of editing as I test the survey. I would like to edit only one question and not both to cut the amount of editing time required.
How can I transfer the text of Subquestion 1 in Question 1 to Subquestion 1 in Question 2 ?
I'm new to accessing variables through expression manager, so as soon as I figured out that SQ001 in your example above referred to the code I'm using for the sub-question, I got it to work. E.g., {Q1_1.question} works in my case.
Perhaps a quick follow-up question: Is there any way to incorporate code to replace Q1 with the question code from the question that comes before the current one? E.g., {CurrentQuestion Minus 1 _1.question}