Questions?
How to modify question text based on results
over 3 years ago by Liam
Based on the answer to my first question, I need to be able to modify the text of the following questions.
In Q1 the user selects METRIC or IMPERIAL, this should then change Q2
if (METRIC)
LENGTH (m)
TEMPERATURE (°C)
if(IMPERIAL)
LENGTH (ft)
TEMPERATURE (°F)