Hi all
we are using limesurvey as a calculation tool, this means depending on an answer, a price in EUR/USD is calculated.
So far I managed to get it working for
- drop-down question (here I use the answer code, e.g. price = {Element1+Element2}
- multiple numerical input, here I use the number of items and multiply them with their price,
e.g. price = {(product1.NAOK*833)+(product2.NAOK*94)} (833 and 94 being the price)
However, I am struggling with the multiple choice questions.
e.g. from question "options1" with the two options/subanswers "options1_1" and "options1_2" I want to calculate a price. {(options1_1.NAOK*833)+(options1_2.NAOK*94)} doesn't work
What code do I have to use to get a 1 or 0 depending whether a multiple choice question box is checked or not? Because then I can multiply this with the price....
Thanks a lot
Lukas