Now I would like to assign a value to a radio list type response. That is, the value will be marked in the question depending on the relevant equation.
For example, the radio-list-type question is Q2
And the response options are:
V1
V2
V3
V4
Following with the previous example:
If count (that.Q1)> 1 && Q1_Opt1 == 'Y' then Q2 = V2
If count (that.Q1)> 1 && Q1_Opt2 == 'Y' then Q2 = V3
How can I write that?
And also, where do I have to put that code? In the relevant equation of the question?