Hi, I'm hoping I can be pointed in the right direction...
I have created a form with 34 multiple choice questions. Each question has of course a keyword, in my case Q1Ans .. Q34Ans.
What I'm trying to achieve is an expression that can increase the value of a variable based on the responses to the 34 questions.
Example if Q1Ans isnt the choice 'Always' can I increase a variable by 10. So I'm looking for something like,
If Q1Ans <> Always Then VARMyVar = VARMyVar + 10...
The varaiants to expression code I have tried arent hitting the mark..