1. What is the issue? Please be detailed.
I am trying to add a calculation to score a question based on the option selected. There are four options in the question. If respondent select the first option, the score is 5. If second option is selected, the score is 3. If the third option is selected, the score is 2 and if the last option is selected, the score is 0
2. What steps can we take to reproduce this issue?
N/A
3. What have you tried to fix the issue?
I used if formula and or statement for the calculation. For example, if(${question_1}='option1',5,0) or if(${question_1}='option2',3,0) or if(${question_1}='option3',2,0) or if(${question_1}='option4',0,0) 4. Upload any forms or screenshots you can share publicly below.
N/A