I have two groups named Part 1 and Part 2 in my form. I defined a calculation for each group: In Part 1: 1500 * ${q1} (label as HH_lose), and in Part 2: 750 * ${q1} (label as HH_lose_X).
However, when I recall the above two functions in the question options for each part, everytime I save and preview my form, the two functions will changed to be the same one, the one I lastly edited.
For example, if I type HH_lose to recall the function 1500 * ${q1} in question options in Part 1, and then type HH_lose_X to recall the calculation 750 * ${q1} in question options in Part 2, then save it and refresh the page, the HH_lose in Part 1 would automatically change to HH_lose_X in my script, and the result also change to the other one.
Wondering why the two calculations which defined and labeled seperately always change to the same one after saving.