Hi,
I want to calculate a participant BMI (body mass index) with the numbers chosen and show the BMI score in next question. How can I do that?
Question1: Choose your height from the list (there is xml file between 140-210cm)
defined "height" as pipe alias for this answer
Question2: Choose your weight from the list (there is xml file between 40-180kg)
defined "weight" as pipe alias for this answer
Question3: This is your BMI score is ..... (There will be only one chosen option shows BMI score)
I need to do this: BMI=weight/height*height