Hi, I m searching an answer from a few hours to my problem...
I have 2 array questions (numeric value) , let's say Q1 and Q2
I have a Q3 question wich is radio button type (two answers A1 and A2)
I d like to check automatically :
- A1 if (({Q1.NAOK}/{Q2.NAOK}) < 0.1)
- A2 if (({Q1.NAOK}/{Q2.NAOK}) > 0.1)
I m going to try to do it following this workaround.
www.limesurvey.org/manual/Workarounds:_M..._.28default_value.29
My problem is I d like the answer to be locked (the user can't modify it - indeed, I use this answer to calculate some equation questions)
Just beginning with limesurvey and maybe my reflexion is not good.
Thanks a lot for your help.