Hi,
If I use a constructed list as the iterator of a loop and my constructed list currently has the following items:
2. blah
3. duh
5. kkk
will the Q1 question in this loop be named as Q1.2, Q1.3 and Q1.5 or will it be named Q1.1, Q1.2 and Q1.3 (is the dot naming based on the number of iteration or the order in the parent list)
cheers