How does jr:choice-name work when the label has a reference to a previous question?

What is the problem? Be very detailed.
I'm not facing an actual issue here (yet), but I'm curious about how jr:choice-name(...) interacts with a label referencing a previous answer. Like in this example:


While the 'names' list is the following:
imagen

In case the second child is selected, would the result in label1 be '2nd: ' + the answer in name2, or literally the string '2nd: ${name2}'?

Thanks in advance.

Luise

Did you test this and find an answer on your own? Would be great if you could post anything you found out.