Questions?

Ask a Question
Back to All

How to modify question text based on results

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)