Hello,
I am attempting to create a four question quiz and am having difficulty trying to figure out how to configure the backend logic for the equation/end scores.
Each question response is added to a custom variable (field_1, field_2, field_3, field_4):

My issue comes with generating the 3 different calculations off of those inputs from the four questions. Here are the calculations that I am trying to work out:
Calc/score 1: [(FIELD 2 x FIELD 3) - FIELD 1]
Calc/score 2: [Outcome of Calc/score 1/FIELD 1]
Calc/score 3: [((FIELD 2 x FIELD 3) x FIELD 4) - FIELD 1]
I can multiple two fields without issue, but I’m not sure how to create a custom variable to represent the sum of 2 or 3 fields being multiplied together. I also can’t have multiple ‘Then’ steps in one section of logic that would help complete this as well.
Any thoughts/feedback on if this is possible would be greatly appreciated.