Assigning a dynamic default value to a text-type question

You can print the value of a select_one in the label or hint of the following question by using the parens syntax (${my_select_one_var}).

You cannot store that value as a default response because the default column only allows static values (e.g., 5 is allowed, but ${my_number} is not).

What high-level problem are you trying to solve? Why do you need this ability?

1 Like