B
bryan
Hi. I have a series of questions, and I want to save the questions along
with the answers. I don't want to create a new element name for each
question. I want the report xml to look something like:
<test>
<question>How many?</question>
<answer>3</answer>
</test>
<test>
....
</test>
....
It looks like the only way to have multiple test elements is to use a
repeating section. But with a repeating section, how do you prefill the
questions independently of each other? I would prefer not to use an external
data source to hold the questions, if possible. I feel like I'm missing
something very simple. Has this issue come up for others?
with the answers. I don't want to create a new element name for each
question. I want the report xml to look something like:
<test>
<question>How many?</question>
<answer>3</answer>
</test>
<test>
....
</test>
....
It looks like the only way to have multiple test elements is to use a
repeating section. But with a repeating section, how do you prefill the
questions independently of each other? I would prefer not to use an external
data source to hold the questions, if possible. I feel like I'm missing
something very simple. Has this issue come up for others?