Hi,
If you put an equation in text of an
equation question
the result of this equation is set inside database and usable in survey (after).
But if you need
- to show something different
- same value for all language
you can use the equation settings.
Here : i think (but unsure) : you need 2 question : one hidden single choice (Q01 for the sample) and an equation
And use :
Code:
{Q01 = if (P2.NAOK> = 18 and P2.NAOK <= 24.2,"A1",
if (P2.NAOK> = 25 and P2.NAOK <= 34.3,"A2",
if (P2.NAOK> = 35 and P2.NAOK <= 44.4,"A3",
if (P2.NAOK> = 45 and P2.NAOK <= 64,5,6),"A4"
)
)
)}
in the equation question text.